]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
quattro: fix item max-width, fix contact serarch autocomplete popup style
[friendica.git] / view / theme / quattro / quattro.less
index 1c4da1bf7b00c3f3baaa67ef02bbd5308bf46f90..f13ae9064768bddb601a1f262ea6737eb5773355 100644 (file)
@@ -254,21 +254,27 @@ ul.menu-popup {
 }
 
 /* autocomplete popup */
+.autocomplete,
 .acpopup {
        max-height:150px;
        background-color:@MenuBg;
        color: @Menu;
-       border:1px solid #MenuBorder;
+       border:1px solid @MenuBorder;
        overflow:auto;
        z-index:100000;
        .shadow();
 }
+.autocomplete > div, 
 .acpopupitem {
        color: @MenuItem; padding: 4px;
        clear:left;
+       overflow: auto;
+       height: auto;
        img {
                float: left;
                margin-right: 4px;
+               width: 16px !important;
+               height: 16px !important;
        }
        &.selected{
                background-color: @MenuItemHoverBg;
@@ -484,7 +490,7 @@ section {
                max-width: 720px;
                word-wrap: break-word;
        }
-       .wall-item-content img { max-width: 710px; }
+       .wall-item-content img { max-width: 700px; }
        .wall-item-links,
        .wall-item-actions { 
                display: table-cell;