make prefs tabs smaller
This commit is contained in:
parent
01b3e1919a
commit
1b2e1b0e52
1 changed files with 2 additions and 2 deletions
|
@ -602,7 +602,7 @@ input.extSearch {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.prefsTabs {
|
table.main td.prefsTabs {
|
||||||
padding-left : 15px;
|
padding-left : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.prefsTab {
|
input.prefsTab {
|
||||||
|
@ -610,7 +610,7 @@ input.prefsTab {
|
||||||
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-image : url("images/vgrad_light_rev2.png");
|
background-image : url("images/vgrad_light_rev2.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
|
|
Loading…
Reference in a new issue