]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
move connect button down a smidgin
[friendica.git] / view / theme / quattro / quattro.less
index 01d0b94b911de4ccc33960a81e96287fb3242b8d..95dd61adb73d3102224b5406eb5e083504915de3 100644 (file)
@@ -3,7 +3,7 @@
 /* global */
 body {
        font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
-       font-size: 12px;
+       font-size: 10px;
        background-color: @BodyBackground;
        color: @BodyColor;
        margin: 50px 0px 0px 0px;
@@ -31,6 +31,8 @@ a:hover {color: @LinkHover; text-decoration: underline; }
 
 .left { float: left; }
 .right { float: right; }
+.hidden { display: none; }
+
 
 .tool {
        height: auto; overflow: auto;
@@ -149,6 +151,7 @@ nav {
                        .menu-popup{ right: 0px; left: auto; }
                }
        
+               #nav-notifications-linkmenu.on .icon.s22.notify,
                #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png") }
                #nav-apps-link.selected { background-color: @NavbarSelectedBg; }
 }
@@ -178,6 +181,7 @@ ul.menu-popup {
                        text-align: center;
                        color: @MenuEmpty;
                }
+               
 }
 
 #nav-notifications-menu {
@@ -201,7 +205,7 @@ aside {
                .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
                .title { margin-bottom: 5px; }
                dl { height: auto; overflow: auto; }
-               dt {float: left; margin-left: 0px; width: 35%; }
+               dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
                dd {float: left; margin-left: 4px; width: 60%;}
        
        }
@@ -223,6 +227,8 @@ aside {
                &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
        }
 
+       #profiles-menu { width: 20em; }
+
 }
 
 #contact-block {
@@ -249,4 +255,57 @@ section {
        padding:0px 20px 0px 10px;
 }
 
+/* wall item */
+.tread-wrapper { 
+       background-color: @ThreadBackgroundColor; 
+       position: relative;
+       padding: 10px;
+       margin-bottom: 20px;
+}
+.wall-item-decor { position: absolute; left: 790px; top: -10px;  width: 16px;}
+.unstarred { display: none; }
 
+.wall-item-container {
+       display: table;
+       width: 780px;
+       margin-bottom: 10px;
+       
+       .wall-item-item,
+       .wall-item-bottom { display: table-row; }
+       .wall-item-info {
+               display: table-cell;
+               vertical-align: top;
+               text-align: left;
+               width: 60px;
+               
+               .wall-item-photo-wrapper { position: relative; }
+               .wall-item-photo { width: 48px; height: 48px; }         
+               
+               .wall-item-photo-menu-button {
+                       display: none;
+                       position: absolute;
+                       left: -4px;
+                       top: 28px;
+               }
+               .wall-item-photo-menu { display: none; }
+               
+       } 
+       .wall-item-content {
+               display: table-cell;
+               font-size: 12px;
+               max-width: 720px;
+               word-wrap: break-word;
+       }
+       .wall-item-content img { max-width: 710px; }
+       .wall-item-links,
+       .wall-item-actions { display: table-cell; }
+       
+       .wall-item-ago { padding-right: 40px; }
+}
+.wall-item-container.comment {
+       .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;}       
+       .wall-item-photo-menu-button {
+               top: 13px !important;
+               left: 10px !important;
+       }
+}