* ajusted style of 'task/batchcreate'.

* ajusted style of search form.
This commit is contained in:
Catouse
2014-04-28 20:38:16 +08:00
parent 2ce8a8914e
commit 86fbb0201f
3 changed files with 7 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
#bysearchTab.active:hover {background: #ddd}
#bysearchTab.active > a:after {font-size: 14px; font-family: ZenIcon; content: ' \e6e2'; color: #808080}
#featurebar .nav {z-index: 999; position: relative;}
#querybox form{padding-right: 40px;}
#querybox .form-control {padding: 2px; padding: 6px 2px\0;}
@-moz-document url-prefix() {#querybox .form-control {padding: 6px 2px;}}
#querybox .table {border: none}

View File

@@ -1 +1,4 @@
.chosen-container-single .chosen-drop {min-width: 300px; border-top: 1px solid #ddd!important}
.input-group {display: block; padding-right: 29px; max-width: 100%;}
.input-group > .chosen-container {display: block; width: 100%;}
.input-group-btn {display: block; position: absolute; right: 0; width: 29px; top: 0}

View File

@@ -24,11 +24,11 @@
<thead>
<tr class='text-center'>
<th class='w-30px'><?php echo $lang->idAB;?></th>
<th class='w-200px'><?php echo $lang->task->module?></th>
<th class='w-150px'><?php echo $lang->task->module?></th>
<th><?php echo $lang->task->story;?></th>
<th><?php echo $lang->task->name;?> <span class='required'></span></th>
<th class='w-70px'><?php echo $lang->typeAB;?> <span class='required'></span></th>
<th class='w-80px'><?php echo $lang->task->assignedTo;?></th>
<th class='w-80px'><?php echo $lang->typeAB;?> <span class='required'></span></th>
<th class='w-90px'><?php echo $lang->task->assignedTo;?></th>
<th class='w-50px'><?php echo $lang->task->estimateAB;?></th>
<th class='w-p20'><?php echo $lang->task->desc;?></th>
<th class='w-70px'><?php echo $lang->task->pri;?></th>