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.
154 lines
3.1 KiB
CSS
154 lines
3.1 KiB
CSS
.DataGridStyle
|
|
{
|
|
text-align:center;
|
|
border: 1px solid #cccccc;
|
|
font-size: 12px;
|
|
}
|
|
.DataGridStyle a
|
|
{
|
|
color:#1b6aaa; cursor:pointer;
|
|
}
|
|
.DataGridLeftStyle
|
|
{
|
|
text-align:left;
|
|
border: 1px solid #cccccc;
|
|
font-size: 12px;
|
|
}
|
|
.DataGridTableStyle
|
|
{
|
|
border: 0px solid #cccccc;
|
|
background-color: #fff;
|
|
border-collapse: collapse;
|
|
empty-cells: show;
|
|
}
|
|
.DataGridTableStyle td
|
|
{
|
|
font-size: 12px;
|
|
/*border: 1px solid #E9E9E9;*/
|
|
padding:10px 5px;
|
|
|
|
}
|
|
.DataGridTableStyle th
|
|
{
|
|
background:#f9f9f9; padding:10px 5px;
|
|
font-size: 12px; color:#707070;
|
|
|
|
}
|
|
|
|
|
|
.HeaderStyle
|
|
{
|
|
text-align: center; padding:10px 5px;
|
|
line-height: 15px;
|
|
color: #707070;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
vertical-align:middle;
|
|
background-color:#f9f9f9;
|
|
white-space:nowrap;
|
|
word-break: keep-all;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
.HeaderStyle td
|
|
{
|
|
background:#ffffff; padding:10px 5px;
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.DataGridRowStyle,.RowStyle
|
|
{border:none;
|
|
border-top: 1px solid #E9E9E9;
|
|
text-align: center;
|
|
vertical-align: Middle;
|
|
background: #FFFFFF; padding:10px 5px;
|
|
}
|
|
|
|
.DataGridSelectRowStyle,.RowStyleSelect
|
|
{border:none;border-top: 1px solid #e9e9e9;
|
|
text-align: center;
|
|
vertical-align: Middle;
|
|
background: #f9f9f9;padding:10px 5px;
|
|
|
|
}
|
|
.DataGridRowMouseOverStyle,.RowStyleSelect
|
|
{
|
|
text-align:center;
|
|
vertical-align: Middle;
|
|
background:#ccc;padding:10px 5px;
|
|
}
|
|
|
|
.DataGridLeftStyle .HeaderStyle,.DataGridLeftStyle .DataGridTableStyle th .DataGridLeftStyle .DataGridRowStyle, .DataGridLeftStyle .DataGridSelectRowStyle, .DataGridLeftStyle .DataGridRowMouseOverStyle {
|
|
text-align:left;}
|
|
|
|
.DataGridRowStyle .RowTh, .RowStyle .RowTh { background:#f9f9f9; padding:10px 5px;
|
|
font-size: 12px; color:#707070;border: 1px solid #cccccc;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
vertical-align:middle;
|
|
white-space:nowrap;
|
|
word-break: keep-all;
|
|
|
|
}
|
|
.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: bold;
|
|
font-size: 12px;
|
|
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;
|
|
}
|
|
|
|
|
|
|
|
|