Merge pull request #8577 from owncloud/apps-sidebar-narrower

reduce width of app sidebar a bit
This commit is contained in:
Morris Jobke 2014-06-03 16:39:41 +02:00
commit 714b04d06c
2 changed files with 2 additions and 10 deletions

View File

@ -112,20 +112,12 @@
padding-left: 80px; /* main nav bar */
}
.app-files #app-navigation {
width: 230px;
}
/* move Deleted Files to bottom of sidebar */
.nav-trashbin {
position: absolute !important;
bottom: 0;
}
.app-files #app-settings {
width: 229px; /* DUH */
}
.app-files #app-settings input {
width: 90%;
}

View File

@ -10,7 +10,7 @@
/* Navigation: folder like structure */
#app-navigation {
width: 300px;
width: 230px;
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
@ -175,7 +175,7 @@
/* settings area */
#app-settings {
position: fixed;
width: 299px;
width: 229px;
bottom: 0;
border-top: 1px solid #ccc;
}