* finish task #2748.

This commit is contained in:
wangyidong
2016-11-23 11:06:51 +08:00
parent 74071c46e5
commit 5aeebbba95
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
.tabs{position:relative;}
.tabs .nav-tabs{border-bottom:none;}
.tabs .nav-tabs>li{margin-bottom:0px;}
.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}
.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;}
.hide-side .col-main {width: 100%;}
+2 -2
View File
@@ -65,7 +65,7 @@
<div class='linkBox'></div>
<?php endif;?>
<form class='form-condensed' method='post' target='hiddenwin' action="<?php echo inlink('batchUnlinkStory', "planID=$plan->id&orderBy=$orderBy");?>">
<table class='table tablesorter table-condensed table-hover table-striped table-borderless table-fixed' id='storyList'>
<table class='table tablesorter table-condensed table-hover table-striped table-fixed' id='storyList'>
<?php $vars = "planID={$plan->id}&type=story&orderBy=%s&link=$link&param=$param"; ?>
<thead>
<tr>
@@ -307,7 +307,7 @@
<div class='linkBox'></div>
<?php endif;?>
<form method='post' target='hiddenwin' action="<?php echo inLink('batchUnlinkBug', "planID=$plan->id&orderBy=$orderBy");?>">
<table class='table tablesorter table-condensed table-hover table-striped table-borderless table-fixed' id='bugList'>
<table class='table tablesorter table-condensed table-hover table-striped table-fixed' id='bugList'>
<?php $vars = "planID={$plan->id}&type=bug&orderBy=%s&link=$link&param=$param"; ?>
<thead>
<tr>