* fixed style for ie8.
* ajuste style of 'project/burn'.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.ke-toolbar .ke-outline[data-name='savetemplate'] {display: none}
|
||||
@@ -1,4 +1,5 @@
|
||||
.ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;}
|
||||
.ke-toolbar .ke-outline[data-name='savetemplate'] {display: block;}
|
||||
.ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;}
|
||||
|
||||
/* template box */
|
||||
#tplBox .list-group-item {padding: 6px 6px;}
|
||||
|
||||
@@ -41,6 +41,7 @@ function initKindeditor(afterInit)
|
||||
$.each(editor.id, function(key, editorID)
|
||||
{
|
||||
editorTool = simpleTools;
|
||||
console.log(editor.tools);
|
||||
if(editor.tools == 'bugTools') editorTool = bugTools;
|
||||
if(editor.tools == 'fullTools') editorTool = fullTools;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.container {max-width: 950px;}
|
||||
.container {max-width: 950px!important;}
|
||||
.container .actions {margin-bottom: 10px; padding: 0 25px}
|
||||
.container .actions > .text {padding: 5px 5px 5px 15px; line-height: 20px}
|
||||
.mw-220px {max-width: 220px!important}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#tipsModal {margin-top: 10%;}
|
||||
#begin + .input-group-addon {border-left: none; border-right: none;}
|
||||
#begin,#end {max-width: 120px; width: auto}
|
||||
|
||||
#copyProjectModal {padding: 0}
|
||||
#copyProjectModal {padding: 0 2px}
|
||||
@@ -11,4 +12,4 @@
|
||||
#copyProjectModal a.active:after {position: absolute; content: '\e60d'; font-family: ZenIcon; font-size: 20px; right: 25px;}
|
||||
#copyProjectModal a.cancel {color: #D2322D}
|
||||
|
||||
.modal-dialog {margin-top: 10%;}
|
||||
.modal-dialog {margin-top: 10%!important;}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<th><?php echo $lang->project->dateRange;?></th>
|
||||
<td>
|
||||
<div class='input-group'>
|
||||
<?php echo html::input('begin',date('Y-m-d'), "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->begin . "'");?>
|
||||
<?php echo html::input('begin',date('Y-m-d'), "class='form-control w-100px form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->begin . "'");?>
|
||||
<span class='input-group-addon'><?php echo $lang->project->to;?></span>
|
||||
<?php echo html::input('end', '', "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->end . "'");?>
|
||||
</div>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
.linkbox{height:180px; overflow-y:auto}
|
||||
.tab-pane .table-borderless {border: 1px solid #ddd!important}
|
||||
.tab-pane .table-data.table-borderless {border: none!important}
|
||||
|
||||
@@ -70,8 +70,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='row'>
|
||||
<div class='col-md-8 col-lg-9'>
|
||||
<div class='row-table'>
|
||||
<div class='col-main'>
|
||||
<div class='main'>
|
||||
<fieldset>
|
||||
<legend><?php echo $lang->story->legendSpec;?></legend>
|
||||
@@ -95,7 +95,7 @@
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<div class='col-md-4 col-lg-3'>
|
||||
<div class='col-side'>
|
||||
<div class='main main-side'>
|
||||
<div class='tabs'>
|
||||
<ul class='nav nav-tabs'>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<tr>
|
||||
<th><?php $mode == 'new' ? print($lang->user->contacts->selectList) : print($lang->user->contacts->listName);?></th>
|
||||
<td>
|
||||
<div class='input-group'>
|
||||
<div class='input-group' style='width:300px'>
|
||||
<?php
|
||||
if($mode == 'new')
|
||||
{
|
||||
|
||||
@@ -154,6 +154,13 @@ i[class^="icon-"].disabled,i[class*=" icon-"].disabled,i[class^="icon-"].disable
|
||||
.actionbox #historyItem {margin:0}
|
||||
.actionbox blockquote {margin:0}
|
||||
.actionbox > legend > i, .actionbox > .panel-heading > i {display: none}
|
||||
fieldset.actionbox {padding-bottom: 10px;}
|
||||
|
||||
/* actionbox, hack for ie8 */
|
||||
fieldset.actionbox {padding-top:20px\0/;}
|
||||
@media all and (min-width:0) {fieldset.actionbox {padding-top:10px\9;}}
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){fieldset.actionbox {padding-top:10px;}}
|
||||
:root fieldset.actionbox {padding-top:10px\9;}
|
||||
|
||||
/* stars list */
|
||||
.stars-list {color: #E48600}
|
||||
@@ -417,7 +424,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
|
||||
#titlebar > .heading {font-size: 14px; line-height: 20px; font-weight: bold;}
|
||||
#titlebar > .heading > i {display: none;}
|
||||
#titlebar > .heading > .prefix {display: inline-block; margin-right: 5px; color: #666;}
|
||||
#titlebar > .heading > .prefix > strong {border-radius: 4px; border: 1px solid #aaa; padding: 1px 5px; background: #fff; text-align: center; min-width: 20px; color: #666;}
|
||||
#titlebar > .heading > .prefix > strong {border-radius: 4px; border: 1px solid #aaa; padding: 0px 4px; background: #fff; text-align: center; min-width: 20px; color: #666; font-size: 12px}
|
||||
#titlebar > .heading > .prefix > i {font-size: 14px; color: #808080; display: none}
|
||||
#titlebar > .heading > strong {display: inline-block; margin-right: 5px;}
|
||||
#titlebar > .heading > strong > i, #titlebar > .heading > strong > small > i {display: none}
|
||||
|
||||
Reference in New Issue
Block a user