From 86a0ae045f65e62eb81f56fdc5ccb4f45c63f613 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Thu, 5 Dec 2013 15:13:42 -0500
Subject: [PATCH] Specific, frequently seen select height adjusted.

---
 themes/bootprint/css/style.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/themes/bootprint/css/style.css b/themes/bootprint/css/style.css
index 66588ba559a..5e7d3584def 100644
--- a/themes/bootprint/css/style.css
+++ b/themes/bootprint/css/style.css
@@ -13,6 +13,7 @@ body h3 {font-size:20px}
 
 /* --- Bootstrap MODS ---*/
 .accordion-heading .accordion-toggle {font-size:14px;padding:2px 15px}
+.centered-pills .nav-pills > li > a {padding-bottom:4px}
 .container a:not(.btn,.text-error) {color:#06C}
 .form-horizontal .controls {margin-left:165px}
 .dropdown-menu>.active>a,
@@ -27,7 +28,7 @@ input[type="text"]:focus {border-color:#619144;box-shadow:inset 0px 1px 2px rgba
 .label {font-size:11px}
 .modal a {color:#08C}
 .nav-list li.active > a {border-color:#C6D880;color:#FFF}
-.nav-pills > li > a {border-radius:2px;margin:0;padding-bottom:4px}
+.nav-pills > li > a {border-radius:2px;margin:0}
 .nav-tabs {margin:0}
 .nav-tabs li a {margin:0 4px 0 0;padding:3px 5px}
 .nav-tabs li.active a:hover,
@@ -36,7 +37,7 @@ input[type="text"]:focus {border-color:#619144;box-shadow:inset 0px 1px 2px rgba
 .tab-container {margin:0}
 
 input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
-.row-fluid input[class*="span"], .btn:not(.btn-large) {border:1px solid #AAA;border-radius:2px;font-size:12px;height:26px;min-height:1px;padding:2px 6px}
+.row-fluid input[class*="span"], .btn:not(.btn-large) {border:1px solid #AAA;border-radius:2px;font-size:12px;height:26px;margin:0;min-height:1px;padding:2px 6px}
 .btn {padding:2px 8px}
 .btn.btn-small {height:20px;padding:0 4px}
 .btn.btn-link {border:0}
@@ -145,7 +146,7 @@ select, .btn:not(.btn-link){vertical-align:top}
 /* -- MY RESEARCH -- */
 .bulkActionForm .btn-link {padding:1px 2px}
 .bulkActionForm .result {background:#FFF}
-#sort_options_1 {width:100px}
+#sort_options_1 {height:26px;width:100px}
 
 /* --- VUDL --- */
 .btn.grid-btn {height:16px;padding:3px 6px 5px 6px}
-- 
GitLab