https://bugzilla.wikimedia.org/show_bug.cgi?id=58254

--- Comment #3 from Bartosz DziewoƄski <matma....@gmail.com> ---
Several styles for the edit form are defined in
/resources/mediawiki.action/mediawiki.action.edit.styles.css; personally I
think they are rather unobtrusive, for all core skins at least.

The particular style we're complaining about here is:

.editOptions {
    background-color: #F0F0F0;
    border: 1px solid silver;
    border-top: none;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}

I think it's okay, but admittedly I don't make custom skins. I'm not a fan of
putting more action- or page-specific styles in shared CSS in general, though,
we could use skinStyles here or something.

By the way, you can override these rules by using !important or a
higher-specificity selector like #editform .editOptions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to