]> git.mxchange.org Git - friendica.git/commitdiff
adding missing styling to the ignore button in quattro
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Jan 2015 06:22:55 +0000 (07:22 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Jan 2015 06:22:55 +0000 (07:22 +0100)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/lilac/style.css
view/theme/quattro/quattro.less

index 14bbcadc91c5b8b3e3ef314f04f190a36e091dc0..5f4b005c8e6d5c771ab8bdff82b04c9ad62284b6 100644 (file)
@@ -2100,6 +2100,15 @@ ul.tabs li .active {
   height: 110px;
   margin-bottom: 20px;
 }
+.profile-match-wrapper .drop {
+  background-image: url('../../../images/icons/22/delete.png');
+  display: block;
+  width: 22px;
+  height: 22px;
+  position: relative;
+  top: 10px;
+  left: -10px;
+}
 .profile-match-wrapper .drophide {
   background-image: url('../../../images/icons/22/delete.png');
   display: block;
index 8f3b32dae20a06db26c0a7a5327ca4e642330f96..c2826a3c0cdfbc61406a5b1a7300beeb43bf86bc 100644 (file)
@@ -2100,6 +2100,15 @@ ul.tabs li .active {
   height: 110px;
   margin-bottom: 20px;
 }
+.profile-match-wrapper .drop {
+  background-image: url('../../../images/icons/22/delete.png');
+  display: block;
+  width: 22px;
+  height: 22px;
+  position: relative;
+  top: 10px;
+  left: -10px;
+}
 .profile-match-wrapper .drophide {
   background-image: url('../../../images/icons/22/delete.png');
   display: block;
index 8814cf00d85a30c89fc57b081575edc49c66875c..28c5cd47a97ced0774cd15ca5d338316be52d70d 100644 (file)
@@ -2100,6 +2100,15 @@ ul.tabs li .active {
   height: 110px;
   margin-bottom: 20px;
 }
+.profile-match-wrapper .drop {
+  background-image: url('../../../images/icons/22/delete.png');
+  display: block;
+  width: 22px;
+  height: 22px;
+  position: relative;
+  top: 10px;
+  left: -10px;
+}
 .profile-match-wrapper .drophide {
   background-image: url('../../../images/icons/22/delete.png');
   display: block;
index 5e773c0eea61e487ee49e4d661ca1455f77a0535..172fad31b55521451aa00bd9e7d1777c6658293f 100644 (file)
@@ -1426,6 +1426,13 @@ ul.tabs {
        width: 110px;
        height: 110px;
         margin-bottom: 20px;
+        .drop {
+            background-image: url('../../../images/icons/22/delete.png');
+            display: block; width: 22px; height: 22px;
+            position: relative;
+            top: 10px;
+           left: -10px;
+        }
         .drophide {
             background-image: url('../../../images/icons/22/delete.png');
             display: block; width: 22px; height: 22px;