Skip to content

Commit

Permalink
Fixed representation text. Closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
VSBDev committed Jul 8, 2011
1 parent 89f203a commit aa1e0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/header.css
Expand Up @@ -52,7 +52,7 @@ li.btn_menu_browse{background: transparent url("btn/btn_browse.png") no-repeat l

#account, #representation_li,#current_user_info, #representations_menu, #account_menu, #settings_menu {display:inline-block;vertical-align: top; height:22px; color:#FFF;}
#representation_li{margin-left:10px;}

#representation_text{display:inline;margin-left:2px;}
li.btn_menu_representation{}
#menu_home ul li.pipe,#menu_account ul li.pipe{padding:0px 3px 0px 3px; margin:0px;}
.menu_white{display:inline-block; color:#fff;}
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_representation.html.erb
Expand Up @@ -6,7 +6,7 @@
<% end %>
<%= link_to(current_user.name, current_user) %>

<%= t('representation.action') %>
<span id="representation_text"><%= t('representation.action') %></span>
</div>

<% representations = current_user.represented.unshift(current_user) - [current_subject] %>
Expand Down

0 comments on commit aa1e0de

Please sign in to comment.