2012-02-27 00:49:51 +00:00
/ * !
2010-07-14 19:55:54 +00:00
* jQuery UI Tabs @ VERSION
2012-07-04 13:08:08 +00:00
* http : / / jqueryui . com
2010-07-14 19:55:54 +00:00
*
2012-07-04 13:08:08 +00:00
* Copyright 2012 jQuery Foundation and other contributors
2010-07-14 19:55:54 +00:00
* Dual licensed under the MIT or GPL Version 2 licenses .
* http : / / jquery . org / license
*
* http : / / docs . jquery . com / UI / Tabs # theming
* /
2009-03-28 18:59:55 +00:00
. ui-tabs { position : relative ; padding : .2 em ; zoom : 1 ; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
2009-05-11 14:13:29 +00:00
. ui-tabs . ui-tabs-nav { margin : 0 ; padding : .2 em .2 em 0 ; }
2012-06-13 20:38:25 +00:00
. ui-tabs . ui-tabs-nav li { list-style : none ; float : left ; position : relative ; top : 0 ; margin : 1 px .2 em 0 0 ; border-bottom : 0 ; padding : 0 ; white-space : nowrap ; }
2009-03-28 18:59:55 +00:00
. ui-tabs . ui-tabs-nav li a { float : left ; padding : .5 em 1 em ; text-decoration : none ; }
2011-05-17 18:12:16 +00:00
. ui-tabs . ui-tabs-nav li . ui-tabs-active { margin-bottom : -1 px ; padding-bottom : 1 px ; }
2011-03-29 11:44:01 +00:00
. ui-tabs . ui-tabs-nav li . ui-tabs-active a , . ui-tabs . ui-tabs-nav li . ui-state-disabled a , . ui-tabs . ui-tabs-nav li . ui-tabs-loading a { cursor : text ; }
2012-04-04 09:14:03 +00:00
. ui-tabs . ui-tabs-nav li a , . ui-tabs-collapsible . ui-tabs-nav li . ui-tabs-active a { cursor : pointer ; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
2010-04-03 00:19:53 +00:00
. ui-tabs . ui-tabs-panel { display : block ; border-width : 0 ; padding : 1 em 1.4 em ; background : none ; }