]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
fix search_item.tpl, fix 'new' view in network page, fix walltowall template in ...
[friendica.git] / view / theme / duepuntozero / style.css
index 8a681a0e09d5fb83c36f34f9dd02379198064d12..1bdd4a99fd412d41b8b268a0618059a4527ae671 100644 (file)
@@ -219,6 +219,20 @@ section {
        margin-right: 1em;
 }
 
+#tabs-wrapper {
+       height: 27px;
+       background-image: url(head.jpg);
+       background-repeat: repeat-x;    
+       background-position: 0px -20px;
+       border-bottom: 1px solid #babdb6;
+}
+.tabs {
+       display:block;
+       float:left;
+       padding: 0.4em;
+       margin-right: 1em;
+}
+
 
 /* footer */
 footer {
@@ -493,6 +507,10 @@ input#dfrn-url {
        margin-bottom: 30px;
 }
 
+#profile-extra-links {
+       clear: both;
+}
+
 #profile-extra-links ul {
        list-style-type: none;
        padding: 0px;
@@ -803,6 +821,9 @@ input#dfrn-url {
        float: left;
        margin-right: 5px;
 }
+#network-bmark-link {
+       margin-top: 10px;
+}
 
 .wall-item-content-wrapper {
        margin-top: 10px;
@@ -2188,6 +2209,9 @@ a.mail-list-link {
        margin-bottom: 5px;
 }
 
+.vcard dl {
+       clear: both;
+}
 
 #birthday-title {
        float: left;
@@ -2746,6 +2770,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); }