Skip to content

Instantly share code, notes, and snippets.

@ninnemana
Created February 16, 2016 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninnemana/c5c6bd64801f060369e7 to your computer and use it in GitHub Desktop.
Save ninnemana/c5c6bd64801f060369e7 to your computer and use it in GitHub Desktop.
.ui-tabs-vertical .ui-tabs-nav {
padding: .2em .1em .2em .2em;
float: left;
width: 18%;
border: 0px;
background: #FFFFFF no-repeat;
overflow: hidden;
border-radius: 0;
box-shadow: -7px 0 7px #eaeaea inset;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-default {
background: transparent;
}
#tab_container {
margin-right: 0;
float: none;
padding-right: 0;
}
.ui-tabs-vertical .ui-tabs-panel {
padding: 1em;
float: right;
width: auto;
margin: auto;
}
#tab_container #tab_scroll .tab_content {
float: none;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment