mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css
Ed Sanders 526b2c0656 Remove max-width from save summary
Prevents mis-alignment of textbox and checkbox bar
on mobile.

Change-Id: I33d8a2bd4e30d2ed4d61942a7646299f9935bc32
2016-11-08 10:29:03 +00:00

65 lines
1.2 KiB
CSS

/*!
* VisualEditor MediaWiki UserInterface MWSaveDialog styles.
*
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwSaveDialog-summaryLabel {
padding: 0.25em 0;
}
.ve-ui-mwSaveDialog-summary {
width: 100%;
max-width: none;
background-color: #fff;
}
.ve-ui-mwSaveDialog-summary textarea {
display: block;
resize: none; /* stylelint-disable-line no-unsupported-browser-features */
height: 4em;
background-color: transparent;
}
.ve-ui-mwSaveDialog-foot {
margin: 0.5em 0;
}
.ve-ui-mwSaveDialog-options {
position: relative;
background-color: #f7f7f7;
border: solid 1px #ccc;
border-top: 0;
min-height: 3em;
}
.ve-ui-mwSaveDialog-checkboxes {
margin-right: 3.25em; /* Hack to prevent overlap on edit summary count */
padding: 0.7em 0.7em 0 0.7em;
}
.ve-ui-mwSaveDialog-checkboxes .oo-ui-fieldLayout {
display: inline-block;
margin: 0 1.5em 0 0;
}
.ve-ui-mwSaveDialog-editSummary-count {
position: absolute;
right: 0;
top: 0;
bottom: 0;
border-left: solid 1px #eee;
line-height: 3em;
padding: 0 1em;
color: #aaa;
}
.ve-ui-mwSaveDialog-license {
font-size: 0.9em;
line-height: 1.4em;
padding: 0;
margin: 0;
color: #555;
}