mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
18 lines
197 B
CSS
18 lines
197 B
CSS
#statusBox.alert {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.alert .glyphicon{
|
|
display:table-cell;
|
|
}
|
|
|
|
.alert div,
|
|
.alert span{
|
|
padding-left: 10px;
|
|
display:table-cell;
|
|
}
|
|
|
|
textarea#labelText {
|
|
resize: none;
|
|
}
|