83 lines
2.4 KiB
CSS
83 lines
2.4 KiB
CSS
.formtable tr td
|
|
{
|
|
padding:5px;
|
|
}
|
|
#TablePanel
|
|
{
|
|
border:1px solid #a7abb4;
|
|
background-color: #d5cda1;
|
|
overflow:visible;
|
|
}
|
|
.thead,div.tableContainer table {
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
box-shadow:inset 0px 1px 0px 0px #ffffff;
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
|
|
background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
|
|
background-color:#f9f9f9;
|
|
border:1px solid #a9a5a9;
|
|
color:#333333;
|
|
font-family:arial;
|
|
font-size:9pt;
|
|
height:30px;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
text-transform:uppercase;
|
|
text-shadow:1px 1px 0px #ffffff;
|
|
}
|
|
div.tableContainer {
|
|
clear: both;
|
|
border: 1px solid #a7abb4;
|
|
overflow: visible;
|
|
font-size:9pt;
|
|
padding:5px;
|
|
text-transform:uppercase;
|
|
background-color:#f1f1f1;
|
|
}
|
|
.thead td
|
|
{
|
|
padding-left:5px;
|
|
font-size:9pt;
|
|
padding-right:5px;
|
|
line-height:25px;
|
|
}
|
|
tbody.scrollContent tr td
|
|
{
|
|
border-bottom:1px dotted #a9a5a9;
|
|
height:22px;
|
|
padding-left:2px;
|
|
font-weight:normal;
|
|
font-size:11px;
|
|
}
|
|
tbody.scrollContent {
|
|
height: 22px;
|
|
overflow: auto;
|
|
width: 100%;
|
|
font-weight:normal;
|
|
text-indent:5px;
|
|
color:#111111;
|
|
background-color:#fEfefe;
|
|
}
|
|
.rowhover
|
|
{
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
|
|
box-shadow:inset 0px 1px 0px 0px #dcecfb;
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #edf4fa), color-stop(1, #c9e4ff) );
|
|
background:-moz-linear-gradient( center top, #edf4fa 5%, #c9e4ff 100% );
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4fa', endColorstr='#c9e4ff');
|
|
background-color:#edf4fa;
|
|
cursor:pointer;
|
|
}
|
|
tbody.scrollContent tr:hover
|
|
{
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
|
|
box-shadow:inset 0px 1px 0px 0px #dcecfb;
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #edf4fa), color-stop(1, #c9e4ff) );
|
|
background:-moz-linear-gradient( center top, #edf4fa 5%, #c9e4ff 100% );
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4fa', endColorstr='#c9e4ff');
|
|
background-color:#edf4fa;
|
|
cursor:pointer;
|
|
} |