You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
2.4 KiB
CSS
131 lines
2.4 KiB
CSS
.DataGridStyle
|
|
{
|
|
margin: auto;
|
|
/*border: 0px solid #34A3D1;*/
|
|
font-size: 14px;
|
|
}
|
|
.DataGridTableStyle
|
|
{
|
|
border: 0px solid #34A3D1;
|
|
background-color: #fff;
|
|
border-collapse: collapse;
|
|
empty-cells: show;
|
|
}
|
|
.DataGridTableStyle td
|
|
{
|
|
font-size: 14px;
|
|
border: 1px solid #E9E9E9;
|
|
font-weight:700;
|
|
}
|
|
.DataGridTableStyle th
|
|
{
|
|
background:url(../images/bg.jpg) repeat;
|
|
font-size: 14px;
|
|
height:30px;
|
|
/*border-right: 1px solid #E9E9E9;*/
|
|
|
|
}
|
|
|
|
|
|
.HeaderStyle
|
|
{
|
|
text-align: center;
|
|
line-height: 30px;
|
|
color: #FFFFFF;
|
|
font-weight: bolder;
|
|
font-size: 14px;
|
|
vertical-align:middle;
|
|
background-color:#D5D5D5;
|
|
white-space:nowrap;
|
|
word-break: keep-all;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
.HeaderStyle td
|
|
{
|
|
background:url(../images/bg60.jpg) repeat-x; height:60px;
|
|
font-size: 14px;
|
|
border-right: 1px solid #E9E9E9;
|
|
|
|
|
|
}
|
|
|
|
.DataGridRowStyle
|
|
{
|
|
border: 1px solid #FF0000;
|
|
text-align: center;
|
|
vertical-align: Middle;
|
|
background: #FFFFFF;
|
|
}
|
|
.DataGridSelectRowStyle
|
|
{
|
|
text-align: center;
|
|
vertical-align: Middle;
|
|
background: #407d99;
|
|
|
|
}
|
|
.DataGridRowMouseOverStyle
|
|
{
|
|
text-align:center;
|
|
vertical-align: Middle;
|
|
background:#ccc;
|
|
}
|
|
.FieldHyperLink
|
|
{
|
|
color: #0000FF;
|
|
cursor:pointer;
|
|
text-decoration: underline;
|
|
}
|
|
.HyperLink{}
|
|
.Button{}
|
|
.Image{}
|
|
.FixedHeaderStyle
|
|
{
|
|
position: relative;
|
|
top: expression(this.parentNode.parentNode.parentNode.scrollTop-2);
|
|
z-index: 10;
|
|
text-align: center;
|
|
line-height: 15px;
|
|
color: #15428b;
|
|
font-weight: bolder;
|
|
font-size: 14px;
|
|
background: url('default/images/panel_title.png') repeat-x;
|
|
}
|
|
|
|
.FixedColumnStyle
|
|
{
|
|
position: relative;
|
|
left: expression(this.parentNode.parentNode.parentNode.parentNode.scrollLeft);
|
|
}
|
|
|
|
|
|
.tr_hover_color { background-color:#7B99E1 }
|
|
.img_hover_color { background-color:#FFFF00;border:1px none #000000 }
|
|
|
|
.DataGrid_Sort_Desc{
|
|
background-image: url('default/images/datagrid_sort_desc.gif');
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
border-style: none;
|
|
border: 0px solid #99BBE8;
|
|
display: inline;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.DataGrid_Sort_Asc{
|
|
background-image: url('default/images/datagrid_sort_asc.gif') ;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
border-style: none;
|
|
border: 0px solid #99BBE8;
|
|
display: inline;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
|
|
|
|
|