summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/themeroller/ui.tabs.css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-23 11:16:56 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-23 11:16:56 -0700
commit3b05db2685d92ca538d7993c960b06ea32f3a8df (patch)
tree5ca55bfcd0d83670da7387815f279264a68bcf7c /themes/admin_wind/css/themeroller/ui.tabs.css
parentca09e9889004438090b4d9c8410cb746c135f163 (diff)
Move the themeroller files to the themes from gallery/lib. These are visual related and make more sense to be in the theme. Both three_nids and browny_wind* have created copies for their visual standard. So this just makes it consistent across the board.
Diffstat (limited to 'themes/admin_wind/css/themeroller/ui.tabs.css')
-rw-r--r--themes/admin_wind/css/themeroller/ui.tabs.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/admin_wind/css/themeroller/ui.tabs.css b/themes/admin_wind/css/themeroller/ui.tabs.css
new file mode 100644
index 00000000..70ed3ef4
--- /dev/null
+++ b/themes/admin_wind/css/themeroller/ui.tabs.css
@@ -0,0 +1,9 @@
+/* Tabs
+----------------------------------*/
+.ui-tabs {padding: .2em;}
+.ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; }
+.ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; }
+.ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom: 0; }
+.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0; background: none; }
+.ui-tabs .ui-tabs-hide { display: none !important; } \ No newline at end of file