Commit a89eb6d5da1ea42339b0117e30c839c205e7f204

Authored by AurelioAHeckert
1 parent 1c3adf5c

ActionItem283: done

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1648 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/layouts/application.rhtml
... ... @@ -153,25 +153,8 @@
153 153 </div>
154 154 </div>
155 155 <%= javascript_include_tag 'show-mouse-help' %>
156   - <%#
157   - <div id="noticeAboutHelp" style="display:none">
158   - <div class="helpAvatar"></div>
159   - <%= _('Do you want to activate the automatic help mode?') %>
160   - <div class="bts">
161   - <a href="javascript:mouseHelpOn()" class="button with-text icon-ok">
162   - <span><%= _('Yes') %></span></a>
163   - &nbsp;
164   - <a href="javascript:mouseHelpOff()" class="button with-text icon-cancel">
165   - <span><%= _('No') %></span></a>
166   - </div><!-- end class="bts" -->
167   - <p/>
168   - <%= _('If needed, you can activate or deactivate the automatic help mode by clicking the question mark symbol in the top-right corner') %>
169   - </div>
170   - %>
171 156 <%= javascript_include_tag 'noosfero-show-help' %>
172 157  
173   - <%# javascript_tag('noosferoHelpInit(%s, %s)' % [ _('Do you want to activate the automatic help mode?').inspect, _('If needed, you can activate the automatic help mode by clicking the question mark symbol in the top-right corner').inspect ]) %>
174   -
175 158 <div id="better-browser-promotion" style="display:none">
176 159 <h3><%=
177 160 _('Your web browser is obsolete!') +'</h3><p/>'+
... ...
public/designs/themes/default/stylesheets/blocks/tags-block.css
... ... @@ -6,12 +6,12 @@
6 6  
7 7 #content .tags-block .block-title {
8 8 margin-bottom: 0px;
9   - background: url(../../images/bg-tags-top.png) 0% 0%;
  9 + background: url(../../images/bg-tags-top.png) no-repeat 0% 0%;
10 10 padding: 3px 0px 0px 20px;
11 11 }
12 12  
13 13 .tags-block .tag_cloud {
14   - background: url(../../images/bg-tags.png) 0% 100%;
  14 + background: url(../../images/bg-tags.png) no-repeat 0% 100%;
15 15 padding: 0px 0px 5px 5px;
16 16 }
17 17  
... ...