MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
0 padding for tabset (only relevant for mobile but copying for consistency)
(turns out selector list arguments for :not are only supported in safari currently.)
m (0 padding for tabset (only relevant for mobile but copying for consistency))
Line 143: Line 143:
.tabs2d > .tabsetleft, .zdw-tabcontainer__tabset--left { float: left; }
.tabs2d > .tabsetleft, .zdw-tabcontainer__tabset--left { float: left; }
.tabs2d > .tabsettop, .zdw-tabset { margin: 0px !important; }
.tabs2d > .tabsettop, .zdw-tabset { margin: 0px !important; }
.tabs2d > .tabset, .zdw-tabset { padding: 0px; }
.tabs2d > .tabset > .tab2, .zdw-tab  { display: block; padding: 0px 10px; margin: 0px; border: 1px solid #5a7db5; }
.tabs2d > .tabset > .tab2, .zdw-tab  { display: block; padding: 0px 10px; margin: 0px; border: 1px solid #5a7db5; }
.tabs2d > .tabsettop > .tab2, .zdw-tabcontainer__tabset--top .zdw-tab { float: left; height: 30px; line-height: 30px; }
.tabs2d > .tabsettop > .tab2, .zdw-tabcontainer__tabset--top .zdw-tab { float: left; height: 30px; line-height: 30px; }