Merge pull request #1451 from lostdalek/master

PHRAS-619 - fix button height glitch
This commit is contained in:
Benoît Burnichon
2015-07-23 22:04:55 +02:00
2 changed files with 2 additions and 4 deletions

View File

@@ -938,14 +938,13 @@ div.diapo {
#answers_status .infos .infoDialog {
float: left;
color: #949494;
height: 60px;
background: #0c4554;
color: #fff;
padding: 0 25px;
font-size: 11px;
padding-top: 24px;
margin-right: 10px;
height: 36px;
}
#answers_status .infos .infoDialog span {

View File

@@ -945,14 +945,13 @@ div.diapo {
#answers_status .infos .infoDialog {
float: left;
color: #949494;
height: 60px;
background: #999;
color: #fff;
padding: 0 25px;
font-size: 11px;
padding-top: 24px;
margin-right: 10px;
height: 36px;
}
#answers_status .infos .infoDialog span {