17 lines
635 B
CSS
17 lines
635 B
CSS
.tabs {position:relative;}
|
|
.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;}
|
|
|
|
#unlinkStoryList, #unlinkBugList{border:1px solid #ddd;}
|
|
|
|
.table-footer .text {line-height: 30px;}
|
|
.table-footer .table-actions {margin-right: 10px;}
|
|
|
|
#buildInfo > div {padding-top: 15px;}
|
|
|
|
#querybox form {margin: 0px !important;}
|
|
#moreOrLite {right: 0px !important;}
|