diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 11:13:26 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 11:13:26 +0200 |
commit | 0d9b63e9c022c48b98ec1542dccb50f1b28f80b8 (patch) | |
tree | 0762fc1cefb3fd571247c3bedf029735f948fe24 /skins/classic/settings.css | |
parent | 4f35bec6b29d6b6b84ae4a4d64f72a139a6e8f32 (diff) |
Add canned response UI elements to classic skin
Diffstat (limited to 'skins/classic/settings.css')
-rw-r--r-- | skins/classic/settings.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/skins/classic/settings.css b/skins/classic/settings.css index 2433f5040..0e4f796a4 100644 --- a/skins/classic/settings.css +++ b/skins/classic/settings.css @@ -81,6 +81,7 @@ } #identity-details table td.title, +#response-details table td.title, #folder-details table td.title { font-weight: bold; @@ -89,6 +90,14 @@ white-space: nowrap; } +#response-details table td.title +{ + text-align: left; + vertical-align: top; + width: 140px; + padding-top: 5px; +} + #bottomboxes { position: absolute; @@ -149,6 +158,12 @@ body.iframe, float: right; } +#formfooter .footerindent +{ + padding: 10px 0; + margin-left: 155px; +} + #quota { position: absolute; |