* fixed style for ie8.

* ajuste style of 'project/burn'.
This commit is contained in:
Catouse
2014-05-02 16:02:17 +08:00
parent a69a464d8d
commit 4c32052c8d
12 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -1,4 +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 > .chosen-container {display: block!important; width: 100%;}
.input-group-btn {display: block; position: absolute; right: 0; width: 29px; top: 0}
+2 -2
View File
@@ -45,7 +45,7 @@
<td colspan='2'>
<div class='input-group'>
<?php echo html::select('story', $stories, $task->story, "class=form-control onchange='setStoryRelated();'");?>
<span class='input-group-btn' id='preview'><a href='#' class='btn iframe'><i class='icon-eye-open'></i> <?php echo $lang->preview;?></a></span>
<span class='input-group-btn' id='preview'><a href='#' class='btn iframe'><?php echo $lang->preview;?></a></span>
</div>
</td>
</tr>
@@ -54,7 +54,7 @@
<td colspan='2'>
<div class='input-group'>
<?php echo html::input('name', $task->name, "class='form-control'");?>
<span class='input-group-btn'><a href='javascript:copyStoryTitle();' id='copyButton' class='btn'><i class='icon-copy'></i> <?php echo $lang->task->copyStoryTitle;?></a></span>
<span class='input-group-btn'><a href='javascript:copyStoryTitle();' id='copyButton' class='btn'><?php echo $lang->task->copyStoryTitle;?></a></span>
</div>
</td>
</tr>