Commit 0558b6da2c5ccc3d3a90728c4770f69b004e60ea

Authored by ValessioBrito
1 parent 46cf13bf

ActionItem110: Top user_options links



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@725 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 39 additions and 18 deletions   Show diff stats
public/stylesheets/menu.css
@@ -9,21 +9,57 @@ @@ -9,21 +9,57 @@
9 z-index: 9999; 9 z-index: 9999;
10 } 10 }
11 11
  12 +/* Top Bar */
  13 +
  14 +#top_bar {
  15 +height: 20px;
  16 +line-height: 20px;
  17 +font-size: 12px !important ;
  18 +font-family: Sans-serif !important ;
  19 +vertical-align: middle !important ;
  20 +padding: 0px !important ;
  21 +margin: 0px;
  22 +text-align: left;
  23 +}
  24 +
  25 +#top_bar a {
  26 +text-decoration: none;
  27 +color: #dfdfdf;
  28 +padding-left: 9px;
  29 +background: url("../images/ico_enterlink.gif") no-repeat;
  30 +background-position: 0px 6px;
  31 +padding-right: 4px;
  32 +}
  33 +
  34 +#top_bar a:hover {
  35 +color: #ffffff;
  36 +text-decoration: underline;
  37 +}
  38 +
  39 +#user_options {
  40 +font-weight: normal;
  41 +}
  42 +
  43 +#path_category {
  44 +font-weight: bold;
  45 +color: #ffffff;
  46 +}
  47 +
12 /* Menu Itens Accessibility */ 48 /* Menu Itens Accessibility */
13 49
14 #accessibility_menu { 50 #accessibility_menu {
15 float: right; 51 float: right;
16 margin-right: 10px; 52 margin-right: 10px;
17 font-family: Verdana, Arial, Serif-sans; 53 font-family: Verdana, Arial, Serif-sans;
18 - font-size: 10px; 54 + font-size: 9px;
19 color: #dfdfdf; 55 color: #dfdfdf;
  56 + font-weight: normal;
20 } 57 }
21 58
22 #accessibility_menu a { 59 #accessibility_menu a {
23 padding-left: 9px; 60 padding-left: 9px;
24 margin-left: 5px; 61 margin-left: 5px;
25 - /* background: url("../images/ico_enterlink.gif"); */  
26 - background-repeat: no-repeat; 62 + background: url("../images/ico_enterlink.gif") no-repeat;
27 background-position: 0px 6px; 63 background-position: 0px 6px;
28 color: #dfdfdf; 64 color: #dfdfdf;
29 text-decoration: none; 65 text-decoration: none;
@@ -33,21 +69,6 @@ @@ -33,21 +69,6 @@
33 color: #ffffff; 69 color: #ffffff;
34 } 70 }
35 71
36 -/* Top Bar */  
37 -  
38 -#top_bar {  
39 -height: 20px;  
40 -line-height: 20px;  
41 -color: #ffffff !important ;  
42 -font-size: 12px !important ;  
43 -font-family: Sans-serif !important ;  
44 -font-weight: bold !important ;  
45 -vertical-align: middle !important ;  
46 -padding: 0px !important ;  
47 -margin: 0px;  
48 -text-align: left;  
49 -}  
50 -  
51 /* Itens Navigation Bar */ 72 /* Itens Navigation Bar */
52 73
53 #navigation_bar { 74 #navigation_bar {