Commit 664d154e97ffb485dfebe8212880a3a462cf3eee
1 parent
0669cbb2
Exists in
master
and in
29 other branches
ActionItem360: Zen3 login box
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1772 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
26 additions
and
6 deletions
Show diff stats
app/views/layouts/application.rhtml
@@ -138,12 +138,12 @@ | @@ -138,12 +138,12 @@ | ||
138 | 138 | ||
139 | <div id="footer"> | 139 | <div id="footer"> |
140 | <a href="http://fbes.org.br" id="footer-esq"> | 140 | <a href="http://fbes.org.br" id="footer-esq"> |
141 | - <%= _('A FBES project') %><br/> | ||
142 | - Fórum Brasileiro de Economia Solidária | 141 | + <%= _('A Ynternet.org project') %><br/> |
142 | + Communication libre pour une société libre | ||
143 | </a> | 143 | </a> |
144 | <a href="http://colivre.coop.br" id="footer-dir"> | 144 | <a href="http://colivre.coop.br" id="footer-dir"> |
145 | <%= _('Developed by Colivre') %><br/> | 145 | <%= _('Developed by Colivre') %><br/> |
146 | - Cooperativa de Tecnologias Livres | 146 | + Free Technologies Cooperative |
147 | </a> | 147 | </a> |
148 | <%= language_chooser %> | 148 | <%= language_chooser %> |
149 | <p/> | 149 | <p/> |
public/designs/themes/zen3/stylesheets/menu.css
@@ -38,6 +38,7 @@ | @@ -38,6 +38,7 @@ | ||
38 | background: #F57900 url(../images/search.gif) 1px 50% no-repeat; | 38 | background: #F57900 url(../images/search.gif) 1px 50% no-repeat; |
39 | color: #000; | 39 | color: #000; |
40 | text-align: center; | 40 | text-align: center; |
41 | + color: #400; | ||
41 | } | 42 | } |
42 | 43 | ||
43 | #simple-search.focus-in input { | 44 | #simple-search.focus-in input { |
@@ -46,9 +47,9 @@ | @@ -46,9 +47,9 @@ | ||
46 | background: #FFF url(../images/search-light.gif) 1px 50% no-repeat; | 47 | background: #FFF url(../images/search-light.gif) 1px 50% no-repeat; |
47 | } | 48 | } |
48 | 49 | ||
49 | -#simple-search.focus-out { | ||
50 | - opacity: 0.3; | ||
51 | - filter: alpha(opacity=30); | 50 | +#simple-search.focus-out input { |
51 | + opacity: 0.4; | ||
52 | + filter: alpha(opacity=40); | ||
52 | } | 53 | } |
53 | 54 | ||
54 | 55 | ||
@@ -108,6 +109,19 @@ | @@ -108,6 +109,19 @@ | ||
108 | border: none; | 109 | border: none; |
109 | } | 110 | } |
110 | 111 | ||
112 | +#user_box a#link_login { | ||
113 | + letter-spacing: 0px; | ||
114 | + opacity: 0.6; | ||
115 | + filter: alpha(opacity=60); | ||
116 | +} | ||
117 | +#user_box a#link_login:hover { | ||
118 | + opacity: 1; | ||
119 | + filter: alpha(opacity=100); | ||
120 | +} | ||
121 | +#link_login .icon-menu-login { | ||
122 | + margin-left: -3px; | ||
123 | +} | ||
124 | + | ||
111 | /* * * Assets Menu * * * * * * * * * * * */ | 125 | /* * * Assets Menu * * * * * * * * * * * */ |
112 | 126 | ||
113 | #assets_menu { | 127 | #assets_menu { |