Fix status img size

This commit is contained in:
Nicolas Le Goff
2015-02-06 16:14:41 +01:00
parent aae2d564e9
commit cec55560a5
2 changed files with 10 additions and 0 deletions

View File

@@ -4234,3 +4234,8 @@ ui-dialog-titlebar {
#clientModal .close {
color: #fff;
}
#answers .status img {
max-width: 16px;
max-heigh: 16px;
}

View File

@@ -4359,3 +4359,8 @@ ui-dialog-titlebar {
#clientModal .close {
color: #404040;
}
#answers .status img {
max-width: 16px;
max-heigh: 16px;
}