12 lines
442 B
CSS
12 lines
442 B
CSS
.tabs {position:relative;}
|
|
|
|
.tabs .nav-tabs{border-bottom:none;}
|
|
.tabs .nav-tabs>li{margin-bottom:0px;}
|
|
|
|
.tabs .tab-content {padding: 0; border: none;}
|
|
.tabs .tab-content .tab-pane .action {position: absolute; right: 0; top: -1px;}
|
|
.tabs .tab-content .tab-pane #querybox{margin:0px; border-left:1px solid #ddd; border-right:1px solid #ddd;}
|
|
.tabs .tab-content .tab-pane #querybox form {padding-left:0px;}
|
|
|
|
.table-actions {padding-left: 8px;}
|