fix position of sidebar toggle, fix Files controls position problems

This commit is contained in:
Jan-Christoph Borchardt 2014-06-05 17:21:49 +02:00
parent 96278e0201
commit 990405d6ee
2 changed files with 13 additions and 5 deletions

View File

@ -44,7 +44,6 @@
display: inline-block;
vertical-align: top;
height: 36px;
box-sizing: border-box;
}
#uploadprogresswrapper > input[type='button'] {
height: 36px;
@ -53,7 +52,7 @@
position:relative;
float: left;
margin-left: 12px;
width: 130px;
width: 100%;
height: 36px;
display:inline-block;
}

View File

@ -79,13 +79,13 @@
width: 100% !important;
left: 0 !important;
background-color: #fff;
overflow: hidden;
overflow-x: hidden !important;
}
#app-navigation-toggle {
position: absolute;
position: fixed;
display: inline-block !important;
top: 0;
top: 45px;
left: 0;
width: 44px;
height: 44px;
@ -114,7 +114,16 @@ table.multiselect thead {
left: 0 !important;
}
/* shorten elements for mobile */
#uploadprogresswrapper {
width: 50px;
}
/* fix controls bar jumping when navigation is slid out */
.snapjs-left #app-navigation-toggle {
top: 0;
}
.snapjs-left .app-files #controls,
.snapjs-left #user-controls {
top: 0;