From 8beee1b56812aeddfaf4a5d8a43f7e9309b073df Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 05 Sep 2008 06:26:10 -0400 Subject: [PATCH] Indicate allowed max. attachment size in compose screen (#1485030) --- skins/default/mail.css | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 9bf1b0e..2de7756 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -929,14 +929,18 @@ 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; +} -- Gitblit v1.9.1