]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge pull request #2102 from annando/1511-unseen-forums
[friendica.git] / view / theme / quattro / quattro.less
index f29e38fb0edfbe4d2a046232381d1472dadff735..db1f42d769b12690943dabde461562ab558a5f1a 100644 (file)
@@ -317,6 +317,7 @@ aside {
        .vcard {
                .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
                .title { margin-bottom: 5px; }
+               .p-faddr{ margin-bottom: 5px; }
                dl { height: auto; overflow: auto; }
                dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
                dd {float: left; margin-left: 4px; width: 60%;}
@@ -442,6 +443,20 @@ aside {
        /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
        .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
 
+       .notify {
+               display: none;
+               background-color: #19AEFF;
+               border-radius: 5px;
+               font-size: 10px;
+               padding: 1px 3px;
+               min-width: 15px;
+               text-align: right;
+               float: right;
+               color: rgb(255, 255, 255);
+               margin-right: 10px;
+
+               &.on { display: block; }
+       }
 }
 
 /* widget: search */
@@ -519,6 +534,9 @@ section {
        .wall-item-name { font-weight: bold; }
 
        .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
+       .wall-item-actions-events { float: left; margin-top: 0.5em;
+               a { margin-right: 3em; }
+        }
        .wall-item-actions-social { float: left; margin-top: 0.5em;
                a { margin-right: 3em; }
         }
@@ -874,6 +892,27 @@ span[id^="showmore-wrap"] {
                left: 0px;
                top: 63px;
        }
+       .drop {
+               background-image: url('../../../images/icons/22/delete.png');
+               display: block; width: 22px; height: 22px;
+               position: relative;
+               top: 10px;
+               left: -10px;
+               z-index: 99;
+       }
+       .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-entry-connect {
+               padding-top: 5px;
+               font-weight: bold;
+       }
 }
 .directory-item {
        float: left;
@@ -884,7 +923,7 @@ span[id^="showmore-wrap"] {
                img { width: 175px; height: 175px; }
        }
 }
-.contact-name { font-weight: bold; padding-top: 15px; }
+.contact-name { font-weight: bold; /* padding-top: 15px; */}
 .contact-details {
        color: @Grey3; white-space: nowrap;
        overflow: hidden;
@@ -1197,7 +1236,6 @@ ul.tabs {
                display: block;
                margin-left: 200px;
                color: @FieldHelpColor;
-
        }
 
 
@@ -1701,3 +1739,33 @@ footer { height: 100px; display: table-row; }
        color: @FieldHelpColor;
 }
 
+/* buttons for the event view */
+.plink-event-link {
+       float: left;
+       margin-left: 2px;
+}
+
+/* upload/select popup */
+.fbrowser {
+       overflow: auto;
+       position: absolute;
+       top: 0px;
+       width: 100%;
+       height: 100%;
+}
+.fbrowser .path {
+       background-color: @NavbarBackground;
+       a {     padding: 5px; margin: 0px 2px; display: inline-block; }
+       a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none;  }
+}
+.fbrowser .folders ul { list-style: url("icons/folder.png"); padding-left: 22px;}
+.fbrowser .list { padding: 10px; }
+.fbrowser.image .photo-album-image-wrapper { width: 48px; height: 48px; }
+.fbrowser.image a img { width: auto; height: 48px; }
+.fbrowser.image a p { display: none;}
+.fbrowser.file .photo-album-image-wrapper { float:none;  white-space: nowrap; width: 100%; height: auto; }
+.fbrowser.file img { display: inline; width: 16px; height: 16px}
+.fbrowser.file p  { display: inline; white-space: nowrap; }
+
+.fbrowser .upload { clear: both; padding-top: 1em;}
+