summaryrefslogtreecommitdiff
path: root/swat/style/swat.css
diff options
context:
space:
mode:
authorDeryck Hodge <deryck@samba.org>2005-07-15 14:57:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:33 -0500
commit632b7ec0d070c0c770587dab200cc9413833bf03 (patch)
treedcf866aac66a1118eca4cd6c44c640467f8694ce /swat/style/swat.css
parent4459d16718e79ea879aaa73724be86579d22e52f (diff)
downloadsamba-632b7ec0d070c0c770587dab200cc9413833bf03.tar.gz
samba-632b7ec0d070c0c770587dab200cc9413833bf03.tar.bz2
samba-632b7ec0d070c0c770587dab200cc9413833bf03.zip
r8504: Temporary fix to #content width/height just to
pretty up things while I work. deryck (This used to be commit de6d5efadeb1ac5c44c6c87481d20de3afbedb78)
Diffstat (limited to 'swat/style/swat.css')
-rw-r--r--swat/style/swat.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/swat/style/swat.css b/swat/style/swat.css
index 0c8f720003..a94eb5a1d5 100644
--- a/swat/style/swat.css
+++ b/swat/style/swat.css
@@ -30,3 +30,11 @@ table.data tr {
background-color: #E5C995;
text-align:left;
}
+
+/* Temp fix for content sections that don't span the window.
+ This is not cross-browser and won't be the final way I handle
+ this, but I can't stand looking at small boxes while I work. :-) */
+#content {
+ min-width:60%;
+ min-height:800px;
+}