Commit d80f5ed5 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 33803.

parent a893ab27
...@@ -454,6 +454,8 @@ define([ ...@@ -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 @@ ...@@ -136,7 +136,7 @@
height: 50px; height: 50px;
.text { .text {
padding-left: 70px; padding-left: 60px;
span { span {
font-size: 12px; font-size: 12px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment