MediaWiki:Common.css: Difference between revisions

added a few more
(add)
(added a few more)
Line 78: Line 78:


/* revision info */
/* revision info */
.mw-revision.warningbox {
.mw-revision.warningbox, div.mw-message-box-warning.mw-revision.mw-message-box {
     margin-top:0px;
     margin-top:0px;
     padding:0px;
     padding:0px;
Line 256: Line 256:
.usermessage {
.usermessage {
margin-top: 1em;
margin-top: 1em;
}
/* search feature fixes */
.searchresults {
  margin: 1em 0 1em 0.4em;
}
.searchresults .mw-search-exists {
  margin-bottom: 3px;
}
}


Line 330: Line 340:
#editpage-copywarn {
#editpage-copywarn {
     margin: 0.6em 0 0.7em 0;
     margin: 0.6em 0 0.7em 0;
}
div.mw-translatenotice, div.mw-editinginterface, div.mw-translateinterface {
    margin: 0.4em 0 0.5em 0;
}
}