add CSS to shift header to account for when favorites are present

This commit is contained in:
Jan-Christoph Borchardt 2014-12-15 15:11:51 +01:00
parent 1d22cd5b22
commit 4dbe8c6771
1 changed files with 8 additions and 0 deletions

View File

@ -191,10 +191,15 @@ table th#headerName {
width: 9999px; /* not really sure why this works better than 100% … table styling */
padding: 0;
}
#headerName-container {
position: relative;
height: 50px;
}
.has-favorites #headerName-container {
padding-left: 50px;
}
table th#headerSize, table td.filesize {
text-align: right;
}
@ -406,6 +411,9 @@ table td.filename .uploadtext {
left: 18px;
z-index: 10;
}
.has-favorites .select-all {
left: 68px;
}
#fileList tr td.filename {
position: relative;