]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge remote-tracking branch 'friendica/master' into randomerror
[friendica.git] / view / theme / quattro / quattro.less
index 1c14177c67b9c5bd8b7fbccfc702f78659029ea1..27c48f195223f3e83b298c223a44da11a1a762c3 100755 (executable)
@@ -309,13 +309,14 @@ aside {
        .allcontact-link { float: right; margin: 5px 0px; }
        .contact-block-content {
                clear: both;
-               overflow: idden;        height: auto;
+               overflow: hidden;
+               height: auto;
        }
        /*.contact-block-div { width:60px; height: 60px; }*/
        .contact-block-link {
                float: left;
                margin: 0px 2px 2px 0px;
-               img { widht: 48px; height: 48px; }
+               img { width: 48px; height: 48px; }
        }
 }
 /* mail view */
@@ -889,6 +890,31 @@ ul.tabs {
 }
 
 
+/** group editor **/
+#group-edit-desc { margin-top: 1em; color: @FieldHelpColor; }
+#group-update-wrapper{
+       height: auto; overflow: auto;
+       #group {
+               width:300px; 
+               float:left;
+               margin-right:20px;
+       }
+       #contacts {
+               width:300px;
+               float:left;
+       }
+       #group-separator { display: none; }
+       .contact_list {
+               height: 300px;
+               border: 1px solid @MenuBorder;
+               overflow: auto;
+               .contact-block-div  {
+                       width: 50px; height: 50px;
+                       float: left;
+               }
+       }
+}
+
 /**
  * Form fields
  */
@@ -912,7 +938,7 @@ ul.tabs {
        .field_help {
                display: block;
                margin-left: 200px;
-               color: #666666;
+               color: @FieldHelpColor;
                
        }