2015-05-03 21:21:00 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWLinkAnnotationInspector styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2015-05-03 21:21:00 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2019-07-29 19:20:17 +00:00
|
|
|
.ve-ui-mwLinkAnnotationInspector .ve-ui-linkAnnotationWidget .mw-widget-titleSearchWidget {
|
2015-09-25 20:29:10 +00:00
|
|
|
position: relative;
|
2016-03-08 10:26:31 +00:00
|
|
|
min-height: 2.4em;
|
2015-09-25 20:29:10 +00:00
|
|
|
}
|
|
|
|
|
2019-07-29 19:20:17 +00:00
|
|
|
.ve-ui-mwLinkAnnotationInspector .ve-ui-linkAnnotationWidget .mw-widget-titleSearchWidget .oo-ui-searchWidget-query {
|
2016-03-08 10:26:31 +00:00
|
|
|
position: static;
|
2015-09-25 20:29:10 +00:00
|
|
|
padding: 0;
|
|
|
|
height: auto;
|
|
|
|
border: 0;
|
2019-07-29 19:20:17 +00:00
|
|
|
box-shadow: none;
|
2015-09-25 20:29:10 +00:00
|
|
|
}
|
|
|
|
|
2019-07-29 19:20:17 +00:00
|
|
|
.ve-ui-mwLinkAnnotationInspector .ve-ui-linkAnnotationWidget .oo-ui-textInputWidget {
|
|
|
|
margin: 0;
|
2015-09-25 20:29:10 +00:00
|
|
|
}
|
|
|
|
|
2019-07-29 19:20:17 +00:00
|
|
|
.ve-ui-mwLinkAnnotationInspector .ve-ui-linkAnnotationWidget .mw-widget-titleSearchWidget .oo-ui-searchWidget-results {
|
2016-03-08 10:26:31 +00:00
|
|
|
position: static;
|
2015-09-25 20:29:10 +00:00
|
|
|
top: 0;
|
2016-03-08 10:26:31 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2019-07-29 19:20:17 +00:00
|
|
|
.ve-ui-mwLinkAnnotationInspector .ve-ui-linkAnnotationWidget .mw-widget-titleWidget-menu:not( :empty ) {
|
2016-03-08 10:26:31 +00:00
|
|
|
margin-top: 0.75em;
|
2015-09-25 20:29:10 +00:00
|
|
|
}
|
2019-07-05 16:53:10 +00:00
|
|
|
|
|
|
|
.ve-ui-mwLinkAnnotationInspector .oo-ui-tabSelectWidget-frameless {
|
|
|
|
margin: 0 0.75em;
|
|
|
|
}
|