]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Theme: Vertical align theme select in configure 812/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 12 Mar 2017 12:41:49 +0000 (13:41 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 12 Mar 2017 12:42:21 +0000 (13:42 +0100)
Fixes #807

tpl/default/configure.html
tpl/default/css/shaarli.css

index f24ac43533fc4ea512de2a3cb81269ff29c35b29..d6536d47509a5228bda5e1acbc70a32069735f35 100644 (file)
@@ -55,7 +55,7 @@
         </div>
         <div class="pure-u-lg-{$ratioInput} pure-u-1">
           <div class="form-input">
-            <select name="theme" id="theme">
+            <select name="theme" id="theme" class="align">
               {loop="$theme_available"}
                 <option value="{$value}"
                   {if="$value===$theme"}
index d33e906683a956a57e9b97a2b59b8104eb551770..6e6d8cffec8fea62d1d61f309dcf3b1bca989a2a 100644 (file)
@@ -832,6 +832,7 @@ pre {
 
 .page-form-complete .form-label label,
 .page-form-complete .form-input input,
+.page-form-complete .form-input select.align,
 .page-form-complete .timezone {
     position: absolute;
     top: 50%;