diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-15 15:39:07 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-15 15:39:07 +0200 |
commit | a1400cb68d8ac34b1ed6b0dcec97dbe44f4ec7ea (patch) | |
tree | f383bd2f8e1f402f1c15d8805c5f6b09f91a4f98 /skins/classic/mail.css | |
parent | 69bcf65b9b89a0e4b71d10d80c3095f2aef2ec7d (diff) |
Style improvements on attachments list in compose screen
Diffstat (limited to 'skins/classic/mail.css')
-rw-r--r-- | skins/classic/mail.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index f712069be..43367749c 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1594,9 +1594,7 @@ input.from_address height: 18px; line-height: 16px; font-size: 11px; - padding-left: 2px; - padding-top: 2px; - padding-right: 4px; + padding: 2px 2px 1px 2px; border-bottom: 1px solid #EBEBEB; white-space: nowrap; overflow: hidden; @@ -1609,8 +1607,10 @@ input.from_address text-indent: -5000px; width: 17px; height: 16px; + padding-bottom: 2px; display: inline-block; text-decoration: none; + vertical-align: middle; } #compose-attachments li img |