mirror of
https://github.com/hackathi/brother_ql_web.git
synced 2026-02-04 07:43:23 +00:00
14 lines
157 B
CSS
14 lines
157 B
CSS
#statusBox.alert {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.alert .glyphicon{
|
|
display:table-cell;
|
|
}
|
|
|
|
.alert div,
|
|
.alert span{
|
|
padding-left: 10px;
|
|
display:table-cell;
|
|
}
|