remove float from file/folder name in sidebar, fix #19243

This commit is contained in:
Jan-Christoph Borchardt 2015-09-22 14:13:56 +02:00
parent 67231ed9a7
commit f6aeb023cf
1 changed files with 1 additions and 4 deletions

View File

@ -71,17 +71,14 @@
#app-sidebar .fileName h3 {
max-width: 300px;
float:left;
display: inline-block;
padding: 5px 0;
margin: -5px 0;
}
#app-sidebar .file-details {
margin-top: 3px;
margin-bottom: 15px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
float:left;
}
#app-sidebar .action-favorite {
vertical-align: text-bottom;