Merge pull request #20707 from owncloud/files_external_table_status
Fix status icon styling for external storages
This commit is contained in:
commit
ff7d1eb931
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue