[Pkg-owncloud-commits] [owncloud] 18/61: enable input grouping also outside of log in screen
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:51:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 7cd1a48222b6e9c3b42df563b24e79f5a26a683f
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Thu Jul 24 14:03:40 2014 +0200
enable input grouping also outside of log in screen
---
core/css/styles.css | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 40c1622..17ed3fb 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -444,13 +444,15 @@ input[name='password-clone'] {
.groupbottom {
position: relative;
}
-#body-login .grouptop input {
+#body-login .grouptop input,
+.grouptop input {
margin-bottom: 0;
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
-#body-login .groupmiddle input {
+#body-login .groupmiddle input,
+.groupmiddle input {
margin-top: 0;
margin-bottom: 0;
border-top: 0;
@@ -458,7 +460,8 @@ input[name='password-clone'] {
border-radius: 0;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
}
-#body-login .groupbottom input {
+#body-login .groupbottom input,
+.groupbottom input {
margin-top: 0;
border-top: 0;
border-top-right-radius: 0;
--
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