Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / block.less
1 /*!
2 * Styles for Special:Block
3 */
4
5 // OOUIHTMLForm specifics
6 @ooui-font-size-browser: 16; // Assumed browser default of `16px`.
7 @ooui-font-size-base: 0.875em; // Equals `14px` at browser default of `16px`.
8
9 @ooui-spacing-radio-label: 26 / @ooui-font-size-browser / @ooui-font-size-base; // Equals `1.85714286em`≈`26px`.
10
11 body.mw-special-Block {
12 .mw-block-editing-restriction.oo-ui-fieldLayout {
13 margin-left: @ooui-spacing-radio-label;
14 }
15
16 .mw-block-restriction.oo-ui-fieldLayout {
17 margin-left: 2 * @ooui-spacing-radio-label;
18
19 .oo-ui-widget {
20 max-width: 50em - 2 * @ooui-spacing-radio-label;
21 }
22 }
23
24 .oo-ui-panelLayout-framed {
25 border: 0;
26 }
27
28 .oo-ui-panelLayout-padded {
29 padding: 0;
30 }
31 }