From 16426015731aabfac3b2e1d2944e86fa4d66e3aa Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 9 Sep 2010 15:09:48 -0600 Subject: [PATCH] Move quota styling to CSS --- imp/templates/quota/quota.html | 4 ++-- imp/themes/screen.css | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/imp/templates/quota/quota.html b/imp/templates/quota/quota.html index d27918714..f54ebe38a 100644 --- a/imp/templates/quota/quota.html +++ b/imp/templates/quota/quota.html @@ -1,6 +1,6 @@ - +
- diff --git a/imp/themes/screen.css b/imp/themes/screen.css index da4297050..d09923321 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -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; +} -- 2.11.0
+