fsf changes, meant to be rebased on upstream
[squirrelmail.git] / templates / default / css / options.css
index 6c339e89006dbc70dcec4f430d5cbf79edbbcd15..a1e16cf7b50c7bd56d8242fe7409f9d2b9f618df 100644 (file)
     height: 100%;
 }
 
+#optionDisplay  table.optionInfo  {
+    width: 80%;
+    text-align: left;
+    border: 0px;
+}
 
 #optionGroups   td.optionName   {
     background: #ababab;
@@ -59,8 +64,8 @@
     padding-bottom: 2px;
     padding-left: 4px;
     padding-right: 4px;
-# FIXME: this was forcing horizontal scrolling on long coment texts and maybe other stuff; I'm not sure I see why we want this(?).  if someone restores it, PLEASE have a solution in mind for when an option widget has a 'comment' value that is quite long
-#    white-space: nowrap;
+/* FIXME: this was forcing horizontal scrolling on long coment texts and maybe other stuff; I'm not sure I see why we want this(?).  if someone restores it, PLEASE have a solution in mind for when an option widget has a 'comment' value that is quite long
+    white-space: nowrap;*/
 }
 
 #optionDisplay  td.optionName   {
 }
 
 #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    {