mediawiki-extensions-Visual.../modules/ve/ui/styles/ve.ui.Icons-raster.css
Trevor Parscal 8f3e6f152f Dialog button changes
ve.ui.MetaDialog.js
* Added scrolling to outline panel

ve.ui.css
* Added reusable animation keyframes

ve.ui.Dialog.css
* Changed dialog head style
* Changed dialog cancel button to close icon button
* Added animation of dialog opening
* Increased min-height of dialog to always show a little content

ve.ui.Icons-*.css
* Added close icon (not sure why it was missing)

ve.ui.Window.css
* Moved head padding out of window and into implementations of window

ve.ui.Dialog.js
* Moved apply button to footer
* Renamed cancel button to close button
* Overrode close method with triggers a closing animation and then calls the parent close method after an animation is complete
* Added classes to close and apply buttons to make styling less ambiguous
* Converted cancel button (now the close button) to an icon button

ve.ui.Window.js
* Added footer to dialog

VisualEditor*.php
* Added close message

Change-Id: Iededbc54b287328b3047b05efad6ca3cc152caa5
2013-04-10 12:34:52 -07:00

197 lines
3.5 KiB
CSS

/*!
* VisualEditor UserInterface raster icon styles.
*
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-reference {
/* @embed */
background-image: url(images/icons/reference.png);
}
.ve-ui-icon-picture {
/* @embed */
background-image: url(images/icons/picture.png);
}
.ve-ui-icon-close {
/* @embed */
background-image: url(images/icons/close.png);
}
.ve-ui-icon-language-big {
/* @embed */
background-image: url(images/icons/language-big.png);
}
.ve-ui-icon-language {
/* @embed */
background-image: url(images/icons/language.png);
}
.ve-ui-icon-tag-big {
/* @embed */
background-image: url(images/icons/tag-big.png);
}
.ve-ui-icon-tag {
/* @embed */
background-image: url(images/icons/tag.png);
}
.ve-ui-icon-settings {
/* @embed */
background-image: url(images/icons/settings.png);
}
.ve-ui-icon-remove {
/* @embed */
background-image: url(images/icons/remove.png);
}
.ve-ui-icon-previous {
/* @embed */
background-image: url(images/icons/move-rtl.png);
}
.ve-ui-icon-next {
/* @embed */
background-image: url(images/icons/move-ltr.png);
}
.ve-ui-icon-window {
/* @embed */
background-image: url(images/icons/window.png);
}
.ve-ui-icon-alert {
/* @embed */
background-image: url(images/icons/alert.png);
}
.ve-ui-icon-check {
/* @embed */
background-image: url(images/icons/check.png);
}
.ve-ui-icon-comment {
/* @embed */
background-image: url(images/icons/comment.png);
}
.ve-ui-icon-template {
/* @embed */
background-image: url(images/icons/template.png);
}
.ve-ui-icon-template-big {
/* @embed */
background-image: url(images/icons/template-big.png);
}
.ve-ui-icon-parameter {
/* @embed */
background-image: url(images/icons/parameter.png);
}
.ve-ui-icon-parameter-big {
/* @embed */
background-image: url(images/icons/parameter-big.png);
}
.ve-ui-icon-parameter-set {
/* @embed */
background-image: url(images/icons/parameter-set.png);
}
.ve-ui-icon-source {
/* @embed */
background-image: url(images/icons/source.png);
}
.ve-ui-icon-source-big {
/* @embed */
background-image: url(images/icons/source-big.png);
}
.ve-ui-icon-up {
/* @embed */
background-image: url(images/icons/up.png);
}
.ve-ui-icon-down {
/* @embed */
background-image: url(images/icons/down.png);
}
.ve-ui-icon-undo {
/* @embed */
background-image: url(images/icons/arched-arrow-rtl.png);
}
.ve-ui-icon-redo {
/* @embed */
background-image: url(images/icons/arched-arrow-ltr.png);
}
.ve-ui-icon-bold-a {
/* @embed */
background-image: url(images/icons/bold-a.png);
}
.ve-ui-icon-bold-b {
/* @embed */
background-image: url(images/icons/bold-b.png);
}
.ve-ui-icon-bold-f {
/* @embed */
background-image: url(images/icons/bold-f.png);
}
.ve-ui-icon-italic-a {
/* @embed */
background-image: url(images/icons/italic-a.png);
}
.ve-ui-icon-italic-i {
/* @embed */
background-image: url(images/icons/italic-i.png);
}
.ve-ui-icon-italic-k {
/* @embed */
background-image: url(images/icons/italic-k.png);
}
.ve-ui-icon-link {
/* @embed */
background-image: url(images/icons/link.png);
}
.ve-ui-icon-clear {
/* @embed */
background-image: url(images/icons/clear.png);
}
.ve-ui-icon-number-list {
/* @embed */
background-image: url(images/icons/number-list-ltr.png);
}
.ve-ui-icon-bullet-list {
/* @embed */
background-image: url(images/icons/bullet-list-ltr.png);
}
.ve-ui-icon-indent-list {
/* @embed */
background-image: url(images/icons/indent-list-ltr.png);
}
.ve-ui-icon-outdent-list {
/* @embed */
background-image: url(images/icons/outdent-list-ltr.png);
}