* finish task #2509.

This commit is contained in:
Catouse
2016-02-22 17:08:45 +08:00
parent 338cfa239b
commit 2f8121190d
2 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
.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;}
.tabs {position:relative;}
.tabs .tab-content {padding: 0; border: none; padding-top: 10px;}
.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;}

View File

@@ -47,6 +47,7 @@ include '../../common/view/chosen.html.php';
#searchform .chosen-container .chosen-drop{min-width: 300px;}
#searchform .chosen-container .chosen-drop ul.chosen-results li{white-space:nowrap}
#searchmore > i, #searchlite > i {font-size: 28px;}
#searchmore > i {position: relative; top: 4px;}
#searchmore:hover, #searchlite:hover {color: #145CCD; background: #e5e5e5}
.bootbox-prompt .modal-dialog {width: 500px; margin-top: 10%;}