Move quota styling to CSS
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 9 Sep 2010 21:09:48 +0000 (15:09 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 9 Sep 2010 23:10:09 +0000 (17:10 -0600)
imp/templates/quota/quota.html
imp/themes/screen.css

index d279187..f54ebe3 100644 (file)
@@ -1,6 +1,6 @@
-<table id="quota" width="100%" border="0" cellpadding="3" cellspacing="0">
+<table id="quota">
  <tr>
-  <td class="<tag:class />" align="center">
+  <td class="<tag:class />">
    <tag:message />
   </td>
  </tr>
index da42970..d099233 100644 (file)
@@ -644,3 +644,13 @@ div.mimeStatusMessage, div.mimePartInfo {
 #itipconflicts tr.itipnearcollision {
     background-color: #ee0;
 }
+
+/* Quota syles. */
+#quota {
+    border-collapse: collapse;
+    width: 100%;
+}
+#quota td {
+    padding: 3px;
+    vertical-align: middle;
+}