aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/quattro.less
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-02-08 22:29:38 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-02-08 22:29:38 +0100
commitd8157f73ef3e5807c05213efb33e9cc546b759cb (patch)
tree9037c208b2ced2774726562bf3d8b8ce16a67f8f /view/theme/quattro/quattro.less
parentca8a25172e1b209b2c70230a9701ea3606e0030d (diff)
downloadvolse-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-xview/theme/quattro/quattro.less20
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 {