mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 09:57:16 +00:00
Added embed tags to CSS image URLs
This commit is contained in:
parent
fd441d4b6d
commit
d35fddbda6
|
@ -111,6 +111,7 @@ body.rtl .wikiEditor-ui .wikiEditor-ui-right {
|
|||
display: block;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
/* @embed */
|
||||
background: url(images/toolbar/loading.gif) 0 0 no-repeat;
|
||||
text-indent: -9999px;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
display: block;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
/* @embed */
|
||||
background: url(images/toolbar/loading.gif) 0 0 no-repeat;
|
||||
text-indent: -9999px;
|
||||
margin: 50px auto;
|
||||
|
|
|
@ -28,6 +28,7 @@ body.rtl .wikiEditor-ui-toc {
|
|||
}
|
||||
.tab-toc {
|
||||
/* Should match the toolbar */
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/base.png);
|
||||
background-position: left top;
|
||||
background-repeat: repeat-x;
|
||||
|
@ -141,10 +142,12 @@ body.rtl wikiEditor-ui-toc ul ul ul ul ul ul li div {
|
|||
left: 0;
|
||||
}
|
||||
.wikiEditor-ui-toc-collapse-open {
|
||||
/* @embed */
|
||||
background: #f3f3f3 url(images/toc/close.png) 4px 50% no-repeat;
|
||||
border-left: 1px solid #DDDDDD;
|
||||
}
|
||||
.wikiEditor-ui-toc-collapse-closed {
|
||||
/* @embed */
|
||||
background: #f3f3f3 url(images/toc/open.png) 4px 50% no-repeat;
|
||||
}
|
||||
/* Resizing Changes */
|
||||
|
@ -172,6 +175,7 @@ body.rtl wikiEditor-ui-toc ul ul ul ul ul ul li div {
|
|||
top: 7px;
|
||||
left: -12px !important;
|
||||
cursor: ew-resize;
|
||||
/* @embed */
|
||||
background: url(images/toc/grip.png) 50% 50% no-repeat;
|
||||
z-index: 0;
|
||||
}
|
||||
|
|
|
@ -24,16 +24,11 @@ body.rtl .wikiEditor-ui-toolbar .sections {
|
|||
background-color: #E0EEf7;
|
||||
}
|
||||
.wikiEditor-ui-toolbar {
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/base.png);
|
||||
background-position: left top;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
/*
|
||||
.wikiEditor-ui-toolbar .toolbar {
|
||||
background-image: url(../images/wikiEditor/toolbar/base.png?1);
|
||||
background-position: left top;
|
||||
}
|
||||
*/
|
||||
body.rtl .wikiEditor-ui-toolbar .sections .section {
|
||||
float: right;
|
||||
}
|
||||
|
@ -43,6 +38,7 @@ body.rtl .wikiEditor-ui-toolbar .sections .section {
|
|||
}
|
||||
.wikiEditor-ui-toolbar .sections .loading .spinner {
|
||||
display: block;
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/loading.gif);
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -106,6 +102,7 @@ body.rtl .wikiEditor-ui-toolbar .group-insert {
|
|||
}
|
||||
/* Sprited Buttons */
|
||||
.wikiEditor-toolbar-spritedButton {
|
||||
/* @embed */
|
||||
background: url(images/toolbar/button-sprite.png) 0 0 no-repeat;
|
||||
display: block;
|
||||
float: left;
|
||||
|
@ -143,6 +140,7 @@ body.rtl .wikiEditor-ui-toolbar .tabs > span.tab {
|
|||
height: 26px;
|
||||
cursor: pointer;
|
||||
color: #0645ad;
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/arrow-right.png);
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -151,6 +149,7 @@ body.rtl .wikiEditor-ui-toolbar .tabs span.tab a,
|
|||
body.rtl .wikiEditor-ui-toolbar .tabs span.tab a:visited {
|
||||
padding-left: 12px;
|
||||
padding-right: 18px;
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/arrow-left.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
@ -162,16 +161,19 @@ body.rtl .wikiEditor-ui-toolbar .tabs > pan.tab > a:visited {
|
|||
.wikiEditor-ui-toolbar .tabs span.tab a.current,
|
||||
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
|
||||
color: #333333;
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/arrow-down.png);
|
||||
}
|
||||
body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current,
|
||||
body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/arrow-down.png);
|
||||
}
|
||||
.wikiEditor-ui-toolbar .tabs span.tab a.current:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .tabs span.tab a.loading {
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/loading-small.gif) !important;
|
||||
}
|
||||
/* Toolbar */
|
||||
|
@ -220,6 +222,7 @@ body.rtl .wikiEditor-ui-toolbar .group > .tool-select {
|
|||
float: right;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .group .tool-select .label {
|
||||
/* @embed */
|
||||
background-image: url(images/toolbar/arrow-down.png);
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -76,15 +76,19 @@ body.rtl .wikieditor-toolbar-table-dimension-fields .wikieditor-toolbar-field-wr
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
#wikieditor-toolbar-link-int-target-status-exists {
|
||||
/* @embed */
|
||||
background-image: url(images/dialogs/insert-link-exists.png);
|
||||
}
|
||||
#wikieditor-toolbar-link-int-target-status-notexists {
|
||||
/* @embed */
|
||||
background-image: url(images/dialogs/insert-link-notexists.png);
|
||||
}
|
||||
#wikieditor-toolbar-link-int-target-status-invalid {
|
||||
/* @embed */
|
||||
background-image: url(images/dialogs/insert-link-invalid.png);
|
||||
}
|
||||
#wikieditor-toolbar-link-int-target-status-external {
|
||||
/* @embed */
|
||||
background-image: url(images/dialogs/insert-link-external.png);
|
||||
}
|
||||
/* Reference Dialog */
|
||||
|
@ -127,6 +131,7 @@ body.rtl #wikieditor-toolbar-link-int-target-status-external {
|
|||
background-position: 100% 50%;
|
||||
}
|
||||
body.rtl #wikieditor-toolbar-link-int-target-status-external {
|
||||
/* @embed */
|
||||
background-image: url(images/dialogs/insert-link-external-rtl.png);
|
||||
}
|
||||
body.rtl #wikieditor-toolbar-reference-dialog label {
|
||||
|
|
Loading…
Reference in a new issue