6 lines
354 B
CSS
6 lines
354 B
CSS
.tabs{position:relative;}
|
|
.tabs .tab-content .tab-pane .action{position: absolute; right: 110px; top: 0px;}
|
|
.tabs .tab-content .tab-pane #querybox{margin:0px}
|
|
.tabs .tab-content .tab-pane #querybox form{padding-left:0px;}
|
|
.tabs .tab-content .tab-pane #querybox form .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){display:none;}
|