Fix Bug 33803.
This commit is contained in:
parent
a893ab276b
commit
d80f5ed598
|
@ -454,6 +454,8 @@ define([
|
||||||
body.height(parseInt(text_cnt.css('height')) + parseInt(footer.css('height')));
|
body.height(parseInt(text_cnt.css('height')) + parseInt(footer.css('height')));
|
||||||
window.setHeight(parseInt(body.css('height')) + parseInt(header.css('height')));
|
window.setHeight(parseInt(body.css('height')) + parseInt(header.css('height')));
|
||||||
}
|
}
|
||||||
|
if (text.height() < icon.height()-10)
|
||||||
|
text.css({'vertical-align': 'baseline', 'line-height': icon.height()+'px'});
|
||||||
}
|
}
|
||||||
|
|
||||||
function onBtnClick(event) {
|
function onBtnClick(event) {
|
||||||
|
|
|
@ -136,7 +136,7 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
padding-left: 70px;
|
padding-left: 60px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in a new issue