From da6caac32058d7f2e3743d50fc83d57bc1f76706 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 9 Apr 2014 14:22:50 -0400 Subject: [PATCH] Selects styling. --- themes/bootprint/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootprint/css/style.css b/themes/bootprint/css/style.css index aae60de75f7..4132fceac9d 100644 --- a/themes/bootprint/css/style.css +++ b/themes/bootprint/css/style.css @@ -43,7 +43,7 @@ input[type="text"], input[type="password"], input[type="datetime"], input[type=" .btn {padding:2px 8px} .btn.btn-small {height:19px;padding:1px 4px} .btn.btn-link {border:0} -select {padding:2px} +select {height:26px;padding:2px} select, .btn:not(.btn-link){vertical-align:top} .btn-link {color:#06C;text-shadow:none} .btn.btn-primary {background:#C6D880;border:1px solid #619144;color:#111;text-shadow:none} -- GitLab