From dfba48051bcb46a526e83c77eecf5a61a8a79fa4 Mon Sep 17 00:00:00 2001 From: nrpatten Date: Mon, 7 Oct 2013 11:34:24 +1100 Subject: [PATCH 1/2] Update layout.css Resize fix: test 1 --- public/site_assets/test/css/layout.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/site_assets/test/css/layout.css b/public/site_assets/test/css/layout.css index a1db010c..0b5bfee9 100644 --- a/public/site_assets/test/css/layout.css +++ b/public/site_assets/test/css/layout.css @@ -97,7 +97,7 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x; section#secondary_bar .user { float: left; -width: 10%; +width: 12%; min-width: 150px; height: 38px; } @@ -192,8 +192,7 @@ margin: 0 5px; /* Sidebar */ aside#sidebar { -min-width: 150px; -width: 10%; +width: 12%; background: #E0E0E3 url(../images/sidebar.png) repeat; float: left; min-height: 85%; @@ -321,7 +320,7 @@ background: url("../images/sidebar_shadow.png") repeat-y scroll left top transpa float: left; margin-top: -2px; min-height: 85%; -width: 88%; +width: 87%; } #main h3 { From 7a074f852b3904519faa725ed5849ae6a31a0805 Mon Sep 17 00:00:00 2001 From: nrpatten Date: Mon, 7 Oct 2013 12:45:49 +1100 Subject: [PATCH 2/2] Update layout.css Resize fix: Test 1 and h2.section_title back to left it is hidden when not logged in and text-transform: uppercase; looks better in the title for some page links. --- public/site_assets/test/css/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/site_assets/test/css/layout.css b/public/site_assets/test/css/layout.css index 0b5bfee9..34b365b9 100644 --- a/public/site_assets/test/css/layout.css +++ b/public/site_assets/test/css/layout.css @@ -60,8 +60,9 @@ text-decoration: none; } header#header h2.section_title { -text-align: center; +text-align: left; text-indent: 4.5%; +text-transform: uppercase; width: 68%; background: url(../images/header_shadow.png) no-repeat left top; } @@ -98,7 +99,6 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x; section#secondary_bar .user { float: left; width: 12%; -min-width: 150px; height: 38px; } @@ -320,7 +320,7 @@ background: url("../images/sidebar_shadow.png") repeat-y scroll left top transpa float: left; margin-top: -2px; min-height: 85%; -width: 87%; +width: 88%; } #main h3 {