summaryrefslogtreecommitdiff
path: root/swat/style/swat.css
diff options
context:
space:
mode:
authorDeryck Hodge <deryck@samba.org>2005-07-14 19:21:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:07 -0500
commitcac606ed8eee2c1b1c96579145afe9ccc8fcff2f (patch)
treec907240c367315326dabe3954d1d1cd72fe6a6ec /swat/style/swat.css
parent3b18fe06d6001bfd9ad67f3b903a26720f628a4a (diff)
downloadsamba-cac606ed8eee2c1b1c96579145afe9ccc8fcff2f.tar.gz
samba-cac606ed8eee2c1b1c96579145afe9ccc8fcff2f.tar.bz2
samba-cac606ed8eee2c1b1c96579145afe9ccc8fcff2f.zip
r8479: * Sync CSS with current samba.org stylesheets.
* Add wide.css so it's availble for future pages. * Move SWAT specific styles to swat.css to make future syncs easier. deryck (This used to be commit 7ddc3ed5b87687a66995d2555c683efcb93be7e2)
Diffstat (limited to 'swat/style/swat.css')
-rw-r--r--swat/style/swat.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/swat/style/swat.css b/swat/style/swat.css
new file mode 100644
index 0000000000..0c8f720003
--- /dev/null
+++ b/swat/style/swat.css
@@ -0,0 +1,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;
+}