From db01db0e2c8d7155b327ea2071af83854e13cbae Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Fri, 10 Oct 2014 12:36:46 -0400
Subject: [PATCH] Combined search padding adjustments.

---
 themes/bootstrap3/css/combined-search.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/themes/bootstrap3/css/combined-search.css b/themes/bootstrap3/css/combined-search.css
index 3e67a75737a..c73e1525b08 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}
+.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}
\ No newline at end of file
-- 
GitLab