From 4d5a8c0065abcfd0b777dd1884866e6b8776ba53 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 16 Apr 2014 14:13:43 -0400 Subject: [PATCH] Search home tweak. --- themes/bootprint/css/bootprint-custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootprint/css/bootprint-custom.css b/themes/bootprint/css/bootprint-custom.css index 453875c4c7d..d30282195e5 100644 --- a/themes/bootprint/css/bootprint-custom.css +++ b/themes/bootprint/css/bootprint-custom.css @@ -128,7 +128,7 @@ select, .btn:not(.btn-link){vertical-align:top} .nav-pills {margin:3px 0 0 0} /* --- HOME --- */ -.searchHomeContent {margin:2em auto;width:80%} +.searchHomeContent {margin:2em auto;width:85%} .searchHomeContent .hero-unit {background:#E6EFC2;border:2px solid #C6D880;border-radius:5px} .searchHomeContent .nav-tabs {border:0} .searchHomeContent .nav-tabs li a {border:1px solid transparent;border-bottom:0;font-size:14px} @@ -155,7 +155,7 @@ select, .btn:not(.btn-link){vertical-align:top} .result {border:0;padding:3px 0} .result:nth-child(odd) {background:#EEE} .grid .result {background:none} -.result>.checkbox {font-weight:bold;margin:2px 0 2px 1%;max-width:6%} +.result>.checkbox {font-weight:bold;margin:2px 0 2px 1%;max-width:6%;min-width:27px} .result>.checkbox input[type="checkbox"] {margin:3px auto} .result .left {text-align:center} .result .middle {margin-left:1%;width:52%} -- GitLab