12 lines
412 B
CSS
12 lines
412 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:-10px 0 0px; border-top: none;}
|
|
.tabs .tab-content .tab-pane #querybox form {padding-left:0px;}
|
|
|
|
.table-actions {padding-left: 8px;}
|