w2v-server: minimal style tabs
diff --git a/templates/index.html.ep b/templates/index.html.ep
index b344a28..81b63b6 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -141,7 +141,7 @@
} );
$( function() {
- $( "#tabs" ).tabs(); // .addClass('ui-helper-clearfix tabs-left-vertical');
+ $( "#tabs" ).tabs().addClass('tabs-min');
} );
$( function() {
@@ -273,6 +273,39 @@
overflow: hidden; /* if you don't want #second to wrap below #first */
}
+
+ .tabs-min {
+ background: transparent;
+ border: none;
+ }
+
+ .tabs-min .ui-widget-header {
+ background: transparent;
+ border: none;
+ border-bottom: 1px solid #c0c0c0;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-radius: 0px;
+ }
+
+ .tabs-min .ui-tabs-nav .ui-state-default {
+ background: transparent;
+ border: none;
+ }
+
+ .tabs-min .ui-tabs-nav .ui-state-active {
+ background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;
+ border: none;
+ }
+
+ .tabs-min .ui-tabs-nav .ui-state-default a {
+ color: #c0c0c0;
+ }
+
+ .tabs-min .ui-tabs-nav .ui-state-active a {
+ color: rgb(246,168,0);
+ }
+
#embed {
max-width: 802px;
border: 1px solid #333;