reduce width of app sidebar a bit

This commit is contained in:
Jan-Christoph Borchardt 2014-05-13 15:13:35 +02:00
parent 2b1a7a76c3
commit 2163951484
1 changed files with 2 additions and 2 deletions

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;
}