summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-13 15:13:35 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 13:16:21 +0200
commit21639514843e5d3490d8a4626a9f647630a865ad (patch)
tree1ff544b52e38d8fa50ef2bb13df4d0c6e750ebd1 /core/css/apps.css
parent2b1a7a76c37239c4f515f701a686889a359f4567 (diff)
downloadnextcloud-server-21639514843e5d3490d8a4626a9f647630a865ad.tar.gz
nextcloud-server-21639514843e5d3490d8a4626a9f647630a865ad.zip
reduce width of app sidebar a bit
Diffstat (limited to 'core/css/apps.css')
-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;
}