mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-04 14:26:04 -04:00
Fix badge position and icon opacity
This commit is contained in:
parent
6ecc485e2e
commit
862bd40d8b
1 changed files with 3 additions and 2 deletions
|
|
@ -427,8 +427,8 @@ div.bp .badges {
|
|||
.badges {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;margin: 0.5em;
|
||||
right: 0;
|
||||
margin: 0.5em;
|
||||
text-align: center;
|
||||
font-size: 0.5em;
|
||||
display: block;
|
||||
|
|
@ -456,6 +456,7 @@ div.bp .badges {
|
|||
}
|
||||
|
||||
.actions {
|
||||
opacity: 0.8;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue