Prevent category in jquery-ui on cal. to overflow

This commit is contained in:
Brice Maron 2011-10-14 19:09:07 +02:00
parent c0b011e714
commit 169dd7da77
1 changed files with 1 additions and 0 deletions

View File

@ -122,3 +122,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; }