summaryrefslogtreecommitdiff
path: root/swat/style/swat.css
blob: 0c8f72000305522340e0903ec966f4ead9fb1dba (plain)
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
/*
	swat.css
	
	Styles added to the samba.org stylesheets 
	specifically for SWAT.
*/


/* Forms
***********************************************************/
.logout {
	text-align:right;
}
.logout form {
	display:inline;
}


/* Tables
***********************************************************/
table.data {
	   border: 2px;
}
table.data th {
	margin-top:20px;
	text-align:left;
        background-color: #F5C915;
}
table.data tr {
        background-color: #E5C995;
	text-align:left;
}