From cf872b8b0f7cdd7f75502478daa97ca5e7cff792 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 18 Sep 2013 09:07:45 +0200 Subject: [PATCH] Only change input and select items. --- app/assets/stylesheets/zzz.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 3e8d5efda..5bd0e1059 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -580,7 +580,7 @@ form.form-inline input[type="password"] { .edit .form-group { margin-bottom: 2px; } -.edit .form-control { +.edit select, .edit input { height: 30px; } .edit:focus {