[Pkg-owncloud-commits] [owncloud] 53/239: Doesn't Cut the top arrow from navigation
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:18 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 aa5d5a422f6faf47e323040858a577cf140959e6
Author: raghunayyar <me at iraghu.com>
Date: Fri Nov 22 02:10:22 2013 +0530
Doesn't Cut the top arrow from navigation
---
core/css/styles.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index f2561dd..1761115 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -564,7 +564,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
position: fixed;
float: left;
width: 80px;
- padding-top: 3.5em;
+ margin-top:45px;
z-index: 75;
height: 100%;
background:#383c43 url('../img/noise.png') repeat;
@@ -624,10 +624,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 -72px;
+ margin: 0 auto -120px;
}
#apps-management, #navigation .push {
- height: 70px;
+ height: 120px;
}
#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