Commit 30f20d52c12b8f113f33694fe656368e4891e824
1 parent
3b5c9b46
Exists in
master
and in
29 other branches
ActionItem110: Template Changes, bug Images Fix.
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@700 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
7 changed files
with
12 additions
and
6 deletions
Show diff stats
248 Bytes
225 Bytes
168 Bytes
7.98 KB
public/designs/templates/default/stylesheets/style.css
| ... | ... | @@ -3,11 +3,17 @@ body { |
| 3 | 3 | font-size: 14px; |
| 4 | 4 | } |
| 5 | 5 | |
| 6 | +#wrap { | |
| 7 | +background: url("../images/bg_content.png") top center repeat-y; | |
| 8 | +} | |
| 9 | + | |
| 6 | 10 | #frame { |
| 11 | +background: url("../images/bg_bgheader.png") top left repeat-x; | |
| 7 | 12 | } |
| 8 | 13 | |
| 9 | -#content { | |
| 10 | -/*background: url("../images/bg_bgheader.png") repeat-x;*/ | |
| 14 | +#header { | |
| 15 | +background: url("../images/bg_header.png") top center no-repeat; | |
| 16 | +height: 135px; | |
| 11 | 17 | } |
| 12 | 18 | |
| 13 | 19 | #boxes { | ... | ... |
public/designs/templates/leftbar/images/bg_header.png
public/designs/templates/leftbar/stylesheets/style.css
| ... | ... | @@ -5,15 +5,15 @@ font-family: Verdana, Sans-Serif; |
| 5 | 5 | font-size: 14px; |
| 6 | 6 | } |
| 7 | 7 | |
| 8 | -#frame { | |
| 8 | +#wrap { | |
| 9 | 9 | background: url("../images/bg_content.png") top center repeat-y; |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | -#content { | |
| 13 | -/* background: url("../images/bg_bgheader.png") top left repeat-x; */ | |
| 12 | +#frame { | |
| 13 | + background: url("../images/bg_bgheader.png") top left repeat-x; | |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | -#header_content { | |
| 16 | +#header { | |
| 17 | 17 | background: url("../images/bg_header.png") top center no-repeat; |
| 18 | 18 | height: 135px; |
| 19 | 19 | } | ... | ... |