fix(img): fix img paht

pull/3/head
alex 2016-02-22 11:50:07 +03:00
parent 647087560b
commit bbd02cdf13
48 changed files with 11 additions and 7 deletions

View File

@ -11,6 +11,7 @@
/** @ngInject */
function LeafletPageCtrl($timeout) {
function initialize() {
L.Icon.Default.imagePath = 'assets/img/theme/vendor/leaflet/';
var map = L.map(document.getElementById('leaflet-map')).setView([51.505, -0.09], 13);
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'

View File

@ -48,8 +48,8 @@
images: {
root: IMAGES_ROOT,
profile: IMAGES_ROOT + 'app/profile/',
amMap: 'bower_components/ammap/dist/ammap/images/',
amChart: 'bower_components/amcharts/dist/amcharts/images/'
amMap: 'assets/img/theme/vendor/ammap/',
amChart: 'assets/img/theme/vendor/amchart/'
}
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 B

BIN
src/assets/img/theme/vendor/ammap/arrowUp.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

BIN
src/assets/img/theme/vendor/ammap/export.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

BIN
src/assets/img/theme/vendor/ammap/homeIcon.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

BIN
src/assets/img/theme/vendor/ammap/minus.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

BIN
src/assets/img/theme/vendor/ammap/panDown.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

BIN
src/assets/img/theme/vendor/ammap/panLeft.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

BIN
src/assets/img/theme/vendor/ammap/panRight.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

BIN
src/assets/img/theme/vendor/ammap/panUp.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

BIN
src/assets/img/theme/vendor/ammap/plus.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 B

BIN
src/assets/img/theme/vendor/ammap/xIcon.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
src/assets/img/theme/vendor/ammap/xIconH.gif vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

View File

@ -270,10 +270,13 @@
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
.leaflet-bar .leaflet-control-zoom-in,
.leaflet-bar .leaflet-control-zoom-out {
line-height: 18px;
&:hover{
width: 20px;
height: 20px;
}
}
.leaflet-control-zoom-out {

View File

@ -203,7 +203,7 @@ body.badmin-transparent {
position: absolute;
content: '';
background-size: contain;
background: url("../../../assets/img/app/todo/check-icon.png") no-repeat;
background: url("/assets/img/app/todo/check-icon.png") no-repeat;
}
}
}