Commit 7d9c67a4baef0f5f67d5bcaace0871d4cdf8a9d0
Committed by
Antonio Terceiro
1 parent
90fdc613
Exists in
master
and in
29 other branches
Fixing width of the boxes in rightbar and leftbar templates
(ActionItem1521)
Showing
2 changed files
with
8 additions
and
26 deletions
Show diff stats
public/designs/templates/leftbar/stylesheets/style.css
| 1 | - | |
| 2 | -#boxes { | |
| 3 | - /* none */ | |
| 4 | -} | |
| 5 | - | |
| 6 | 1 | .box-1 { |
| 7 | - margin: 0px 30px 0px 260px; | |
| 2 | + margin: 0 0 0 200px; | |
| 8 | 3 | } |
| 4 | + | |
| 9 | 5 | .box-1 .blocks { |
| 10 | 6 | width: 100%; |
| 11 | 7 | float: left; |
| ... | ... | @@ -13,20 +9,11 @@ |
| 13 | 9 | |
| 14 | 10 | .box-2 { |
| 15 | 11 | float: left; |
| 16 | - width: 230px; | |
| 12 | + width: 190px; | |
| 17 | 13 | } |
| 18 | 14 | |
| 19 | 15 | .block { |
| 20 | 16 | position: relative; |
| 21 | - padding: 10px 0px; | |
| 17 | + padding: 10px 0; | |
| 22 | 18 | float: none; |
| 23 | 19 | } |
| 24 | - | |
| 25 | -#article-actions { | |
| 26 | - margin-right: 130px; | |
| 27 | -} | |
| 28 | - | |
| 29 | -#article-actions { | |
| 30 | - margin-right: 130px; | |
| 31 | -} | |
| 32 | - | ... | ... |
public/designs/templates/rightbar/stylesheets/style.css
| 1 | - | |
| 2 | -#boxes { | |
| 3 | - /* none */ | |
| 4 | -} | |
| 5 | - | |
| 6 | 1 | .box-1 { |
| 7 | - margin: 0px 260px 0px 30px; | |
| 2 | + margin: 0 200px 0 0; | |
| 8 | 3 | } |
| 4 | + | |
| 9 | 5 | .box-1 .blocks { |
| 10 | 6 | width: 100%; |
| 11 | 7 | float: right; |
| ... | ... | @@ -13,12 +9,11 @@ |
| 13 | 9 | |
| 14 | 10 | .box-2 { |
| 15 | 11 | float: right; |
| 16 | - width: 230px; | |
| 12 | + width: 190px; | |
| 17 | 13 | } |
| 18 | 14 | |
| 19 | 15 | .block { |
| 20 | 16 | position: relative; |
| 21 | - padding: 10px 0px; | |
| 17 | + padding: 10px 0; | |
| 22 | 18 | float: none; |
| 23 | 19 | } |
| 24 | - | ... | ... |