mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
css: Make it easier for browsers to render state-balls circular
This commit is contained in:
parent
0fbb8956e9
commit
617d43daa4
1 changed files with 3 additions and 3 deletions
|
|
@ -265,9 +265,9 @@ ul.bp {
|
|||
border: .15em solid white;
|
||||
|
||||
&.size-s {
|
||||
width: 1.15em;
|
||||
height: 1.15em;
|
||||
line-height: 1.15em;
|
||||
width: 7em/6em;
|
||||
height: 7em/6em;
|
||||
line-height: 7em/6em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue