Switch admin list glyphs to FontAwesome...

... match with dashbox icons.
This commit is contained in:
James Mason 2014-08-15 18:08:07 -07:00
parent 9415128fcb
commit df35b8bc46

View file

@ -65,15 +65,15 @@
%ul.nav.nav-tabs#recentTable %ul.nav.nav-tabs#recentTable
%li.active %li.active
%a{:href=>"#recent_user", "data-toggle"=>"tab"} %a{:href=>"#recent_user", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-user %span.fa.fa-user
Recent Users Recent Users
%li %li
%a{:href=>"#recent_reg", "data-toggle"=>"tab"} %a{:href=>"#recent_reg", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-star %span.fa.fa-check-square
Recent Registrations Recent Registrations
%li %li
%a{:href=>"#recent_submissions", "data-toggle"=>"tab"} %a{:href=>"#recent_submissions", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-comment %span.fa.fa-file-text
Recent Submissions Recent Submissions
.tab-content .tab-content
.tab-pane.active#recent_user .tab-pane.active#recent_user