26 lines
400 B
CSS
26 lines
400 B
CSS
.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 {
|
|
padding-right: 0.5rem;
|
|
box-sizing: initial;
|
|
}
|
|
|
|
.messagebox h4 {
|
|
border-bottom: 1px solid #888;
|
|
}
|
|
|
|
input.has-tip {
|
|
border-bottom: 1px solid #cacaca;
|
|
}
|