mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
Replaced person-icon by better one.
This commit is contained in:
@@ -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 |
4
public/stylesheets/bootstrap.css
vendored
4
public/stylesheets/bootstrap.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user