From c9e91e5bd0de03bd45b0cf9349dbf63b83e1dd75 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Thu, 11 Dec 2014 08:50:12 +0100 Subject: [PATCH] Fix #4637 Field Alignment Signed-off-by: Hugues Peccatte --- themes/pmahomme/css/common.css.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index b605cd4d0b..69554d7d44 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -200,6 +200,14 @@ input[type=date] { border: 1px solid #aaa; color: #555; padding: 4px; +} + +input[type=text], +input[type=password], +input[type=number], +input[type=date], +input[type=checkbox], +select { margin: 6px; } @@ -2561,10 +2569,6 @@ fieldset .disabled-field td { -webkit-box-sizing: border-box; } -#table_columns select { - margin: 0 6px; -} - #placeholder { position: relative; border: 1px solid #aaa;