diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 13:52:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-12 13:52:23 +0100 |
commit | f8a8973f42bad5afc7594f43ace2d1ca9e13d6c6 (patch) | |
tree | 64e9478b68f159f946eecc7081c948ec31de1f6a /tpl/default/configure.html | |
parent | 5eca4ea11ef7c292e8b1352a41db12183e159361 (diff) | |
parent | 7cea7c7a9a6ab22bb4aa6e81ed111681779eb264 (diff) | |
download | Shaarli-f8a8973f42bad5afc7594f43ace2d1ca9e13d6c6.tar.gz Shaarli-f8a8973f42bad5afc7594f43ace2d1ca9e13d6c6.tar.zst Shaarli-f8a8973f42bad5afc7594f43ace2d1ca9e13d6c6.zip |
Merge pull request #812 from ArthurHoaro/theme/configure-valign
Theme: Vertical align theme select in configure
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"} |