Commit d8304d6bd035d7b53710d8b8a136f92fb2c48d5c
1 parent
53da384f
Exists in
master
and in
23 other branches
ActionItem62: making the empty header shorter
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1089 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
public/designs/templates/default/stylesheets/style.css
| @@ -33,7 +33,7 @@ body { | @@ -33,7 +33,7 @@ body { | ||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | #header { | 35 | #header { |
| 36 | -height: 145px; | 36 | + height: 65px; |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | #design_boxes { | 39 | #design_boxes { |
| @@ -77,6 +77,9 @@ clear: both; | @@ -77,6 +77,9 @@ clear: both; | ||
| 77 | color: #333; | 77 | color: #333; |
| 78 | margin: 0px; | 78 | margin: 0px; |
| 79 | padding: 5px; | 79 | padding: 5px; |
| 80 | + | ||
| 81 | + position: absolute; | ||
| 82 | + bottom: 0px; | ||
| 80 | } | 83 | } |
| 81 | 84 | ||
| 82 | /* Notice */ | 85 | /* Notice */ |