User:Kiteretsu/AjaxBlock.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
+
 
m Tsukushi moved page User:Infinityboy7/AjaxBlock.css to User:Kiteretsu/AjaxBlock.css without leaving a redirect: Uncontroversial move: User renamed.
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 02:02, 30 August 2024

#AjaxBlockReasonInput, #AjaxUnblockReasonInput, #AjaxBlockExpiryInput {
    width: 90%;
}

#AjaxBlockReasonSelect, #AjaxBlockExpirySelect {
    margin-left: 6px;
}

#AjaxBlockExpiryWrapper, #AjaxBlockReasonWrapper {
    margin-bottom: 6px;
}

/* UCP custom styles */
.ooui-theme-fandom #AjaxBlockModalContent,
.ooui-theme-fandom #AjaxUnblockModalContent {
    padding: 8px;
}

#BlockModal .oo-ui-processDialog-actions-safe,
#UnblockModal .oo-ui-processDialog-actions-safe {
    display: none;
}

#BlockModal .oo-ui-processDialog-location,
#UnblockModal .oo-ui-processDialog-location {
    /* Yes. We have to. UCP modals suck. */
    padding-left: 15px !important;
    text-align: left;
}