Commit 7ebe6c056a73d0cdbad7b4e56981a9e71bf95049
1 parent
a8f00402
Exists in
master
and in
22 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
| @@ -52,6 +52,8 @@ | @@ -52,6 +52,8 @@ | ||
| 52 | 52 | ||
| 53 | <div id="wrap"> | 53 | <div id="wrap"> |
| 54 | 54 | ||
| 55 | + <div id="beta-tag"><span>BETA</span></div> | ||
| 56 | + | ||
| 55 | <div id='noosfero_bar' style='position: absolute;'> | 57 | <div id='noosfero_bar' style='position: absolute;'> |
| 56 | 58 | ||
| 57 | <div id='navigation_bar'> | 59 | <div id='navigation_bar'> |
417 Bytes
public/stylesheets/common.css
| @@ -14,6 +14,18 @@ body.noosfero { | @@ -14,6 +14,18 @@ body.noosfero { | ||
| 14 | background-image: url(../images/bg-top-cinza.jpg); | 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 | #wrap { | 29 | #wrap { |
| 18 | background-position: 50% 22px; | 30 | background-position: 50% 22px; |
| 19 | background-repeat: repeat-x; | 31 | background-repeat: repeat-x; |
| @@ -25,6 +37,14 @@ body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } | @@ -25,6 +37,14 @@ body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } | ||
| 25 | body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } | 37 | body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } |
| 26 | body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); } | 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 | #header { | 48 | #header { |
| 29 | height: 30px; | 49 | height: 30px; |
| 30 | } | 50 | } |
public/stylesheets/menu.css
| @@ -5,13 +5,6 @@ | @@ -5,13 +5,6 @@ | ||
| 5 | text-decoration: none; | 5 | text-decoration: none; |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | -#path_category { | ||
| 9 | - position: absolute; | ||
| 10 | - top: 45px; | ||
| 11 | - left: 50px; | ||
| 12 | - font-weight: bold; | ||
| 13 | -} | ||
| 14 | - | ||
| 15 | #noosfero_bar { | 8 | #noosfero_bar { |
| 16 | position: absolute; | 9 | position: absolute; |
| 17 | left: 3px; | 10 | left: 3px; |