]> 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 96cdb82fa8be236651dc00c442d05a01b9108605..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;
@@ -1400,7 +1416,7 @@ div {
        
 }
 
-[id$="-end"], [class$="end"] {
+[id$="-end"], [class$="-end"] {
   clear: both;
   margin: 0 0 10px 0; }