From fdba2340eb25e605f606c103483b9bb30d937e91 Mon Sep 17 00:00:00 2001 From: nicoschtein Date: Sat, 12 Oct 2013 04:12:38 -0300 Subject: [PATCH] Better set the Pool Name to auto adjust width pushing Section Title Better set the "display: inline-block;" much like breadcrumbs does. So we get just the right width to fit the Pool Name, followed by the nice shadow and then the Section Name --- public/site_assets/mpos/css/layout.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/site_assets/mpos/css/layout.css b/public/site_assets/mpos/css/layout.css index 422a07b4..d895c84b 100644 --- a/public/site_assets/mpos/css/layout.css +++ b/public/site_assets/mpos/css/layout.css @@ -43,8 +43,7 @@ header#header h1.site_title, header#header h2.section_title { float: left; margin: 0; font-size: 22px; -display: block; -width: 40%; +display: inline-block; height: 55px; font-weight: normal; text-align: left; @@ -63,7 +62,6 @@ header#header h2.section_title { text-align: left; text-indent: 4.5%; text-transform: uppercase; -width: 60%; background: url(../images/header_shadow.png) no-repeat left top; }