diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-13 15:13:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-03 13:16:21 +0200 |
commit | 21639514843e5d3490d8a4626a9f647630a865ad (patch) | |
tree | 1ff544b52e38d8fa50ef2bb13df4d0c6e750ebd1 /core/css/apps.css | |
parent | 2b1a7a76c37239c4f515f701a686889a359f4567 (diff) | |
download | nextcloud-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.css | 4 |
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; } |