Commit 7ebe6c056a73d0cdbad7b4e56981a9e71bf95049

Authored by AurelioAHeckert
1 parent a8f00402

ActionItem152: BETA

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1242 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/layouts/application.rhtml
... ... @@ -52,6 +52,8 @@
52 52  
53 53 <div id="wrap">
54 54  
  55 + <div id="beta-tag"><span>BETA</span></div>
  56 +
55 57 <div id='noosfero_bar' style='position: absolute;'>
56 58  
57 59 <div id='navigation_bar'>
... ...
public/images/beta.gif 0 → 100644

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(&quot;../images/bg-top-verde.png&quot;); }
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
... ... @@ -5,13 +5,6 @@
5 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 8 #noosfero_bar {
16 9 position: absolute;
17 10 left: 3px;
... ...