Updating copyrights. Happy New Year.
[squirrelmail.git] / templates / default / css / default.css
index 1a89b89d62bfe220be2c7e0b31c246361949ecaa..587d414035ba55c7cad75dea676df21a4b0cd4c8 100644 (file)
@@ -325,6 +325,7 @@ td.error_header {
 
 .table_messageList     {
     background: #ffffcc /* __COLOR5__*/;
+    width:100%;
 }
 
 .table_messageList     tr.headerRow    {
@@ -529,13 +530,23 @@ td.message_count  {
     text-align: center;
     background: #ababab /* __COLOR9__ */;
 }
-#addressList    td.abookSwitch  {
+
+#addressList    select {
+    vertical-align: middle;
+}
+
+#addressList    td.abookPaginationAndButtons  {
     background: #dcdcdc /* __COLOR0__ */;
     text-align: right;
 }
 
-#addressList    td.abookButtons  {
+#addressList    div.abookPagination  {
+    float: left;
+}
+
+#addressList    td.abookSwitch  {
     background: #dcdcdc /* __COLOR0__ */;
+    text-align: right;
 }
 
 #addressList    td.abookField   {
@@ -1085,3 +1096,9 @@ div.viewText td.spacer {
 #toggle_to, #toggle_cc {
     font-size: smaller;
 }
+
+hr.entity_sep {
+    border: 0;
+    height: 1px;
+    background-color: gray;
+}