web/wp-content/themes/IRI-Theme/css/custom-theme/jquery-ui-1.7.2.custom.css
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 01 Feb 2010 09:53:45 +0000
branchwordpress
changeset 124 5cb854c0ff5a
permissions -rw-r--r--
clean other things
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
124
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     1
/*
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     2
* jQuery UI CSS Framework
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     3
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     4
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     5
* ---------------------------------------------------------------------------------  CUSTOMIZE BY SAM 
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     6
*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     7
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     8
/* Layout helpers
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     9
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    10
.ui-helper-hidden { display: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    11
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    12
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    13
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    14
.ui-helper-clearfix { display: inline-block; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    15
/* required comment for clearfix to work in Opera \*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    16
* html .ui-helper-clearfix { height:1%; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    17
.ui-helper-clearfix { display:block; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    18
/* end clearfix */
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    19
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    20
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    21
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    22
/* Interaction Cues
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    23
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    24
.ui-state-disabled { cursor: default !important; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    25
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    26
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    27
/* Icons
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    28
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    29
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    30
/* states and images */
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    31
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    32
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    33
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    34
/* Misc visuals
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    35
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    36
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    37
/* Overlays */
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    38
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    39
/* Accordion----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    40
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; font-size:12px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    41
.ui-accordion .ui-accordion-li-fix { display: inline; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    42
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    43
.ui-accordion .ui-accordion-header a { display: block; padding: .2em .2em .2em 1em; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    44
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .2em; top: 50%; margin-top: -8px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    45
.ui-accordion .ui-accordion-content { padding: 0.5em 0.5em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    46
.ui-accordion .ui-accordion-content-active { display: block; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    47
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    48
/* Resizable----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    49
.ui-resizable { position: relative;}
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    50
.ui-resizable-handle { position: absolute; z-index: 99999; display: block;}
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    51
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    52
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    53
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    54
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    55
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    56
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    57
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    58
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    59
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    60
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    61
/*
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    62
* jQuery UI CSS Framework
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    63
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    64
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    65
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    66
*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    67
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    68
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    69
/* Component containers
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    70
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    71
.ui-widget {/* font-family: Verdana,Arial,sans-serif;*/ }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    72
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    73
.ui-widget-content { border:none; border-bottom: 1px solid #EEE; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 25% 75% repeat-x; color: #222222; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    74
.ui-widget-content a { color: #222222; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    75
/*.ui-widget-header { border: 1px dotted #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    76
.ui-widget-header { border-bottom: 1px dotted #aaaaaa; background: #FFF color: #222222; font-weight: bold; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    77
.ui-widget-header a { color: #222222; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    78
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    79
/* Interaction states
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    80
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    81
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; font-weight: normal; color: #5FBCDE; outline: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    82
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    83
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    84
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    85
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #212121; outline: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    86
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    87
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    88
/* Interaction Cues
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    89
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    90
.ui-state-highlight, .ui-widget-content .ui-state-highlight {/*border: 1px dotted #fcefa1;*/ background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    91
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    92
.ui-state-error, .ui-widget-content .ui-state-error {/*border: 1px solid #cd0a0a;*/ background: #fef1ec; color: #cd0a0a; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    93
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    94
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    95
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    96
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    97
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    98
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    99
/* Misc visuals
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   100
----------------------------------*/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   101
 Overlays 
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   102
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   103
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   104
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   105
.ui-tabs { padding: .1em; zoom: 1; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   106
.ui-tabs .ui-tabs-nav { list-style: none; list-style-image:none; position: relative; padding: .1em .1em 0; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   107
.ui-tabs .ui-tabs-nav li { list-style: none; list-style-image:none; position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .1em -1px 0; padding: 0; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   108
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .2em 1em;  color:#5FBCDE;}
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   109
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   110
.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; font-weight:bold; font-size:13px; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   111
.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... */
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   112
.ui-tabs .ui-tabs-panel { padding: 0.5em 1.2em; display: block; border-width: 0; background: none; }
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
   113
.ui-tabs .ui-tabs-hide { display: none !important; }