[Pkg-owncloud-commits] [owncloud] 17/49: account for shift of controls bar due to app navigation, do not shift on public page
David Prévot
taffit at moszumanska.debian.org
Thu Dec 5 16:02:53 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 9333244925f2f2145044f3bfe4eb9a1200ec6233
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Tue Nov 19 15:53:49 2013 +0100
account for shift of controls bar due to app navigation, do not shift on public page
---
core/css/styles.css | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/core/css/styles.css b/core/css/styles.css
index c651eb0..73e9a8d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -204,11 +204,18 @@ input[type="submit"].enabled {
right: 0;
left: 80px;
height: 44px;
+ width: 100%;
+ padding: 0;
margin: 0;
background: #eee;
border-bottom: 1px solid #e7e7e7;
z-index: 50;
}
+/* account for shift of controls bar due to app navigation */
+#body-user #controls,
+#body-settings #controls {
+ padding-right: 75px;
+}
#controls .button,
#controls button,
#controls input[type='submit'],
--
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