summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-06-03 16:39:41 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-06-03 16:39:41 +0200
commit714b04d06c34dfa2a8206ed8cdab448a5978a6d7 (patch)
tree699ff663a3e3558372d5beb6eedf7d6916f3b8b8 /core
parent73025d6d48a836ab2ca4be5deb00f722fbdab19c (diff)
parent69e5d5b8c0d05e5f197671a6e519ee5d26463562 (diff)
downloadnextcloud-server-714b04d06c34dfa2a8206ed8cdab448a5978a6d7.tar.gz
nextcloud-server-714b04d06c34dfa2a8206ed8cdab448a5978a6d7.zip
Merge pull request #8577 from owncloud/apps-sidebar-narrower
reduce width of app sidebar a bit
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 83569398cec..22eb4e5cf11 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -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;
}