mediawiki-extensions-Visual.../modules/ve/ui/styles/ve.ui.Inspector.css

44 lines
853 B
CSS
Raw Normal View History

/*!
* ObjectOriented UserInterface Inspector styles.
*
* @copyright 2011-2013 OOJS Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-inspector {
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
-o-transition: opacity 100ms;
transition: opacity 100ms;
}
.ve-ui-inspector .oo-ui-frame {
width: 17.25em;
height: 3em;
}
.ve-ui-inspector-content .oo-ui-window-head {
height: 2em;
padding: 0.5em;
}
.ve-ui-inspector-content .oo-ui-window-icon {
padding-left: 0.5em;
margin-left: 0.25em;
border-left: solid 1px #eee;
}
.ve-ui-inspector-content .ve-ui-inspector-closeButton {
float: left;
}
.ve-ui-inspector-content .ve-ui-inspector-removeButton {
float: right;
}
.ve-ui-inspector-content .oo-ui-window-body form {
margin: 0.25em 0 0 0;
padding: 0;
white-space: nowrap;
}