Merge pull request #1536 from goldbattle/patch-1
Updated - Lang Selection Width
This commit is contained in:
commit
c256fc4438
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ clear: both;
|
||||||
height: -3+31*@langNum;
|
height: -3+31*@langNum;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 120%;
|
width: 170%;
|
||||||
min-width: 140px;
|
min-width: 140px;
|
||||||
li > a {
|
li > a {
|
||||||
padding: 3px 9px;
|
padding: 3px 9px;
|
||||||
|
@ -298,4 +298,4 @@ clear: both;
|
||||||
.list-unstyled {
|
.list-unstyled {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue