Replaced person-icon by better one.

This commit is contained in:
Philipp Bayer
2012-08-22 13:56:17 +10:00
parent 8bafb762c5
commit 824055f7f9
3 changed files with 4 additions and 4 deletions

View File

@@ -32,8 +32,8 @@
<% if current_user %>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="/images/glyphicons_003_user.png">
<%= current_user.name %>
<i class="icon-user icon-white"></i>
<%= current_user.name %>
<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><%= link_to("Settings", :controller => "users", :action => "edit",:id => current_user) %></li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

View File

@@ -2051,7 +2051,7 @@ table .span24 {
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
@@ -2065,7 +2065,7 @@ table .span24 {
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass {