mediawiki-extensions-Visual.../modules/ve/ui/styles/ve.ui.Icons-vector.css
Trevor Parscal 148b6bf8a8 Media dialog support
*/index.php
* Added links to new files

VisualEditor.php
* Added links to new files
* Removed keys of non-existent messages

ve.ui.ContentDialog.js, ve.ui.MetaDialog.js
* Removed redundant comments

ve.ui.MediaDialog.js
* New dialog, just for media

icons.ai, picture.png, picture.svg, ve.ui.Icons-*.css
* Added picture icon

ve.ui.MediaButtonTool.js
* New button, just for media (shows up in the context toolbar)

ve.ui.DialogButtonTool.js
* New base class for dialog buttons

ve.ui.Context.js
* Added basic support for showing dialog buttons, in addition to
  annotation buttons, in the context toolbar - to test, select only an
  image node

ve.ui.Dialog.js
* Prevent clicks on the click-block from changing focus
* Moved initialize to below the event handlers and updated its
  documentation

ve.ui.DialogFactory.js
* Added a way to get the names of dialogs that can be used to edit a
  node

ve.ui.Inspector.js
* Removed close handler which set focus, this is done already in window

ve.ui.InspectorFactory.js
* Fixed comment so it's not telling lies anymore

ve.ui.Window.js
* Removed auto-focus on frame, it's changing the focus in the parent
  document which blows-away the focus in CE, and it really isn't needed
  as it turns out

VisualEditor.18n.php
* Added media dialog title message
* Added media tool tooltip message

Bug: 37870
Change-Id: I9150c46b3e292910fed899fa60d6da433049ca45
2013-04-05 11:52:57 -07:00

187 lines
3.4 KiB
CSS

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