From 818115a7db22332d7b3eabd3d2efd2791b1786af Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 29 Sep 2015 10:33:43 +0200 Subject: [PATCH] CSS: Set form label and input width refs #5543 --- public/css/icinga/forms.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 054b01bc90..a3f4364e8a 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -20,6 +20,10 @@ input.search { background-position: 0em; } +input, select, textarea { + width: 320px; +} + form { // Disable icons for the moment i { @@ -37,17 +41,13 @@ form { display: inline-block; padding-right: @horizontal-padding; text-align: right; - width: 240px; + width: 160px; } .control-group { padding: @vertical-padding @horizontal-padding; } -select { - display: table-cell; -} - button.link, input[type="submit"].link { // Reset defaults