source: branches/rsr.v5.1.dev/web/install/out/css/admin.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 479 bytes
Line 
1table.admin
2{ width: 100%;
3}
4
5table.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
11table.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
20table.admin td
21{ font-weight: normal;
22  color: #c0c0c0;
23  padding: 3px;
24}
25
26table.admin td .info
27{ font-size: 11px;
28  padding: 3px;
29}
Note: See TracBrowser for help on using the repository browser.