From 2cf8471a00c6531eb29a8f2e3278818c453986e0 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 20 Jan 2016 18:17:32 +0100 Subject: [PATCH] CSS: Fix input widths refs #10995 --- public/css/icinga/forms.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 45c804641..9c7a638ba 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -22,6 +22,12 @@ input[type=url] { &:focus:not([readonly]) { border-color: @icinga-blue; } + + width: 20em; +} + +select, textarea { + width: 20em; } .control-button, @@ -62,10 +68,6 @@ input.search { } } -input, select, textarea { - width: 20em; -} - // TODO(el): .form-inline control-group { display: inline-block; } form.inline { .control-group {