about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorspf <spf@sanspseudofix.fr>2017-04-18 17:25:44 +0200
committerEugen <eugen@zeonfederated.com>2017-04-18 17:25:44 +0200
commit9783d8b6c074c371acd466c17acf0b21f82af296 (patch)
treead3a3c266e2edd798ad0d6a7848819d6fae4979e /app/assets
parent752597156134b5970f8d0660e1dc9b61ee342e2b (diff)
fix admin input display (#1633)
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/admin.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss
index 2916b915b..af0c2c6a1 100644
--- a/app/assets/stylesheets/admin.scss
+++ b/app/assets/stylesheets/admin.scss
@@ -115,6 +115,15 @@
 
   .simple_form {
     max-width: 400px;
+    .label_input {
+      label.select {
+        width: 50%;
+      }
+      select {
+        width: 50%;
+        float: right;
+      }
+    }
   }
 
   @media screen and (max-width: 600px) {