]> git.mxchange.org Git - friendica.git/commitdiff
fix minor placement issues on old themes from testbubble theme changes
authorFriendika <info@friendika.com>
Mon, 26 Sep 2011 05:29:30 +0000 (22:29 -0700)
committerFriendika <info@friendika.com>
Mon, 26 Sep 2011 05:29:30 +0000 (22:29 -0700)
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index 9bed3e97245688b82216f3755c04011a4223614c..2bb24ec451b1428c69dc4aee0629b6ebbcb1a05f 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 {
index d9b0b6f2ec81f1f47d69d1f4cc099db8da810b70..dda980366fee8a06f88cf4894efbbdfadd186279 100644 (file)
@@ -1587,6 +1587,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;