mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-08 16:22:05 -04:00
CheckStatistics: Fine tune execution start layout rules
This commit is contained in:
parent
6a40732099
commit
daa009e2bd
1 changed files with 4 additions and 3 deletions
|
|
@ -173,9 +173,10 @@
|
|||
}
|
||||
|
||||
#layout.twocols &#col1,
|
||||
#layout.minimal-layout &#col1,
|
||||
#layout.poor-layout &#col1,
|
||||
#layout.compact-layout &#col1 {
|
||||
#layout.minimal-layout,
|
||||
#layout.poor-layout,
|
||||
#layout.twocols.compact-layout,
|
||||
#layout.twocols.default-layout {
|
||||
.check-statistics .bubble.top-right-aligned {
|
||||
transform: translate(-50%, 0); // default what progress-bar() defined
|
||||
border-top-right-radius: .25em; // default what progress-bar() defined
|
||||
|
|
|
|||
Loading…
Reference in a new issue