Move settings images and styles to ext.popups/

From ext.popups.desktop.

Change-Id: I55955d1506138e26d24fb9ebaf20ac3e168941ba
This commit is contained in:
joakin 2016-12-12 18:06:22 +01:00
parent 60b65ad6c4
commit ae22a00dc8
8 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@
"styles": [
"resources/ext.popups/styles/ext.popups.core.less",
"resources/ext.popups.desktop/ext.popups.animation.less",
"resources/ext.popups.desktop/ext.popups.settings.less"
"resources/ext.popups/styles/ext.popups.settings.less"
],
"messages": [
"popups-last-edited",

View file

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 288 B

View file

Before

Width:  |  Height:  |  Size: 911 B

After

Width:  |  Height:  |  Size: 911 B

View file

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

View file

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 923 B

View file

Before

Width:  |  Height:  |  Size: 421 KiB

After

Width:  |  Height:  |  Size: 421 KiB

View file

Before

Width:  |  Height:  |  Size: 420 KiB

After

Width:  |  Height:  |  Size: 420 KiB

View file

@ -101,14 +101,14 @@
background: #eee;
height: 65px;
width: 450px;
.background-image-svg( "images/footer-ltr.svg", "images/footer-ltr.png" );
.background-image-svg( "../images/footer-ltr.svg", "../images/footer-ltr.png" );
background-position: center;
background-repeat: no-repeat;
}
}
.rtl #mwe-popups-settings-help div.mwe-popups-settings-help-image {
.background-image-svg( "images/footer-rtl.svg", "images/footer-rtl.png" );
.background-image-svg( "../images/footer-rtl.svg", "../images/footer-rtl.png" );
}
.mwe-popups-overlay {