Skip to content

Instantly share code, notes, and snippets.

@awdng
Created September 27, 2013 07:38
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 awdng/6725321 to your computer and use it in GitHub Desktop.
Save awdng/6725321 to your computer and use it in GitHub Desktop.
/* In-Tab sidebar */
.tab_sidebar{/*margin-left:-100%*/float:left;position:relative; background-color: #ffffff;width: 246px; margin-left: 1px;}
.tab_sidebar_sep{background:#efefef;clear:both;float:none;height:5px;border-color:#ccc;border-style:solid;border-width:1px 0;margin:14px 0}
.tab_sidebar_switch{cursor:pointer;z-index:100;}
.on_switch {background: transparent;}
.off_switch {background: transparent;}
.tab_sidebar_inner {margin-left: 15px;margin-top: 50px;}
.tab_sidebar_inner form{padding:14px 0 9px 15px}
.tab_sidebar_inner form input{margin:0}
.tab_sidebar_hidden .tab_sidebar {display:none}
.tab_sidebar_hidden .tab_sidebar_switch {left:24px;}
.tab_sidebar_hidden .main_content {margin:0;border-left:none}
.tab_sidebar_hidden {background: #fff}
.tab_sidebar_hidden #maincontainer {background: #fff}
.tab_sidebar_info {width:180px;position:relative;left:30px;bottom:10px}
.tab_sidebar_info ul {padding:5px 10px;margin:0;font-size:11px;background:#fafafa;border:1px solid #e5e5e5;-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;border-radius: 6px}
.tab_sidebar_info ul li {line-height:26px;overflow:hidden;border-bottom:1px dashed #ccc}
.tab_sidebar_info ul li:last-child {border:none}
.tab_sidebar_info .act {float:right}
.tab_sidebar .accordion {border-top: 0px solid #ccc;margin-bottom: 20px;margin-right:1px}
.tab_sidebar .accordion-heading {text-shadow: 0px 0px 0 #efefef;background: #ffffff;-webkit-box-shadow: inset 0px 0px 0px 0px #ececec;box-shadow: inset 0px 0px 0px 0px #ececec}
.tab_sidebar .accordion-heading a:hover {background-color: #ffffff}
.tab_sidebar .accordion-group{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;border-color:#ccc;border-style:solid;border-width:0 0 1px}
.tab_sidebar .accordion-group a{/*color:#222;*/text-decoration:none!important}
.tab_sidebar .accordion-group .active a{color:#000}
.tab_sidebar .accordion-group .accordion-heading a{color:#222}
.tab_sidebar .accordion-inner{border-top:0px solid #ccc;background:#ffffff; padding: 0px;margin-top: 15px;margin-left: 10px;}
.sdb_h_active a {background: url("../img/bullet_green.png") no-repeat 98% center}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment