From 7ccf9eff68e325a1976d3faee036ec657eecdd91 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 6 Apr 2012 11:26:04 +0000 Subject: - 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 --- roundcubemail/skins/default/mail.css | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'roundcubemail/skins/default/mail.css') 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; } -- cgit v1.2.3