[common] changed markup for logo on 'about' page
This commit is contained in:
parent
44a1e85c94
commit
e1cda6a941
|
@ -61,7 +61,7 @@ define([
|
||||||
this.template = _.template([
|
this.template = _.template([
|
||||||
'<table id="id-about-licensor-logo" cols="1" style="width: 100%; margin-top: 20px;">',
|
'<table id="id-about-licensor-logo" cols="1" style="width: 100%; margin-top: 20px;">',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td align="center"><div class="asc-about-office"/></td>',
|
'<td align="center"><div><img class="asc-about-office"></div></td>',
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td align="center"><label class="asc-about-version">' + options.appName.toUpperCase() + '</label></td>',
|
'<td align="center"><label class="asc-about-version">' + options.appName.toUpperCase() + '</label></td>',
|
||||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -1,11 +1,15 @@
|
||||||
.about-dlg {
|
.about-dlg {
|
||||||
.asc-about-office {
|
.asc-about-office {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
.background-ximage('@{common-image-path}/about/OnlyOffice.png', '@{common-image-path}/about/OnlyOffice@2x.png', 340px);
|
|
||||||
|
|
||||||
width: 340px;
|
|
||||||
height: 55px;
|
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
content: data-uri('@{common-image-path}/about/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}/about/logo@2x.png');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.asc-about-header {
|
.asc-about-header {
|
||||||
|
|
Loading…
Reference in a new issue