[Common] updated app logo
This commit is contained in:
parent
42d9631455
commit
04b5214015
|
@ -89,8 +89,8 @@ define([
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</section>';
|
'</section>';
|
||||||
|
|
||||||
var templateLeftBox = '<section>' +
|
var templateLeftBox = '<section class="logo">' +
|
||||||
'<div id="header-logo"></div>' +
|
'<div id="header-logo"><img></div>' +
|
||||||
'</section>';
|
'</section>';
|
||||||
|
|
||||||
function onAddUser(model, collection, opts) {
|
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 |
|
@ -77,9 +77,19 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.background-ximage('@{common-image-path}/header/logo.png', '@{common-image-path}/header/logo.png', 240px);
|
line-height: @height-tabs;
|
||||||
background-size: contain;
|
text-align: center;
|
||||||
background-repeat: no-repeat;
|
|
||||||
|
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 {
|
.status-label {
|
||||||
|
|
Loading…
Reference in a new issue