From 21639514843e5d3490d8a4626a9f647630a865ad Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 13 May 2014 15:13:35 +0200 Subject: [PATCH 1/2] reduce width of app sidebar a bit --- core/css/apps.css | 4 ++-- 1 file 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; } From 69e5d5b8c0d05e5f197671a6e519ee5d26463562 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 3 Jun 2014 13:24:44 +0200 Subject: [PATCH 2/2] remove specific sidebar size from Files app --- apps/files/css/files.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 11cbc4b7f57..1d75c4e505c 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -112,20 +112,12 @@ padding-left: 80px; /* main nav bar */ } -.app-files #app-navigation { - width: 230px; -} - /* move Deleted Files to bottom of sidebar */ .nav-trashbin { position: absolute !important; bottom: 0; } -.app-files #app-settings { - width: 229px; /* DUH */ -} - .app-files #app-settings input { width: 90%; }