X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ftabview%2Ftabview.css;h=3018c2dbe1e6bd664f476216f00771e3ae0ecbb8;hb=b1234db8f242feb7cd4d65c5b39dbd5d39d26b1f;hp=4f4885c15d9840dca95686839a9e6eab2842587a;hpb=9e47e6012b872c12203d341800e69d4f519ed6e1;p=themes.git diff --git a/LCARStrek/browser/tabview/tabview.css b/LCARStrek/browser/tabview/tabview.css index 4f4885c1..3018c2db 100644 --- a/LCARStrek/browser/tabview/tabview.css +++ b/LCARStrek/browser/tabview/tabview.css @@ -11,6 +11,7 @@ body { ----------------------------------*/ .tab { + margin: 4px; padding-top: 4px; -moz-padding-end: 6px; padding-bottom: 6px; @@ -19,7 +20,6 @@ body { border-radius: 0.4em; border: 1px solid #9C9CFF; cursor: pointer; - margin: 4px; } .tab canvas, @@ -117,8 +117,6 @@ html[dir=rtl] .expander { bottom: -20px; text-align: center; width: 94.5%; - white-space: nowrap; - overflow: hidden; } .stacked { @@ -168,15 +166,6 @@ html[dir=rtl] .expander { /* Tab GroupItem ----------------------------------*/ -.tabInGroupItem { - box-shadow: none; - background-color: #000000; -} - -.tabInGroupItem .favicon { - background-color: #000000; -} - .groupItem { cursor: move; background-color: #000000; @@ -251,9 +240,12 @@ html[dir=rtl] .appTabTrayContainer { .undo { background-color: #8050B0; - width: 150px; - height: 30px; - line-height: 30px; + padding-top: 3px; + padding-bottom: 3px; + -moz-padding-start: 5px; + -moz-padding-end: 20px; + width: 135px; + line-height: 25px; box-shadow: 0px 1px 0px #9F9FCC, 0px -1px 0px #008484; color: #FFCF00; border-radius: 0.4em; @@ -268,14 +260,14 @@ html[dir=rtl] .appTabTrayContainer { } .undo .close { - top: 4px; - left: 4px; + top: 7px; + right: 7px; opacity: 0.5; } html[dir=rtl] .undo .close { - left: auto; - right: 4px; + right: auto; + left: 7px; } .undo .close:hover{