Module:Message box/ambox.css: Difference between revisions

en>Izno
hack around mf being opinionated
 
m 1 revision imported
 
(2 intermediate revisions by 2 users not shown)
Line 95: Line 95:
.ambox .mbox-image-div {
.ambox .mbox-image-div {
width: 52px;
width: 52px;
}
/* Hack around MobileFrontend being opinionated */
html.client-js body.skin-minerva .mbox-text-span {
margin-left: 23px !important;
}
}


Line 105: Line 100:
.ambox {
.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
}
}
@media print {
body.ns-0 .ambox {
display: none !important;
}
}
}
}