diff options
author | spf <spf@sanspseudofix.fr> | 2017-04-18 17:25:44 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-18 17:25:44 +0200 |
commit | 9783d8b6c074c371acd466c17acf0b21f82af296 (patch) | |
tree | ad3a3c266e2edd798ad0d6a7848819d6fae4979e | |
parent | 752597156134b5970f8d0660e1dc9b61ee342e2b (diff) |
fix admin input display (#1633)
-rw-r--r-- | app/assets/stylesheets/admin.scss | 9 |
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) { |