ORB/templates/default/css/messagebox.css

26 lines
400 B
CSS
Raw Permalink Normal View History

.messagebox .mcore .msummary {
padding: 0;
border: none;
text-align: center;
font-weight: bold;
}
.messagebox .mcore .mtext {
padding: 0;
margin-top: 0.5em;
border: none;
}
.messagebox .mbcontent img {
2016-12-31 23:22:31 +00:00
padding-right: 0.5rem;
box-sizing: initial;
}
.messagebox h4 {
border-bottom: 1px solid #888;
2018-06-30 12:19:36 +01:00
}
input.has-tip {
border-bottom: 1px solid #cacaca;
}