* ajusted style of sub featurebar.

* ajusted width of some form.
This commit is contained in:
Catouse
2014-04-30 10:22:31 +08:00
parent 78f6ae4206
commit 2c98a3bed8
10 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $(document).ready(function()
setType(type);
});
</script>
<div class='container mw-900px'>
<div class='container'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['doc']);?> <strong><?php echo $doc->id;?></strong></span>
+1
View File
@@ -1 +1,2 @@
.alert>[class*="icon-"]+.content {padding-left: 20px;}
#featurebar {display: none}
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<div class='container mw-800px'>
<div class='container'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['product']);?> <strong><?php echo $product->id;?></strong></span>
+2 -2
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<div class='container mw-800px'>
<div class='container'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['product']);?></span>
@@ -23,7 +23,7 @@
<table class='table table-form'>
<tr>
<th class='w-90px'><?php echo $lang->product->name;?></th>
<td class='w-p35-f'><?php echo html::input('name', '', "class='form-control'");?></td><td></td>
<td class='w-p25-f'><?php echo html::input('name', '', "class='form-control'");?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->product->code;?></th>
+2 -2
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<div class='container mw-800px'>
<div class='container'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['product']);?> <strong><?php echo $product->id;?></strong></span>
@@ -24,7 +24,7 @@
<table align='center' class='table table-form'>
<tr>
<th class='w-90px'><?php echo $lang->product->name;?></th>
<td class='w-p35-f'><?php echo html::input('name', $product->name, "class='form-control'");?></td><td></td>
<td class='w-p25-f'><?php echo html::input('name', $product->name, "class='form-control'");?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->product->code;?></th>
+1 -1
View File
@@ -32,7 +32,7 @@
</div>
<?php else:?>
<form method='post' action='<?php echo inLink('batchEdit', "productID=$productID");?>'>
<table class='table table-condensed table-hover table-striped table-borderless'>
<table class='table table-condensed table-hover table-striped'>
<thead>
<tr>
<th class='w-id'> <?php echo $lang->idAB;?></th>
+1 -1
View File
@@ -11,7 +11,7 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div class='container mw-900px'>
<div class='container'>
<div id='titlebar'><div class='heading'><i class='icon-code-fork'></i> <?php echo $lang->product->roadmap;?></div></div>
<table class='table-grid w-p100'>
<?php
+2 -2
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<div class='container mw-900px'>
<div class='container'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['plan']);?></span>
@@ -33,7 +33,7 @@
</tr>
<tr>
<th><?php echo $lang->productplan->begin;?></th>
<td><?php echo html::input('begin', $plan->begin, 'class="form-control date"');?></td>
<td><?php echo html::input('begin', $plan->begin, 'class="form-control form-date"');?></td>
</tr>
<tr>
<th><?php echo $lang->productplan->end;?></th>
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php js::import($jsRoot . 'misc/date.js');?>
<div class='container mw-800px'>
<div class='container'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['project']);?> <strong><?php echo $project->id;?></strong></span>
+1 -1
View File
@@ -393,7 +393,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
.outer > .alert + #featurebar {border-top: 1px solid #ddd;}
/* sub featurebar */
.sub-featurebar {border-bottom: 1px solid #ddd; padding: 5px 10px}
.sub-featurebar {border-bottom: 1px solid #ddd; padding: 5px 10px; margin: -20px -20px 20px;}
.sub-featurebar > .nav > li {float: left;}
.sub-featurebar > .nav > li > a {padding: 5px 10px}
.sub-featurebar > .nav > li.active > a {color: #333; font-weight: bold;}