2013-10-09 20:09:59 +00:00
|
|
|
/*!
|
|
|
|
* ObjectOriented UserInterface Inspector styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2013 OOJS Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector {
|
2013-10-09 20:09:59 +00:00
|
|
|
-webkit-transition: opacity 100ms;
|
|
|
|
-moz-transition: opacity 100ms;
|
|
|
|
-o-transition: opacity 100ms;
|
|
|
|
transition: opacity 100ms;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector .oo-ui-frame {
|
2013-10-09 20:09:59 +00:00
|
|
|
width: 17.25em;
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector-content .oo-ui-window-head {
|
2013-10-09 20:09:59 +00:00
|
|
|
height: 2em;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector-content .oo-ui-window-icon {
|
2013-10-09 20:09:59 +00:00
|
|
|
padding-left: 0.5em;
|
|
|
|
margin-left: 0.25em;
|
|
|
|
border-left: solid 1px #eee;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector-content .ve-ui-inspector-closeButton {
|
2013-10-09 20:09:59 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector-content .ve-ui-inspector-removeButton {
|
2013-10-09 20:09:59 +00:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:29:50 +00:00
|
|
|
.ve-ui-inspector-content .oo-ui-window-body form {
|
2013-10-09 20:09:59 +00:00
|
|
|
margin: 0.25em 0 0 0;
|
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-10-18 20:09:04 +00:00
|
|
|
|
|
|
|
/* ve.ui.SpecialCharacterInspector.js */
|
|
|
|
|
|
|
|
.ve-specialchar-spinner {
|
|
|
|
/* There might be a better place for a spinner? */
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/spinner.gif);
|
|
|
|
width: 31px;
|
|
|
|
height: 31px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-specialchar-list h2 {
|
|
|
|
font-size: 1em;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|