]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/green/style.css
Merge pull request #1989 from rabuzarus/allfriends
[friendica.git] / view / theme / quattro / green / style.css
index ef408b4cd25da3f823a247f883e4a1cf353ac5e8..345043ffb46cf1370af8f8cae54cded162ecfb57 100644 (file)
@@ -1543,6 +1543,31 @@ span[id^="showmore-wrap"] {
   left: 0px;
   top: 63px;
 }
+.contact-wrapper .drop {
+  background-image: url('../../../images/icons/22/delete.png');
+  display: block;
+  width: 22px;
+  height: 22px;
+  position: relative;
+  top: 10px;
+  left: -10px;
+  z-index: 99;
+}
+.contact-wrapper .drophide {
+  background-image: url('../../../images/icons/22/delete.png');
+  display: block;
+  width: 22px;
+  height: 22px;
+  opacity: 0.3;
+  position: relative;
+  top: 10px;
+  left: -10px;
+  z-index: 99;
+}
+.contact-wrapper .contact-entry-connect {
+  padding-top: 5px;
+  font-weight: bold;
+}
 .directory-item {
   float: left;
   width: 200px;
@@ -1558,7 +1583,7 @@ span[id^="showmore-wrap"] {
 }
 .contact-name {
   font-weight: bold;
-  padding-top: 15px;
+  /* padding-top: 15px; */
 }
 .contact-details {
   color: #999999;
@@ -2267,20 +2292,6 @@ ul.tabs li .active {
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }
-/* poke */
-#poke-desc {
-  margin: 5px 0 25px;
-}
-#poke-recipient,
-#poke-action,
-#poke-privacy-settings {
-  margin: 10px 0 30px;
-}
-#poke-recip-label,
-#poke-action-label,
-#prvmail-message-label {
-  margin: 10px 0 10px;
-}
 /* theme screenshot */
 .screenshot,
 #theme-preview {