[Common] updated app logo
This commit is contained in:
parent
42d9631455
commit
04b5214015
|
@ -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 |
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue