Commit 7ebe6c056a73d0cdbad7b4e56981a9e71bf95049
1 parent
a8f00402
Exists in
master
and in
29 other branches
ActionItem152: BETA
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1242 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
4 changed files
with
22 additions
and
7 deletions
Show diff stats
app/views/layouts/application.rhtml
417 Bytes
public/stylesheets/common.css
| ... | ... | @@ -14,6 +14,18 @@ body.noosfero { |
| 14 | 14 | background-image: url(../images/bg-top-cinza.jpg); |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | +#beta-tag { | |
| 18 | + position: absolute; | |
| 19 | + top: 50px; | |
| 20 | + left: 50px; | |
| 21 | + background-image: url(../images/beta.gif); | |
| 22 | + width: 128px; | |
| 23 | + height: 36px; | |
| 24 | +} | |
| 25 | +#beta-tag span { | |
| 26 | + display: none; | |
| 27 | +} | |
| 28 | + | |
| 17 | 29 | #wrap { |
| 18 | 30 | background-position: 50% 22px; |
| 19 | 31 | background-repeat: repeat-x; |
| ... | ... | @@ -25,6 +37,14 @@ body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } |
| 25 | 37 | body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } |
| 26 | 38 | body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); } |
| 27 | 39 | |
| 40 | +#path_category { | |
| 41 | + position: absolute; | |
| 42 | + top: 40px; | |
| 43 | + left: 30px; | |
| 44 | + font-weight: bold; | |
| 45 | + z-index: 10; | |
| 46 | +} | |
| 47 | + | |
| 28 | 48 | #header { |
| 29 | 49 | height: 30px; |
| 30 | 50 | } | ... | ... |
public/stylesheets/menu.css