מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

מחפיק.
מ העברת CSS שמיועד לעורכים ותיקים למדיה ויקי:Group-patroller.css
שורה 878: שורה 878:
.parameters, .paramvalidator-wrapper {
.parameters, .paramvalidator-wrapper {
display: none;
display: none;
}
/* expose validation errors in user and draft namespaces: those often contain drafts, and we want them fixed before
  moving to article namespace  */
.ns-2 .paramvalidator-wrapper,
.ns-118 .paramvalidator-wrapper  {
display: block;
position: fixed;
left: 2em;
top: 6em;
max-width: 32em;
z-index: 12;
background-color: white;
border: 2px solid darkblue;
    border-radius: 10px;
    padding: 0 0.5em 2px;
}
}