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:
pginer
2012-11-19 20:20:23 +01:00
committed by Santhosh Thottingal
parent 8882e7b08d
commit 73bb7015c8
4 changed files with 88 additions and 70 deletions

View File

@@ -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 {

View File

@@ -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>';