mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
d28f09df31
This is the final step of the process described at <https://www.mediawiki.org/wiki/Separating_skins_from_core_MediaWiki>. Corresponding core change: Idfc38503. Change-Id: I84fcf7ce6385b8323544cafe6912a00f1886d20d
38 lines
1.7 KiB
CSS
38 lines
1.7 KiB
CSS
/* Dialog
|
|
----------------------------------*/
|
|
.ui-dialog { position: absolute; padding: 0; width: 300px; }
|
|
.ui-dialog .ui-dialog-titlebar { padding: .75em; position: relative; }
|
|
.ui-dialog .ui-dialog-title { float: left; margin: 0; }
|
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .75em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
|
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
|
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
|
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
|
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
|
/* Customizations */
|
|
body .ui-dialog .ui-dialog-titlebar-close:hover {
|
|
text-decoration: none;
|
|
}
|
|
body .ui-dialog .ui-dialog-content .status-invalid input {
|
|
border: 2px solid red;
|
|
padding: 2px 1px;
|
|
}
|
|
body .ui-dialog .ui-dialog-titlebar {
|
|
padding: 0.9em 1.4em 0.6em !important;
|
|
}
|
|
body .ui-dialog .ui-widget-header {
|
|
/* @embed */
|
|
background: #f0f0f0 url(images/titlebar-fade.png) repeat-x scroll 50% 100% !important;
|
|
}
|
|
/* FIXME: Should just update the icon sprite if we're keeping this X */
|
|
body .ui-dialog .ui-icon-closethick {
|
|
/* @embed */
|
|
background: url(images/close.png) no-repeat 50% 50% !important;
|
|
}
|
|
body .ui-dialog .ui-dialog-buttonpane {
|
|
margin-top: 0 !important;
|
|
padding:0.3em 1.4em 0.5em 1.4em !important;
|
|
}
|