mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #1451 from lostdalek/master
PHRAS-619 - fix button height glitch
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user