MediaWiki:Wikia.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
imported>C.Syde65
m (More specific selector.)
imported>C.Syde65
(Apparently that is not an existent selector.)
Line 1: Line 1:
/* 12:21, June 28, 2019 (UTC) */
/* 12:32, June 28, 2019 (UTC) */


@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");
@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");
Line 1,578: Line 1,578:


/*Fix Maximum Width for the Deletion Reason Box*/
/*Fix Maximum Width for the Deletion Reason Box*/
.action-delete td.mw-input {
#wpDeleteReasonListRow td.mw-input,
#wpDeleteReasonRow td.mw-input {
max-width: 566px;
max-width: 566px;
overflow: hidden;
overflow: hidden;