* finish task #2748.
This commit is contained in:
@@ -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%;}
|
||||
|
||||
@@ -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¶m=$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¶m=$param"; ?>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user