User:Kiteretsu/AjaxBlock.css

From Test Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#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;
}