1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update jqm styles

This commit is contained in:
Luke Pulverenti 2016-02-08 13:24:01 -05:00
parent 630f3e9100
commit a4220131dd
9 changed files with 261 additions and 262 deletions

View file

@ -25,12 +25,12 @@
<h1 style="margin-top: 1.5em;">${HeaderPreferredMetadataLanguage}</h1>
<div style="margin: 2em 0;">
<label for="selectLanguage">${LabelLanguage}</label>
<label for="selectLanguage" class="selectLabel">${LabelLanguage}</label>
<select name="selectLanguage" id="selectLanguage" data-mini="true" required="required"></select>
</div>
<div style="margin: 2em 0;">
<label for="selectCountry">${LabelCountry}</label>
<label for="selectCountry" class="selectLabel">${LabelCountry}</label>
<select name="selectCountry" id="selectCountry" data-mini="true" required="required"></select>
</div>