[Common] updated app logo

This commit is contained in:
Maxim Kadushkin 2017-04-22 17:51:12 +03:00
parent 42d9631455
commit 04b5214015
4 changed files with 15 additions and 5 deletions

View file

@ -89,8 +89,8 @@ define([
'</div>' +
'</section>';
var templateLeftBox = '<section>' +
'<div id="header-logo"></div>' +
var templateLeftBox = '<section class="logo">' +
'<div id="header-logo"><img></div>' +
'</section>';
function onAddUser(model, collection, opts) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -77,9 +77,19 @@
height: 100%;
cursor: pointer;
.background-ximage('@{common-image-path}/header/logo.png', '@{common-image-path}/header/logo.png', 240px);
background-size: contain;
background-repeat: no-repeat;
line-height: @height-tabs;
text-align: center;
img {
content: data-uri('@{common-image-path}/header/header-logo.png');
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
content: data-uri('@{common-image-path}/header/header-logo@2x.png');
}
}
}
.status-label {