diff options
author | thomascube <thomas@roundcube.net> | 2008-09-05 10:26:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-05 10:26:10 +0000 |
commit | 8beee1b56812aeddfaf4a5d8a43f7e9309b073df (patch) | |
tree | a1fddc91cf8cfe5cda290e0da2e61e3aa4d16a08 /skins/default | |
parent | 0c3bde206460bfd710b9b0e406c146e87192a9ff (diff) |
Indicate allowed max. attachment size in compose screen (#1485030)
Diffstat (limited to 'skins/default')
-rw-r--r-- | 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 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; +} |