mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Display last flash message first. Bug introduced in 0864548c0
.
This commit is contained in:
parent
978cf6eee7
commit
fb20b529e1
2 changed files with 7 additions and 1 deletions
|
@ -544,6 +544,9 @@ input[type='radio'].nice-radio {
|
|||
overflow: hidden;
|
||||
box-shadow: 0 0 1px rgba(0,0,0, 0.2);
|
||||
.transition(max-height 0.15s);
|
||||
.messages {
|
||||
max-height: 30px;
|
||||
}
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus,
|
||||
|
@ -554,6 +557,9 @@ input[type='radio'].nice-radio {
|
|||
min-height: 30px;
|
||||
max-height: 70%;
|
||||
box-shadow: 0px 0 1px rgba(0,0,0, 0.5);
|
||||
.messages {
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
2
src/dist/css/style.min.css
vendored
2
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue