source: web/old/ui.tabs.css @ 30beeab

debianmacno-cupsweb
Last change on this file since 30beeab was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

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