Ignore:
Timestamp:
03/20/12 08:56:56 (12 years ago)
Author:
gustavo
Message:

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/plugins/jquery/jquery-ui.css

    r5341 r5754  
    11/* 
    2  * jQuery UI CSS Framework 1.8.16 
     2 * jQuery UI CSS Framework 1.8.18 
    33 * 
    44 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    1414.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } 
    1515.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } 
    16 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
    17 .ui-helper-clearfix { display: inline-block; } 
    18 /* required comment for clearfix to work in Opera \*/ 
    19 * html .ui-helper-clearfix { height:1%; } 
    20 .ui-helper-clearfix { display:block; } 
    21 /* end clearfix */ 
     16.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } 
     17.ui-helper-clearfix:after { clear: both; } 
     18.ui-helper-clearfix { zoom: 1; } 
    2219.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } 
    2320 
     
    4340 
    4441/* 
    45  * jQuery UI CSS Framework 1.8.16 
     42 * jQuery UI CSS Framework 1.8.18 
    4643 * 
    4744 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    289286.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } 
    290287.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* 
    291  * jQuery UI Resizable 1.8.16 
     288 * jQuery UI Resizable 1.8.18 
    292289 * 
    293290 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    308305.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } 
    309306.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* 
    310  * jQuery UI Selectable 1.8.16 
     307 * jQuery UI Selectable 1.8.18 
    311308 * 
    312309 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    318315.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } 
    319316/* 
    320  * jQuery UI Accordion 1.8.16 
     317 * jQuery UI Accordion 1.8.18 
    321318 * 
    322319 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    337334.ui-accordion .ui-accordion-content-active { display: block; } 
    338335/* 
    339  * jQuery UI Autocomplete 1.8.16 
     336 * jQuery UI Autocomplete 1.8.18 
    340337 * 
    341338 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    351348 
    352349/* 
    353  * jQuery UI Menu 1.8.16 
     350 * jQuery UI Menu 1.8.18 
    354351 * 
    355352 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 
     
    390387} 
    391388/* 
    392  * jQuery UI Button 1.8.16 
     389 * jQuery UI Button 1.8.18 
    393390 * 
    394391 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    398395 * http://docs.jquery.com/UI/Button#theming 
    399396 */ 
    400 .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ 
     397.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */ 
    401398.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ 
    402399button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ 
     
    428425button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ 
    429426/* 
    430  * jQuery UI Dialog 1.8.16 
     427 * jQuery UI Dialog 1.8.18 
    431428 * 
    432429 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    449446.ui-draggable .ui-dialog-titlebar { cursor: move; } 
    450447/* 
    451  * jQuery UI Slider 1.8.16 
     448 * jQuery UI Slider 1.8.18 
    452449 * 
    453450 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    472469.ui-slider-vertical .ui-slider-range-min { bottom: 0; } 
    473470.ui-slider-vertical .ui-slider-range-max { top: 0; }/* 
    474  * jQuery UI Tabs 1.8.16 
     471 * jQuery UI Tabs 1.8.18 
    475472 * 
    476473 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    490487.ui-tabs .ui-tabs-hide { display: none !important; } 
    491488/* 
    492  * jQuery UI Datepicker 1.8.16 
     489 * jQuery UI Datepicker 1.8.18 
    493490 * 
    494491 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    557554    height: 200px; /*must have*/ 
    558555}/* 
    559  * jQuery UI Progressbar 1.8.16 
     556 * jQuery UI Progressbar 1.8.18 
    560557 * 
    561558 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 
     
    565562 * http://docs.jquery.com/UI/Progressbar#theming 
    566563 */ 
    567 .ui-progressbar { height:2em; text-align: left; } 
     564.ui-progressbar { height:2em; text-align: left; overflow: hidden; } 
    568565.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } 
Note: See TracChangeset for help on using the changeset viewer.