Prevent category in jquery-ui on cal. to overflow

This commit is contained in:
Brice Maron 2011-10-14 19:09:07 +02:00 committed by Robin Appelman
parent e3dc8140b0
commit 92c0a8e6ca

View file

@ -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; }