mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] re-display flash alert bar buttons
This commit is contained in:
parent
a067e69507
commit
f4e5a9a980
2 changed files with 14 additions and 1 deletions
|
@ -756,6 +756,17 @@ input[type='radio'].nice-radio {
|
|||
& + .alert {margin-top: 0;}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#flashMessageButtons {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 2002; // above pacman and flashMessage
|
||||
max-height: 30px;
|
||||
width: 41px;
|
||||
|
||||
button {
|
||||
.btn-xs;
|
||||
.btn-link;
|
||||
|
|
|
@ -32,13 +32,15 @@
|
|||
</header>
|
||||
|
||||
<div id="flashMessage">
|
||||
<div class="messages"></div>
|
||||
</div>
|
||||
<div id="flashMessageButtons">
|
||||
<button id="toggle-btn" data-y18n-title="pin">
|
||||
<span class="sr-only">Pin </span><span class="fa-thumb-tack"></span>
|
||||
</button>
|
||||
<button id="clear-btn" data-y18n-title="clear">
|
||||
<span class="sr-only">Clear </span><span class="fa-trash-o"></span>
|
||||
</button>
|
||||
<div class="messages"></div>
|
||||
</div>
|
||||
|
||||
<div id="slider-container">
|
||||
|
|
Loading…
Add table
Reference in a new issue