change of images to svg

This commit is contained in:
Pavel Sokolov 2015-10-06 14:11:53 +02:00
parent 8ed7cdd8c6
commit feae545a86
3 changed files with 4 additions and 2 deletions

1
images/high_priority.svg Normal file

@ -0,0 +1 @@
<?xml version="1.0" ?><svg enable-background="new 45.6 168.9 504 504" id="Layer_1" version="1.1" viewBox="45.6 168.9 504 504" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M270.4,624.1L94.5,448.2c-15.6-15.6-15.6-40.1,0-55.7l175.9-175.9c15.6-15.6,40.1-15.6,55.7,0L502,392.5 c15.6,15.6,15.6,40.1,0,55.7L326.1,624.1C310.5,639.7,285.1,639.7,270.4,624.1z" fill="#F44336"/><path d="M274.3,505.8c0-2.9,1-5.9,2-8.8c1-2.9,2.9-4.9,4.9-6.8c2-2,4.9-3.9,7.8-4.9c2.9-1,5.9-2,9.8-2s6.8,1,9.8,2 c2.9,1,5.9,2.9,7.8,4.9c2,2,3.9,3.9,4.9,6.8c1,2.9,2,5.9,2,8.8c0,2.9-1,5.9-2,8.8c-1,2.9-2.9,4.9-4.9,6.8c-2,2-4.9,3.9-7.8,4.9 s-5.9,2-9.8,2s-6.8-1-9.8-2c-2.9-1-4.9-2.9-7.8-4.9c-2-2-3.9-3.9-4.9-6.8C275.3,511.7,274.3,509.7,274.3,505.8z M315.4,460.9h-35.2 l-4.9-147.5h44.9L315.4,460.9z" fill="#FFFFFF"/></svg>

After

(image error) Size: 848 B

1
images/ok.svg Normal file

@ -0,0 +1 @@
<?xml version="1.0" ?><svg enable-background="new 45.6 168.9 504 504" id="Layer_1" version="1.1" viewBox="45.6 168.9 504 504" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><circle cx="297.6" cy="420.9" fill="#4CAF50" r="234.4"/><polygon fill="#CCFF90" points="416,316 264.1,467.8 201.6,405.3 170.4,436.6 264.1,530.3 447.2,347.3 "/></svg>

After

(image error) Size: 390 B

@ -619,13 +619,13 @@ address {
}
.warning .roomname {
background-image: url(images/high_priority-32.png);
background-image: url(images/high_priority.svg);
background-size: 32px 32px;
color: #b94a48;
}
.safe .roomname {
background-image: url(images/ok-32.png);
background-image: url(images/ok.svg);
background-size: 32px 32px;
color: #468847;
}