From: Michael M Slusarz Date: Thu, 9 Sep 2010 21:09:48 +0000 (-0600) Subject: Move quota styling to CSS X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=16426015731aabfac3b2e1d2944e86fa4d66e3aa;p=horde.git Move quota styling to CSS --- 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; +}
+