diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 13:41:49 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 13:42:21 +0100 |
commit | 7cea7c7a9a6ab22bb4aa6e81ed111681779eb264 (patch) | |
tree | 64e9478b68f159f946eecc7081c948ec31de1f6a /tpl/default/configure.html | |
parent | 5eca4ea11ef7c292e8b1352a41db12183e159361 (diff) | |
download | Shaarli-7cea7c7a9a6ab22bb4aa6e81ed111681779eb264.tar.gz Shaarli-7cea7c7a9a6ab22bb4aa6e81ed111681779eb264.tar.zst Shaarli-7cea7c7a9a6ab22bb4aa6e81ed111681779eb264.zip |
Theme: Vertical align theme select in configure
Fixes #807
Diffstat (limited to 'tpl/default/configure.html')
-rw-r--r-- | tpl/default/configure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index f24ac435..d6536d47 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -55,7 +55,7 @@ | |||
55 | </div> | 55 | </div> |
56 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> | 56 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> |
57 | <div class="form-input"> | 57 | <div class="form-input"> |
58 | <select name="theme" id="theme"> | 58 | <select name="theme" id="theme" class="align"> |
59 | {loop="$theme_available"} | 59 | {loop="$theme_available"} |
60 | <option value="{$value}" | 60 | <option value="{$value}" |
61 | {if="$value===$theme"} | 61 | {if="$value===$theme"} |