diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 06:25:44 +0000 | 
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 06:25:44 +0000 | 
| commit | 7569b39802a855da92ebc1fd78a6343e7715746b (patch) | |
| tree | 2aa89d7ec39f1495e1e829fd78762933a5191de9 /themes/default/views | |
| parent | 9b90b4b0cd464424f3f9a4214d265db69b3691dc (diff) | |
Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and icons. No need to fix position dialogs anymore. Included the following in the combined file + i18n files. Requires push back up to vendor branch.
UI Core
Effects Core
Draggable - Req'd by Sortable
Resizeable - Image/watermark/avatar scaling
Sortable - Rearrange
Dialog - All over :)
Datepicker - Edit albums/items
Progressbar
Highlight - Message display, comment addition
Transfer - Adding tags from available list to field
Not fully integrated into the default theme yet. 
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/page.html.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index b779b110..4a235bc0 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -16,6 +16,8 @@            media="screen,print,projection" />      <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/superfish.css") ?>"            media="screen" /> +    <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/ui.theme.css") ?>" +          media="screen,print,projection" />      <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>"            media="screen,print,projection" />      <!--[if lt IE 8]> | 
