From d82b1b038d352fa2e79d779358619de1567f33c7 Mon Sep 17 00:00:00 2001 From: Fabio Teixeira Date: Thu, 23 Apr 2015 10:03:10 -0300 Subject: [PATCH] Change blocks position --- public/designs/templates/lefttopright/stylesheets/style.css | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/public/designs/templates/lefttopright/stylesheets/style.css b/public/designs/templates/lefttopright/stylesheets/style.css index 5c460a5..c048d39 100644 --- a/public/designs/templates/lefttopright/stylesheets/style.css +++ b/public/designs/templates/lefttopright/stylesheets/style.css @@ -4,26 +4,35 @@ } .box-1 { - width: 59%; - float: right; - margin-right: 5px + width: 58%; + float: left; + margin: 1% 1% 0% 1%; + background-color: red; } -.box-3 { + +.box-2 { position: relative; float: left; width: 20%; + /*top: -165px;*/ + /*margin-top: -17.5%;*/ + background-color: blue; } -.box-2 { +.box-3 { position: relative; float: right; width: 20%; + margin-top: 1%; + background-color: yellow; } .box-4 { - float: right; - width: 79.5%; + float: left; + width: 79%; + background-color: green; + margin-left: 21%; } #profile-activity ul, -- libgit2 0.21.2