[Pkg-owncloud-commits] [owncloud] 71/239: fix navigation scrollbar

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit ae6610f0ea6c46910c131116a8a84ae1567ca175
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Fri Nov 22 15:48:24 2013 +0100

    fix navigation scrollbar
---
 core/css/styles.css | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 1761115..938b522 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -561,12 +561,13 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 
 /* NAVIGATION ------------------------------------------------------------- */
 #navigation {
-	position: fixed;
-	float: left;
+	position: absolute;
+	top: 0;
+	bottom: 0;
+	left: 0;
 	width: 80px;
 	margin-top:45px;
 	z-index: 75;
-	height: 100%;
 	background:#383c43 url('../img/noise.png') repeat;
 	overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
 	/* prevent ugly selection effect on accidental selection */
@@ -624,10 +625,10 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 /* Apps management as sticky footer, less obtrusive in the list */
 #navigation .wrapper {
 	min-height: 100%;
-	margin: 0 auto -120px;
+	margin: 0 auto -72px;
 }
 #apps-management, #navigation .push {
-	height: 120px;
+	height: 72px;
 }
 #apps-management {
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list