* add padding-bottom for caption.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#productsBox span{display:block; float:left; width:250px; overflow:hidden; word-break:keep-all; white-space:nowrap}
|
||||
#whitelistBox span{display:block; float:left; width:150px; overflow:hidden; word-break:keep-all; white-space:nowrap}
|
||||
caption {margin-bottom:10px}
|
||||
caption a{padding:5px}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<table class='table-1 fixed colored tablesorter'>
|
||||
<caption class='caption-tl'>
|
||||
<caption class='caption-tl pb-10px'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
echo $lang->project->bug;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<table class='table-1 tablesorter fixed'>
|
||||
<caption class='caption-tl'>
|
||||
<caption class='caption-tl pb-10px'>
|
||||
<div class='f-left'><?php echo $lang->project->build;?></div>
|
||||
<div class='f-right'><?php common::printIcon('build', 'create', "project=$project->id");?></div>
|
||||
</caption>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<table class='table-1 fixed colored tablesorter' align='center'>
|
||||
<caption class='caption-tl'>
|
||||
<caption class='caption-tl pb-10px'>
|
||||
<div class='f-left'> <?php echo $lang->project->doc;?></div>
|
||||
<div class='f-right'><?php common::printIcon('doc', 'create', "libID=project&moduleID=0&productID=0&projectID=$project->id&from=project");?></div>
|
||||
</caption>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<form method='post' id='projectStoryForm'>
|
||||
<table class='table-1 fixed colored tablesorter datatable'>
|
||||
<caption class='caption-tl'>
|
||||
<caption class='caption-tl pb-10px'>
|
||||
<div class='f-left'><?php echo $lang->project->story;?></div>
|
||||
<div class='f-right'>
|
||||
<?php
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<table class='table-1 colored tablesorter fixed'>
|
||||
<caption class='caption-tl'>
|
||||
<caption class='caption-tl pb-10px'>
|
||||
<div class='f-left'><?php echo $lang->testtask->browse;?></div>
|
||||
<div class='f-right'><?php common::printIcon('testtask', 'create', "product=0&project=$projectID");?></div>
|
||||
</caption>
|
||||
|
||||
Reference in New Issue
Block a user