From 238d923e75bd286a2e6e35cbb2c7a575b09afef9 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 6 Jun 2014 13:32:53 +0000 Subject: [PATCH] if we make the left sidebar bigger,we must reduce size in the middle, MKWS-219 --- tools/htdocs/external/koha/koha-mkws.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/htdocs/external/koha/koha-mkws.css b/tools/htdocs/external/koha/koha-mkws.css index 6cc804e..efde942 100644 --- a/tools/htdocs/external/koha/koha-mkws.css +++ b/tools/htdocs/external/koha/koha-mkws.css @@ -31,6 +31,7 @@ div.mkwsFacet > div.term > span { color: #000; } .span10 { width: 768px } .row-fluid .span10 { width: 72.90598290598291%; } + .row-fluid .span7 { width: 45.26495726495726%;; } .row-fluid .span2 { width: 23.52991452991453%; } } @@ -39,6 +40,7 @@ div.mkwsFacet > div.term > span { color: #000; } .span10 { width: 920px } .row-fluid .span10 { width: 73.90598290598291%; } + .row-fluid .span7 { width: 48.26495726495726%;; } .row-fluid .span2 { width: 23.52991452991453%; } } @@ -106,7 +108,7 @@ input[type=submit].mkwsButton { } /******************************************************************************** - * Koha + mkws-widget-reference.css + * Koha + mkws-widget-reference.css */ .mkwsReference h1 a { color: #0076b2; } .mkwsReference { @@ -118,4 +120,3 @@ input[type=submit].mkwsButton { } /* EOF */ - -- 1.7.10.4