diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-06 11:26:04 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-06 11:26:04 +0000 |
| commit | 7ccf9eff68e325a1976d3faee036ec657eecdd91 (patch) | |
| tree | e12328253a2f06350a8fb086ae4638da3658485b /roundcubemail/skins/default/mail.css | |
| parent | 3adf9354c23ade0d115f205e31006cd80ffd4944 (diff) | |
- Fix some issues regarding to cancel icon on attachments list, improve delete icon handling
git-svn-id: https://svn.roundcube.net/trunk@6045 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index b884eda87..a217b8571 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -204,7 +204,8 @@ background-position: 7px -71px; } -#markmessagemenu li a +#markmessagemenu li a, +#compose-attachments li a { background: url(images/messageicons.png) no-repeat; } @@ -1469,9 +1470,29 @@ input.from_address -o-text-overflow: ellipsis; } -#compose-attachments ul li img +#compose-attachments li a { - padding-right: 2px; + text-indent: -1000px; + width: 17px; + display: block; + float: left; + text-decoration: none; +} + +#compose-attachments li img +{ + vertical-align: middle; +} + +#compose-attachments li a.delete, +#compose-attachments li a.cancelupload +{ + background-position: 0px -392px; +} + +#compose-attachments li span +{ + line-height: 18px; vertical-align: middle; } |
