Fix status icon styling for external storages

This commit is contained in:
Robin Appelman 2015-11-24 13:57:12 +01:00
parent 95f2e15f83
commit d316802fcf
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
td.status > span {
#externalStorage td.status {
/* overwrite conflicting core styles */
display: table-cell;
vertical-align: middle;
}
#externalStorage td.status > span {
display: inline-block;
height: 16px;
width: 16px;