/*! * VisualEditor UserInterface Dialog styles. * * @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ .ve-ui-dialog { position: fixed; top: 0; right: 0; bottom: 0; left: 0; padding: 1em; line-height: 1em; background-color: #fff; background-color: rgba(255,255,255,0.5); z-index: 200; } .ve-ui-dialog .ve-ui-window-frame { position: fixed; top: 1em; right: 1em; bottom: 1em; left: 1em; background-color: #fff; border: solid 1px #ccc; border-radius: 0.5em; box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.3); font-size: 0.8em; overflow: hidden; } .ve-ui-dialog .ve-ui-frame { width: 100%; height: 100%; } .ve-ui-window-head { height: 2.8em; background-image: url(images/fade-up.png); background-position: left bottom; background-repeat: repeat-x; } .ve-ui-window-icon { width: 2.4em; height: 2.8em; line-height: 2.8em; } .ve-ui-window-title { line-height: 2.8em; } .ve-ui-window-head .ve-ui-buttonWidget { float: right; margin: 0.125em 0.25em; }