brother_ql_web/static/css/custom.css

18 lines
197 B
CSS
Raw Normal View History

#statusBox.alert {
margin-bottom: 0;
}
.alert .glyphicon{
display:table-cell;
}
.alert div,
.alert span{
padding-left: 10px;
display:table-cell;
}
2017-09-20 13:21:06 +03:00
textarea#labelText {
resize: none;
}