tweak css for some browsers, suggested by Thierry Godefroy
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 19:35:55 +0000 (19:35 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 19:35:55 +0000 (19:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13086 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/css/options.css

index 9eec19d52801982e9bf03505eac58917210c8f75..b39d36388eeb1af7fb85972ea915ee9e65922fbf 100644 (file)
 }
 
 #optionDisplay  td.optionValue  {
-    text-align:left;
+    text-align: left;
 }
 
 #optionOrder  {
-    text-align:center;
+    text-align: center;
 }
 
 #optionOrder    table   {
+    text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: 8px;
     margin-bottom: 8px;
     width: 95%;
-    border: 1px solid #dcdcdc
+    border: 1px solid #dcdcdc;
 }
 
 #optionOrder    table.moveFields    {