[Pkg-owncloud-commits] [owncloud] 176/273: fix the layout of the enforced expiry date message
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:14 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 e3dd0164fff5e2166e232a09a1022ff1ff7dca80
Author: Morris Jobke <hey at morrisjobke.de>
Date: Tue Jul 1 16:09:10 2014 +0200
fix the layout of the enforced expiry date message
---
core/css/share.css | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/core/css/share.css b/core/css/share.css
index f6f5137..aeabbbc 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -109,6 +109,13 @@ a.showCruds:hover,a.unshare:hover {
white-space:normal;
}
+#defaultExpireMessage { /* show message on new line */
+ display: block;
+ padding-left: 4px;
+ /* TODO: style the dropdown in a proper way - border-box, etc. */
+ width: 90%;
+}
+
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
@@ -119,4 +126,4 @@ a.showCruds:hover,a.unshare:hover {
padding-left: 12px;
padding-top: 12px;
color: #999;
-}
\ No newline at end of file
+}
--
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