Commit c4c829ecdb6d46f520e74172b894de093430325c

Authored by AntonioTerceiro
1 parent 3118043a

ActionItem0: a better top bar



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@366 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/images/fbes.png 0 → 100644

4.75 KB

public/designs/templates/default/stylesheets/style.css
... ... @@ -28,7 +28,7 @@ height: 135px;
28 28 border-color: blue;
29 29 background: white;
30 30 padding-top: 0.25em;
31   - padding-left: 48px;
  31 + padding-left: 85px;
32 32 padding-right: 0.5em;
33 33 padding-bottom: 0.25em;
34 34 z-index: 100;
... ... @@ -39,7 +39,10 @@ height: 135px;
39 39 -moz-border-radius-bottomright: 15px;
40 40 -webkit-border-radius-bottomleft: 15px;
41 41 -webkit-border-radius-bottomright: 15px;
42   - background: #cdf url(../images/logo.png) top left no-repeat;
  42 + background-color: #cdf;
  43 + background-image: url(../images/fbes.png);
  44 + background-repeat: no-repeat;
  45 + background-position: 5px 2px;
43 46 color: #006;
44 47 height: 48px;
45 48 }
... ...