From 95f217f32da2bcbcd5a90165d305819a96d50dc1 Mon Sep 17 00:00:00 2001 From: nicoschtein Date: Sat, 12 Oct 2013 04:03:12 -0300 Subject: [PATCH] Increased width % for Pool Name header on MPOS Theme This way longer pool name can fit, and it wont affect section_title as it is one or two words long. --- public/site_assets/mpos/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/site_assets/mpos/css/layout.css b/public/site_assets/mpos/css/layout.css index 6a1b8d18..422a07b4 100644 --- a/public/site_assets/mpos/css/layout.css +++ b/public/site_assets/mpos/css/layout.css @@ -44,7 +44,7 @@ float: left; margin: 0; font-size: 22px; display: block; -width: 23%; +width: 40%; height: 55px; font-weight: normal; text-align: left; @@ -63,7 +63,7 @@ header#header h2.section_title { text-align: left; text-indent: 4.5%; text-transform: uppercase; -width: 68%; +width: 60%; background: url(../images/header_shadow.png) no-repeat left top; }