Commit 47295de6fa88847d8b07d3435c41acaaf30d6efa

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 683f4ace

Fixed bug on layout

width of sideboxes on right and leftbar
width and margin of block on default template

(ActionItem1596)
public/designs/templates/default/stylesheets/style.css
... ... @@ -4,7 +4,7 @@
4 4 }
5 5  
6 6 .box-1 {
7   - margin: 0px 230px 0px 260px;
  7 + margin: 0px 210px 0px 210px;
8 8 }
9 9 .box-1 .blocks {
10 10 width: 100%;
... ... @@ -13,7 +13,7 @@
13 13  
14 14 .box-2 {
15 15 float: left;
16   - width: 230px;
  16 + width: 200px;
17 17 }
18 18  
19 19 .box-3 {
... ...
public/designs/templates/leftbar/stylesheets/style.css
1 1 .box-1 {
2   - margin: 0 30px 0 260px;
  2 + margin: 0 30px 0 210px;
3 3 }
4 4  
5 5 .box-1 .blocks {
... ... @@ -17,3 +17,8 @@
17 17 padding: 10px 0;
18 18 float: none;
19 19 }
  20 +
  21 +#leave_scrap_content_limit,
  22 +#leave_scrap_content_left {
  23 + float: none;
  24 +}
... ...
public/designs/templates/rightbar/stylesheets/style.css
1 1 .box-1 {
2   - margin: 0 200px 0 0;
  2 + margin: 0 210px 0 30px;
3 3 }
4 4  
5 5 .box-1 .blocks {
... ... @@ -9,7 +9,7 @@
9 9  
10 10 .box-2 {
11 11 float: right;
12   - width: 230px;
  12 + width: 200px;
13 13 }
14 14  
15 15 .block {
... ... @@ -17,3 +17,8 @@
17 17 padding: 10px 0;
18 18 float: none;
19 19 }
  20 +
  21 +#leave_scrap_content_limit,
  22 +#leave_scrap_content_left {
  23 + float: none;
  24 +}
... ...