Skip to content
Snippets Groups Projects
Commit 4dbe8c67 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent 1d22cd5b
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment