Add ability to control the display of the "Check Spelling" button. Allows administrat...
[squirrelmail.git] / css / default.css
index 32ccb4ac54502385cda333dc783512b2f587cca2..ba576e3a81862983ed6da4cab6e435435c839ac8 100644 (file)
@@ -1,4 +1,6 @@
-/* older css template */
+/* older css template 
+ FIXME: needs to be re-thought in context of templating system
+*/
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
 }
 body, small {
@@ -45,10 +47,16 @@ a:link, a:visited, a:hover, a:active {
 }
 
 /* left_main.tpl definitions */
+div.sqm_leftMain {
+    text-align: center;
+    width:100%;
+}
+
 .sqm_wrapperTable   {
     border:0;
     padding:0;
-    margin-left:0;
+    margin-left:auto;
+    margin-right: auto;
     border-spacing:0;
     width:99%
 }