PHRAS-408 #fix

This commit is contained in:
Nicolas Le Goff
2015-02-11 19:47:48 +01:00
parent c06563b4dd
commit 948971eba4
5 changed files with 19 additions and 4 deletions

View File

@@ -75,3 +75,8 @@ div[id$="_indexed_percent"] {
a.btn {
text-decoration: none;
}
.status-img {
max-width: 16px;
max-heigh: 16px;
}

View File

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

View File

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