Merge pull request #9788 from owncloud/design-app-styles

Simplify app navigation look
This commit is contained in:
Vincent Petry 2014-07-23 18:39:12 +02:00
commit a547bf8fe6

View file

@ -22,8 +22,7 @@
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
background-color: #f8f8f8;
border-right: 1px solid #ccc;
background-color: #f5f5f5;
padding-bottom: 44px;
-webkit-user-select: none;
-moz-user-select: none;
@ -51,11 +50,6 @@
background-color: #ccc;
}
/* special rules for first-level entries and folders */
#app-navigation > ul > li {
background-color: #f8f8f8;
}
#app-navigation .with-icon a {
padding-left: 44px;
background-size: 16px 16px;
@ -197,9 +191,8 @@
/* settings area */
#app-settings {
position: fixed;
width: 249px;
width: 250px; /* change to 100% when layout positions are absolute */
bottom: 0;
border-top: 1px solid #ccc;
}
#app-settings.opened #app-settings-content {
display: block;