[Pkg-owncloud-commits] [owncloud] 29/75: Prevent category in jquery-ui on cal. to overflow
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:08:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.
commit 92c0a8e6ca20d9ae81e7d2d167e81ccdab64c9e7
Author: Brice Maron <brice at bmaron.net>
Date: Fri Oct 14 19:09:07 2011 +0200
Prevent category in jquery-ui on cal. to overflow
---
core/css/styles.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/css/styles.css b/core/css/styles.css
index 5a20132..d2e2922 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -124,3 +124,4 @@ div.jp-play-bar, div.jp-seek-bar { padding:0; }
.pager li { display:inline-block; }
li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
+.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow: hidden; text-overflow: ellipsis; }
--
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