Commit 664d154e97ffb485dfebe8212880a3a462cf3eee

Authored by AurelioAHeckert
1 parent 0669cbb2

ActionItem360: Zen3 login box

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1772 3f533792-8f58-4932-b0fe-aaf55b0a4547
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&oacute;rum Brasileiro de Economia Solid&aacute;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/login-box.css 0 → 100644
@@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
  1 +
  2 +.login-box-content {
  3 + border: 2px solid #A40000;
  4 + background: #fcaf3e;
  5 +}
  6 +
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 {