mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f8720326b0
Change-Id: I195a0e4091cf2d003c325e9c653dd634e7096779
53 lines
1 KiB
CSS
53 lines
1 KiB
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWCategoryPopupWidget styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwCategoryPopupWidget {
|
|
position: absolute;
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget-content {
|
|
padding: 0.75em 0.5em;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget .oo-ui-buttonedElement-frameless {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget label {
|
|
opacity: .8;
|
|
display: block;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget-title {
|
|
background-position: left center;
|
|
background-repeat: no-repeat;
|
|
padding: 0.5em 0.5em 0.5em 2.25em;
|
|
margin: -0.4em 0 1em 0.125em;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget .ve-ui-removeButtonLabel:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget-removeButton {
|
|
position: absolute;
|
|
margin-right: 2px;
|
|
padding: 0.5em;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget-sortKeyForm {
|
|
padding: 0.5em;
|
|
display: block;
|
|
}
|
|
|
|
.ve-ui-mwCategoryPopupWidget-sortKeyForm .oo-ui-labelWidget {
|
|
padding: 0 0.125em 0.5em 0.125em;
|
|
} |