From 8beee1b56812aeddfaf4a5d8a43f7e9309b073df Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 5 Sep 2008 10:26:10 +0000 Subject: Indicate allowed max. attachment size in compose screen (#1485030) --- skins/default/mail.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'skins/default/mail.css') diff --git a/skins/default/mail.css b/skins/default/mail.css index 9bf1b0ee7..2de775688 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -929,14 +929,18 @@ div.message-htmlpart div.rcmBody top: 150px; left: 20px; z-index: 200; - padding: 8px; + padding: 6px; visibility: hidden; border: 1px solid #CCCCCC; background-color: #F9F9F9; } -#attachment-form input.button +#attachment-form div { - margin-top: 8px; + padding: 2px; } +#attachment-form div.buttons +{ + margin-top: 4px; +} -- cgit v1.2.3