Using jQuery UI 1.8.10 themes with Yii 1.1.6

Comparing #1 with #2

Revision #2 was created by samdark samdark on Feb 24, 2011, 4:28:02 PM.

Added Yii version since UI is updated every release

Title

Using jQuery UI 1.8.10 themes with Yii 1.1.6

Content

When using the latest stable jQuery UI themes (1.8.10) with Yii 1.1.6 (which uses 1.8.6) the widgets don't appear (they're invisible but they're there). In order to make them visible you need to change the following line:

~~~
[css]
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
~~~
[...]