ECLIPSE + PyDev Project
[Samba/kamenim.git] / swat2 / style / swat.css
blobc41e4eaf107bf67d4afd04932b07bd2d4552a3a4
1 /*
2 swat.css
4 Styles added to the samba.org stylesheets
5 specifically for SWAT.
6 */
9 /* Forms
10 ***********************************************************/
11 .logout {
12 text-align:right;
14 .logout form {
15 display:inline;
19 /* Tables
20 ***********************************************************/
21 table.data {
22 border: 2px;
24 table.data th {
25 margin-top:20px;
26 text-align:left;
27 background-color: #F5C915;
29 table.data tr {
30 background-color: #E5C995;
31 text-align:left;
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;