Commit dee0265ee42b3dd6ba9b384c6b24b1d4b00d1755

Authored by Evandro Junior
2 parents f26acc1d 0cb31307

Merge branch 'AI3074-community_dashboard' of gitlab.com:participa/noosfero into …

…AI3074-community_dashboard
plugins/community_hub/public/style.css
@@ -225,6 +225,10 @@ @@ -225,6 +225,10 @@
225 font-weight: normal; 225 font-weight: normal;
226 } 226 }
227 227
  228 +#content .hub ul.settings li a:hover {
  229 + text-decoration: none;
  230 +}
  231 +
228 #content .hub form input.button.submit { 232 #content .hub form input.button.submit {
229 font-family: Arial Black, arial, sans-serif; 233 font-family: Arial Black, arial, sans-serif;
230 font-size: small; 234 font-size: small;
plugins/community_hub/views/community_hub_plugin_public/_settings.rhtml
1 <ul class="settings"> 1 <ul class="settings">
2 <li class="twitter"> 2 <li class="twitter">
3 <%= link_to _("Twitter settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> 3 <%= link_to _("Twitter settings"), :controller => 'cms', :action => 'edit', :id => @page.id %>
  4 + <form>
  5 + <label>#hashtag a ser seguida</label>
  6 + <input></input><input class="btn-ok" type="submit" value="ok"></input>
  7 + </form>
4 </li> 8 </li>
5 <li class="general"> 9 <li class="general">
6 <%= link_to _("General settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> 10 <%= link_to _("General settings"), :controller => 'cms', :action => 'edit', :id => @page.id %>
7 </li> 11 </li>
8 -</ul>  
9 \ No newline at end of file 12 \ No newline at end of file
  13 +</ul>
plugins/community_hub/views/content_viewer/hub.rhtml
@@ -27,7 +27,6 @@ @@ -27,7 +27,6 @@
27 </ul> 27 </ul>
28 </div> 28 </div>
29 29
30 - <br />  
31 30
32 <% if logged_in? %> 31 <% if logged_in? %>
33 32
@@ -118,4 +117,4 @@ @@ -118,4 +117,4 @@
118 </div> 117 </div>
119 <% end %> 118 <% end %>
120 119
121 -</div>  
122 \ No newline at end of file 120 \ No newline at end of file
  121 +</div>