mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 09:33:11 +00:00
Make metadata dropdown design consistent
This commit is contained in:
parent
44bfd4573e
commit
2a0298cd46
2 changed files with 2 additions and 1 deletions
|
@ -695,6 +695,7 @@ table.downloads {
|
|||
|
||||
select.inputform, textarea.inputform {
|
||||
border: 1px solid #999;
|
||||
background: white;
|
||||
}
|
||||
|
||||
input, button, select.inputform, textarea.inputform, a.btn {
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
{{end}}
|
||||
<dt><label for="lang">Language</label></dt>
|
||||
<dd>
|
||||
<select name="lang" id="lang" dir="auto">
|
||||
<select name="lang" id="lang" dir="auto" class="inputform">
|
||||
<option value=""></option>
|
||||
<option value="ab"{{if eq "ab" .Post.Language.String}} selected="selected"{{end}}>аҧсуа бызшәа, аҧсшәа</option>
|
||||
<option value="aa"{{if eq "aa" .Post.Language.String}} selected="selected"{{end}}>Afaraf</option>
|
||||
|
|
Loading…
Reference in a new issue