fresh look of tables
This commit is contained in:
+19
-10
@@ -993,18 +993,27 @@ div.effectList > div > [action] {
|
||||
}
|
||||
|
||||
table.adm {
|
||||
color: #333;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
width: 640px;
|
||||
border-collapse:
|
||||
collapse; border-spacing: 0;
|
||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
font-size: 12px;
|
||||
background: #fff;
|
||||
margin: 45px;
|
||||
width: 480px;
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
}
|
||||
table.adm td, table.adm th { border: 1px solid #CCC; height: 30px; }
|
||||
table.adm th {
|
||||
background: #e3c300;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
color: #039;
|
||||
padding: 10px 8px;
|
||||
border-bottom: 2px solid #6678b1;
|
||||
}
|
||||
table.adm td {
|
||||
background: #FAFAFA;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #669;
|
||||
padding: 6px 8px;
|
||||
}
|
||||
table.adm tbody tr:hover td
|
||||
{
|
||||
color: #009;
|
||||
}
|
||||
Reference in New Issue
Block a user