Document bad assumption
[squirrelmail.git] / templates / default / css / options.css
index c397e6e480f46b5c0e6ae5dac04ed87f112055a7..a1e16cf7b50c7bd56d8242fe7409f9d2b9f618df 100644 (file)
     height: 100%;
 }
 
+#optionDisplay  table.optionInfo  {
+    width: 80%;
+    text-align: left;
+    border: 0px;
+}
 
 #optionGroups   td.optionName   {
     background: #ababab;
@@ -59,7 +64,8 @@
     padding-bottom: 2px;
     padding-left: 4px;
     padding-right: 4px;
-    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    {
     margin-left: auto;
     margin-right: auto;
 }
-
+#optionMessage {
+    text-align: center;
+    width: 100%;
+    font-size: larger;
+    color: red;
+    font-weight: bold;
+}