CSS fixes to match the style modifications of jquery.uls
The style rearrangements of jquery.uls (to avoid CSSLint warnings) requires some fixes on the extension. Also update the changes from jquery.uls Change-Id: I607f7778e620a398ce8648c21c594a3505ec0816
This commit is contained in:
committed by
Santhosh Thottingal
parent
8882e7b08d
commit
73bb7015c8
@@ -50,7 +50,10 @@
|
||||
font-size: 16pt;
|
||||
line-height: 20pt;
|
||||
margin-top: 0;
|
||||
padding-top: 15px;
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
padding: 15px 0 3px 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.language-settings-buttons {
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
settingsMenu +
|
||||
settingsPanel +
|
||||
'</div>';
|
||||
windowTemplate = '<div style="display: block;" id="language-settings-dialog" class="uls-menu">'
|
||||
windowTemplate = '<div style="display: block;" id="language-settings-dialog" class="uls-menu uls-wide">'
|
||||
+ closeRow
|
||||
+ panelsRow
|
||||
+ '</div>';
|
||||
|
||||
Reference in New Issue
Block a user