diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-02-08 22:29:38 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-02-08 22:29:38 +0100 |
commit | d8157f73ef3e5807c05213efb33e9cc546b759cb (patch) | |
tree | 9037c208b2ced2774726562bf3d8b8ce16a67f8f /view/theme/quattro/quattro.less | |
parent | ca8a25172e1b209b2c70230a9701ea3606e0030d (diff) | |
download | volse-hubzilla-d8157f73ef3e5807c05213efb33e9cc546b759cb.tar.gz volse-hubzilla-d8157f73ef3e5807c05213efb33e9cc546b759cb.tar.bz2 volse-hubzilla-d8157f73ef3e5807c05213efb33e9cc546b759cb.zip |
quattro: added delete button to mail list overview
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rwxr-xr-x | view/theme/quattro/quattro.less | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 3bc01a839..0d58000e6 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -318,21 +318,9 @@ aside { } } -#contact-edit-drop-link { - float: right; - margin-right: 20px; - .drophide { - background-image: url('../../../images/icons/22/delete.png'); - display: block; width: 22px; height: 22px; - opacity: 0.3; - } - .drop { - background-image: url('../../../images/icons/22/delete.png'); - display: block; width: 22px; height: 22px; - } -} - /* group member */ +#contact-edit-drop-link, +.mail-list-delete-wrapper, .group-delete-wrapper { float: right; margin-right: 50px; @@ -340,10 +328,14 @@ aside { background-image: url('../../../images/icons/22/delete.png'); display: block; width: 22px; height: 22px; opacity: 0.3; + position: relative; + top: -50px; } .drop { background-image: url('../../../images/icons/22/delete.png'); display: block; width: 22px; height: 22px; + position: relative; + top: -50px; } } #group-members { |