Rev | Line | |
---|
[1] | 1 | table.admin |
---|
| 2 | { width: 100%; |
---|
| 3 | } |
---|
| 4 | |
---|
| 5 | table.admin input[type=text], table.admin input[type=password], table.admin input[type=checkbox] |
---|
| 6 | { border: solid 1px #000000; |
---|
| 7 | background-color: #555555; |
---|
| 8 | color: #ffffff; |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | table.admin th |
---|
| 12 | { font-weight: normal; |
---|
| 13 | color: #c0c0c0; |
---|
| 14 | font-weight: bold; |
---|
| 15 | padding: 3px; |
---|
| 16 | vertical-align: top; |
---|
| 17 | text-align: right; |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | table.admin td |
---|
| 21 | { font-weight: normal; |
---|
| 22 | color: #c0c0c0; |
---|
| 23 | padding: 3px; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | table.admin td .info |
---|
| 27 | { font-size: 11px; |
---|
| 28 | padding: 3px; |
---|
| 29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.