-
Notifications
You must be signed in to change notification settings - Fork 3
/
tablestyle.css
39 lines (33 loc) · 1.54 KB
/
tablestyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.dialheader ul
{
margin: 0;
padding: 0;
}
.dialheader ul li
{
list-style-type: none;
display: inline;
}
.dialheader li:before {
content: " | ";
}
.dialheader li:first-child:before {
content: none;
}
.dialheader {
height: 30px;
position: fixed;
top: 0px;
left:0px;
width: 100%;
background-color:#999999;
}
.dialfooter {
position:absolute;
top:30px;
left:0px;
right:0px;
bottom:0px;
overflow-y:scroll;
}
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 10px/100% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 11px; font-weight: bold; border-left: 1px solid #0070A8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00496B; border-left: 1px solid #E1EEF4;font-size: 10px;border-bottom: 1px solid #E1EEF4;font-weight: normal; }.datagrid table tbody .alt td { background: #E1EEF4; color: #00496B; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }