diff --git a/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png b/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png index baabca6..c5d4da9 100644 Binary files a/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png and b/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png differ diff --git a/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png b/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png index 28b566c..8794b48 100644 Binary files a/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png and b/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png differ diff --git a/demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png b/demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png index 6f898d5..2289d3c 100644 Binary files a/demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png and b/demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png differ diff --git a/demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png b/demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png index 54aff0c..0de3275 100644 Binary files a/demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png and b/demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png differ diff --git a/demos/cupertino/images/ui-icons_72a7cf_256x240.png b/demos/cupertino/images/ui-icons_72a7cf_256x240.png index 6e207d8..0d20b73 100644 Binary files a/demos/cupertino/images/ui-icons_72a7cf_256x240.png and b/demos/cupertino/images/ui-icons_72a7cf_256x240.png differ diff --git a/demos/cupertino/theme.css b/demos/cupertino/theme.css index df459ca..3c324a6 100644 --- a/demos/cupertino/theme.css +++ b/demos/cupertino/theme.css @@ -311,4 +311,21 @@ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} \ No newline at end of file +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* + * jQuery UI Tabs 1.8.11 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs#theming + */ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } diff --git a/tests/iframe.html b/tests/iframe.html index a115e33..c55c64c 100644 --- a/tests/iframe.html +++ b/tests/iframe.html @@ -1,15 +1,15 @@ - - - + + +