]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
provide ability to repair contact photo
[friendica.git] / view / theme / loozah / style.css
index 41de9b3e4bb9e22dfbeac67b426331ee07a85fe0..962d08fc075c0e7a9d813ca55a21b8041e81e42c 100644 (file)
@@ -287,6 +287,9 @@ nav {
        margin-bottom: 5px;
 }
 
+.vcard dl {
+       clear: both;
+}
 
 .powered {
        font-size: 0.6em;
@@ -319,6 +322,7 @@ nav {
        float: right;
        margin-left: 0px;
        margin-right: 3px;
+       margin-top: 20px;
        padding: 6px;
        /*border: 2px solid #000000;*/
        background: #D5D5D5;
@@ -340,6 +344,7 @@ nav {
 .nav-ajax-left {
        margin-left: 1px;
        margin-right: 2px;
+       margin-top: 15px;
        float: left;
        font-size: 0.6em;
        font-weight: bold;
@@ -373,6 +378,7 @@ nav {
        float: left;
        margin-left: 3px;
        margin-right: 0px;
+       margin-top: 20px;
        padding: 6px;
        /*border: 2px solid #000000;*/
        background: #D5D5D5;
@@ -400,6 +406,7 @@ nav {
 }
 
 #profile-extra-links {
+       clear: both;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
@@ -1019,6 +1026,10 @@ input#dfrn-url {
        float: left;
        margin-right: 5px;
 }
+#network-bmark-link {
+       margin-top: 10px;
+}
+
 
 
 .wall-item-info.wallwall {
@@ -1583,6 +1594,26 @@ padding: 5px 10px 0px;
        clear: both;
 }
 
+.tabs {
+       padding: 4px;
+       margin-top: 10px;
+       margin-bottom: 10px;
+       margin-right: 5px;
+       /*border: 1px solid #CCC;*/
+       /*background: #F8F8F8;*/
+       font-size: 0.8em;
+       font-weight: bold;
+       background-color: #ECECEC;
+       border: 1px solid #858585;
+}
+.tabs:hover {
+       background-color: #0CBEFE;
+       color: #F5F6FB;
+       border: 1px solid #F5F6FB;
+       /*cursor: pointer;*/
+}
+
+
 .comment-edit-text-empty {
        color: gray;
        height: 30px;
@@ -2403,6 +2434,7 @@ a.mail-list-link {
 }
 
 #crepair-nick-label,
+#crepair-attag-label,
 #crepair-url-label,
 #crepair-request-label,
 #crepair-confirm-label,
@@ -2414,6 +2446,7 @@ a.mail-list-link {
 }
 
 #crepair-nick,
+#crepair-attag,
 #crepair-url,
 #crepair-request,
 #crepair-confirm,
@@ -2726,6 +2759,7 @@ a.mail-list-link {
 .off { background-position: 0px -48px; }
 .starred { background-position: -16px -48px; }
 .unstarred { background-position: -32px -48px; }
+.tagged { background-position: -48px -48px; }
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }