Move settings images and styles to ext.popups/
From ext.popups.desktop. Change-Id: I55955d1506138e26d24fb9ebaf20ac3e168941ba
|
@ -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",
|
||||
|
|
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 911 B After Width: | Height: | Size: 911 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 923 B |
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 421 KiB |
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 420 KiB |
|
@ -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 {
|