Skip to content
Snippets Groups Projects
Commit a547bf8f authored by Vincent Petry's avatar Vincent Petry
Browse files

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

Simplify app navigation look
parents e495b4ea 4e209c63
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
height: 100%; height: 100%;
float: left; float: left;
-moz-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
background-color: #f8f8f8; background-color: #f5f5f5;
border-right: 1px solid #ccc;
padding-bottom: 44px; padding-bottom: 44px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
...@@ -51,11 +50,6 @@ ...@@ -51,11 +50,6 @@
background-color: #ccc; background-color: #ccc;
} }
/* special rules for first-level entries and folders */
#app-navigation > ul > li {
background-color: #f8f8f8;
}
#app-navigation .with-icon a { #app-navigation .with-icon a {
padding-left: 44px; padding-left: 44px;
background-size: 16px 16px; background-size: 16px 16px;
...@@ -197,9 +191,8 @@ ...@@ -197,9 +191,8 @@
/* settings area */ /* settings area */
#app-settings { #app-settings {
position: fixed; position: fixed;
width: 249px; width: 250px; /* change to 100% when layout positions are absolute */
bottom: 0; bottom: 0;
border-top: 1px solid #ccc;
} }
#app-settings.opened #app-settings-content { #app-settings.opened #app-settings-content {
display: block; display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment