pandorafms/pandora_console/include/styles/events.css

21 lines
311 B
CSS
Raw Normal View History

2019-05-28 18:03:01 +02:00
div.criticity {
width: 150px;
height: 2em;
color: #fff;
text-align: center;
border-radius: 5px;
2019-05-29 15:14:13 +02:00
font-size: 0.8em;
padding: 3px;
2019-05-28 18:03:01 +02:00
margin: 0;
display: table-cell;
vertical-align: middle;
}
div.mini-criticity {
width: 5px;
height: 4em;
padding: 0;
margin: 0;
display: inline-block;
}