pain
This commit is contained in:
parent
2f347bb759
commit
48994ee32d
2 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ hr {
|
|||
.torrent-sort-save,
|
||||
.torrent-cat {
|
||||
border-radius: 4px;
|
||||
width: 127px;
|
||||
width: 164px;
|
||||
margin-right: 10px;
|
||||
padding: 6px;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</select>
|
||||
<select class="results-settings" name="lang" id="languageSelect">
|
||||
{{range .LanguageOptions}}
|
||||
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option>
|
||||
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option> <!-- this is too wide or too less, fix -->
|
||||
{{end}}
|
||||
</select>
|
||||
<button class="results-save" name="t" value="image">{{ translate "save_settings" }}</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue