From 47295de6fa88847d8b07d3435c41acaaf30d6efa Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 29 Sep 2010 11:10:16 -0300 Subject: [PATCH] Fixed bug on layout --- public/designs/templates/default/stylesheets/style.css | 4 ++-- public/designs/templates/leftbar/stylesheets/style.css | 7 ++++++- public/designs/templates/rightbar/stylesheets/style.css | 9 +++++++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index c07ff17..604f927 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -4,7 +4,7 @@ } .box-1 { - margin: 0px 230px 0px 260px; + margin: 0px 210px 0px 210px; } .box-1 .blocks { width: 100%; @@ -13,7 +13,7 @@ .box-2 { float: left; - width: 230px; + width: 200px; } .box-3 { diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 7e71894..6e1ccc0 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -1,5 +1,5 @@ .box-1 { - margin: 0 30px 0 260px; + margin: 0 30px 0 210px; } .box-1 .blocks { @@ -17,3 +17,8 @@ padding: 10px 0; float: none; } + +#leave_scrap_content_limit, +#leave_scrap_content_left { + float: none; +} diff --git a/public/designs/templates/rightbar/stylesheets/style.css b/public/designs/templates/rightbar/stylesheets/style.css index 57e7f04..b23e375 100644 --- a/public/designs/templates/rightbar/stylesheets/style.css +++ b/public/designs/templates/rightbar/stylesheets/style.css @@ -1,5 +1,5 @@ .box-1 { - margin: 0 200px 0 0; + margin: 0 210px 0 30px; } .box-1 .blocks { @@ -9,7 +9,7 @@ .box-2 { float: right; - width: 230px; + width: 200px; } .block { @@ -17,3 +17,8 @@ padding: 10px 0; float: none; } + +#leave_scrap_content_limit, +#leave_scrap_content_left { + float: none; +} -- libgit2 0.21.2