source: extensions/charlies_content/ui.tabs.css @ 9885

Last change on this file since 9885 was 3320, checked in by vdigital, 15 years ago

+ Missing elements for Charlies' content

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 518 bytes
Line 
1/* Tabs
2----------------------------------*/
3.ui-tabs {padding: .2em;}
4.ui-tabs-nav { padding: .2em .2em 0 .2em;  position: relative; }
5.ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
6.ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
7.ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; }
8.ui-tabs-panel { padding: 1em 1.4em;  display: block; border: 0; background: none; }
9.ui-tabs-hide { display: none !important; }
Note: See TracBrowser for help on using the repository browser.