r24985: Start to revert us back to the old-style SWAT, while trying not to
[samba.git] / swat / style / swat.css
1 /*
2         swat.css
3         
4         Styles added to the samba.org stylesheets 
5         specifically for SWAT.
6 */
7
8
9 /* Forms
10 ***********************************************************/
11 .logout {
12         text-align:right;
13 }
14 .logout form {
15         display:inline;
16 }
17
18
19 /* Tables
20 ***********************************************************/
21 table.data {
22            border: 2px;
23 }
24 table.data th {
25         margin-top:20px;
26         text-align:left;
27         background-color: #F5C915;
28 }
29 table.data tr {
30         background-color: #E5C995;
31         text-align:left;
32 }
33
34 /* Temp fix for content sections that don't span the window.
35    This is not cross-browser and won't be the final way I handle
36    this, but I can't stand looking at small boxes while I work. :-) */
37 #content {
38         min-width:55%;
39         min-height:800px;
40