2014-03-18 20:52:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWSaveDialog styles.
|
|
|
|
*
|
2015-01-08 23:54:03 +00:00
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
2014-03-18 20:52:39 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-summaryLabel {
|
|
|
|
padding: 0.25em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-summary {
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-summary textarea {
|
2015-01-05 19:20:30 +00:00
|
|
|
display: block;
|
2014-03-18 20:52:39 +00:00
|
|
|
resize: none;
|
2014-09-01 19:06:22 +00:00
|
|
|
height: 4em;
|
2014-03-18 20:52:39 +00:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-foot {
|
2015-01-05 19:20:30 +00:00
|
|
|
margin: 0.5em 0;
|
2014-03-18 20:52:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-options {
|
|
|
|
position: relative;
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
border-top: none;
|
|
|
|
min-height: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-checkboxes {
|
|
|
|
margin-right: 3.25em; /* Hack to prevent overlap on edit summary count */
|
|
|
|
line-height: 3em;
|
|
|
|
padding: 0 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-checkboxes label {
|
|
|
|
padding-right: 0.75em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-checkboxes input {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2014-07-28 12:07:49 +00:00
|
|
|
.ve-ui-mwSaveDialog-license {
|
2014-03-18 20:52:39 +00:00
|
|
|
font-size: 0.85em;
|
|
|
|
line-height: 1.25em;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
color: #999;
|
|
|
|
}
|