6 lines
322 B
CSS
6 lines
322 B
CSS
.tabs{position:relative;}
|
|
.tabs .tab-content{padding:0px;border:0px;}
|
|
.tabs .tab-content .tab-pane .action{position: absolute; right: 0px; top: 0px;}
|
|
.tabs .tab-content .tab-pane #querybox{margin:0px; border-right:1px solid #ddd; border-left:1px solid #ddd;}
|
|
.tabs .tab-content .tab-pane #querybox form{padding-left:0px;}
|