fix size of active tab
This commit is contained in:
parent
fc7741551e
commit
0f27cb1808
|
@ -622,7 +622,7 @@ input.prefsTabSelected {
|
||||||
border-color : #c0c0c0;
|
border-color : #c0c0c0;
|
||||||
padding : 2px 7px 2px 7px;
|
padding : 2px 7px 2px 7px;
|
||||||
margin : 0px 1px 0px 0px;
|
margin : 0px 1px 0px 0px;
|
||||||
width : 150px;
|
width : 130px;
|
||||||
background : white;
|
background : white;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
|
|
Loading…
Reference in New Issue