TabControl.css 825 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
.myframe{
   display: block;
   width: 100%;
   float: left;
   height: auto;
   min-height: 670px;
}
.csc-tab{
   display: block;
   width: 100%;
   float: left;
}

.csc-tab-head{
   display: inline-block;
   /*width: 100%;*/
   padding-bottom: 15px;
   height: 50px;
}

.csc-list-head{
   display: block;
   width: auto;
   float: left;
   background-color: #0072C6;
   border: 1px solid #FFF;
   color: #fff !important;
   cursor: pointer;
}
a:hover{
   color: #fff;
   cursor: pointer;
}
.csc-head-detail{
   padding-left: 15px;
   padding-right: 15px;
   line-height: 50px;
   font-size: 12px;
}

.csc-list-head-active{
   background-color: #ec971f;
}

.csc-tab-body{
   display: none;
   width: 100%;
   float: left;
   height: auto;
}

.csc-tab-body-active{
   display: block;
}

.shifttable{
   padding-left: 70px;
}