Merge "Move settings images and styles to ext.popups/" into mpga

This commit is contained in:
jenkins-bot 2016-12-13 11:00:01 +00:00 committed by Gerrit Code Review
commit 82a61536d6
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 {