Merge pull request #15156 from owncloud/file-summary-align

correctly align file list summary when the list has the favorite feature
This commit is contained in:
Morris Jobke 2015-03-24 15:44:19 +01:00
commit 1e26d731b9
1 changed files with 3 additions and 0 deletions

View File

@ -582,6 +582,9 @@ table tr.summary td {
.summary .info {
margin-left: 40px;
}
.has-favorites .summary .info {
margin-left: 90px;
}
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }