]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge pull request #2117 from annando/1511-feed-remote
[friendica.git] / view / theme / quattro / quattro.less
index 777ee8ccc1efa896b6060a33f479709fecd32cdc..c2410244f9977d78681b6e1f5e486e0c74649856 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%;}
@@ -351,6 +352,17 @@ aside {
 
                &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
        }
+       #subscribe-feed-link {
+               display: block;
+               .rounded();
+               color: @AsideConnect;
+               background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center;
+               font-weight: bold;
+               text-transform:uppercase;
+               padding: 4px 2px 2px 35px;
+
+               &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
+       }
 
        #profiles-menu { width: 20em; }
 
@@ -442,6 +454,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 */
@@ -899,7 +925,16 @@ span[id^="showmore-wrap"] {
                font-weight: bold;
        }
 }
-.contact-name { font-weight: bold; padding-top: 15px; }
+.directory-item {
+       float: left;
+       width: 200px;
+       height: 200px;
+       .contact-photo {
+               width: 175px; height: 175px;
+               img { width: 175px; height: 175px; }
+       }
+}
+.contact-name { font-weight: bold; /* padding-top: 15px; */}
 .contact-details {
        color: @Grey3; white-space: nowrap;
        overflow: hidden;