From 5c1b00f1c03a99af5a349ff04c892fa4fc47481d Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Wed, 15 Oct 2014 11:44:34 -0400
Subject: [PATCH] Combined search css update.

---
 themes/bootstrap3/css/combined-search.css | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/themes/bootstrap3/css/combined-search.css b/themes/bootstrap3/css/combined-search.css
index 3e67a75737a..28d9da10243 100644
--- a/themes/bootstrap3/css/combined-search.css
+++ b/themes/bootstrap3/css/combined-search.css
@@ -1,4 +1,7 @@
-.combined-list .result .left   {width:23.0769%}
-.combined-list .result .middle {width:65.812%}
+.combined-list .result .left   {width:25%}
+.combined-list .result .middle {width:75%}
 .combined-list .result .right  {display:none}
-.form-inline > .clearfix {margin-left:7px}
\ No newline at end of file
+.result {padding-right:0}
+.result > .col-xs-1.checkbox {padding-right:0;width:10%}
+.result > .col-xs-11 {width:89%}
+.form-inline > .clearfix {margin-left:7px}
-- 
GitLab