mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
fixed label demo above nav
This commit is contained in:
parent
369be9dd63
commit
d6652bd39d
@ -136,8 +136,7 @@
|
||||
|
||||
.label-staging {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: -13px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.notification-open {
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="navbar-header">
|
||||
<a ng-click="toggleNavSize($event)" class="btn btn-link visible-xs" data-toggle="class:nav-off-screen" data-target="#nav"><i class="fa fa-bars"></i></a>
|
||||
<a ui-sref="app.public.home" class="navbar-brand" ng-click="goabout = false"><%= image_tag("fablab.png", class: 'm-r-sm') %>
|
||||
<%= raw "<label class='label-staging label label-warning'>Démo</label>" if Rails.env.staging? %></a>
|
||||
<%= raw "<label class='label-staging label label-warning text-sm hidden-sm hidden-xs'>Démo</label>" if Rails.env.staging? %></a>
|
||||
</div>
|
||||
|
||||
<ul class="nav navbar-nav hidden-xs">
|
||||
|
Loading…
x
Reference in New Issue
Block a user