]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/dark/style.less
fix contact-friend stuff on profile sidebar
[friendica.git] / view / theme / dispy / dark / style.less
index 6bab0109a06cd4aa7f7ca88581bf46b1641a6d81..321cb7618a0905a298fe4a95c36a33fae4b9be1c 100644 (file)
@@ -693,10 +693,26 @@ nav #nav-notifications-linkmenu {
 */
 
 #asidemain {
-  h4 {
-    font-size: 1.2em; }
-  #viewcontacts {
-    text-align: right; } }
+       h4 {
+               font-size: 1.2em; }
+       #viewcontacts {
+               text-align: right;
+       }
+       #contact-block {
+               width: 99%;
+               .contact-block-content {
+                       width: 99%;
+                       .contact-block-div {
+                               float: left;
+                               margin: 0 5px 5px 0;
+                               width: 50px;
+                               height: 50px;
+                               padding: 3px;
+                               position: relative;
+                       }
+               }
+       }
+}
 
 .aprofile dt {
   background: #eec;
@@ -1385,10 +1401,36 @@ div {
     br {
       clear: left; } } }
 
-[id$="-end"], [class$="end"] {
+.profile-match-wrapper {
+       float: left;
+       margin: 0 5px 40px 0;
+       width: 120px;
+       height: 120px;
+       padding: 3px;
+       position: relative;
+}
+.icon.drophide.profile-match-ignore {
+       margin: 0 6px 0 -3px;
+}
+.profile-match-photo {
+       
+}
+
+[id$="-end"], [class$="-end"] {
   clear: both;
   margin: 0 0 10px 0; }
 
+.profile-match-end {
+       margin: 0 0 5px 0;
+}
+.profile-match-name {
+       font-weight: bold;
+       margin: auto auto auto 23px;
+}
+.profile-match-connect {
+       font-style: italic;
+       margin: auto auto auto 23px;
+}
 #advanced-profile-with {
   margin-left: 200px; }
 
@@ -1459,14 +1501,21 @@ div {
   background-repeat: no-repeat; }
 
 #photo-prev-link {
-  left: 0;
-  top: 0;
-  background-image: url(dark/prev.png); }
+       background-image: url(dark/prev.png);
+    height: 350px;
+    left: 1%;
+    top: 215px;
+    width: 50px;
+    z-index: 10;
+}
 
 #photo-next-link {
-  right: 0;
-  top: 0;
-  background-image: url(dark/next.png); }
+       background-image: url(dark/next.png);
+    height: 350px;
+    right: 45%;
+    top: 215px;
+    width: 50px;
+}
 
 #photo-prev-link a, #photo-next-link a {
   display: block;
@@ -2155,7 +2204,7 @@ div {
 #side-peoplefind-url {
   background-color: #2e2f2e;
   color: #eec;
-  border: 1px 999 solid;
+  border: 1px #999 solid;
   margin-right: 3px;
   width: 75%;
   &:hover, &:focus {