* adjust for style.

This commit is contained in:
wangyidong
2019-11-07 11:31:33 +08:00
parent a5411a8aca
commit c628ea60ef
4 changed files with 4 additions and 3 deletions
@@ -14,7 +14,7 @@
.block-overview .status-list li + li {margin-top: 5px;} .block-overview .status-list li + li {margin-top: 5px;}
.block-overview .status-list li > strong {font-size: 16px;} .block-overview .status-list li > strong {font-size: 16px;}
.progress-pie {position: relative;} .progress-pie {position: relative;}
.progress-pie .progress-info {position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-align: center; padding-top: 25px;} .progress-pie .progress-info {position: absolute; width: 105%; height: 105%; left: 0; top: 0; text-align: center; padding-top: 25px;}
.progress-pie .progress-info > small {display: block; color: #A6AAB8; line-height: 14px;} .progress-pie .progress-info > small {display: block; color: #A6AAB8; line-height: 14px;}
.progress-pie .progress-info > strong {display: block; font-size: 36px; line-height: 40px;} .progress-pie .progress-info > strong {display: block; font-size: 36px; line-height: 40px;}
</style> </style>
+1
View File
@@ -1,4 +1,5 @@
.w-220px{width:220px} .w-220px{width:220px}
#caseList tr th, #caseList tr td {white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
#createActionMenu .dropdown-menu {width: 100%;} #createActionMenu .dropdown-menu {width: 100%;}
+1 -1
View File
@@ -20,7 +20,7 @@
<table class='table table-form'> <table class='table table-form'>
<tr> <tr>
<th class='w-300px'><?php echo $lang->custom->scoreTitle;?></th> <th class='w-300px'><?php echo $lang->custom->scoreTitle;?></th>
<td class='w-120px text-center'> <td class='w-150px text-center'>
<?php $checkedKey = isset($config->global->scoreStatus) ? $config->global->scoreStatus : 0;?> <?php $checkedKey = isset($config->global->scoreStatus) ? $config->global->scoreStatus : 0;?>
<?php foreach($lang->custom->scoreStatus as $key => $value):?> <?php foreach($lang->custom->scoreStatus as $key => $value):?>
<label class="radio-inline"><input type="radio" name="score" value="<?php echo $key?>"<?php echo $key == $checkedKey ? " checked='checked'" : ''?> id="score<?php echo $key;?>"><?php echo $value;?></label> <label class="radio-inline"><input type="radio" name="score" value="<?php echo $key?>"<?php echo $key == $checkedKey ? " checked='checked'" : ''?> id="score<?php echo $key;?>"><?php echo $value;?></label>
+1 -1
View File
@@ -196,7 +196,7 @@
<div class='table-col w-120px'> <div class='table-col w-120px'>
<div class="input-group"> <div class="input-group">
<span class="input-group-addon fix-border br-0"><?php echo $lang->task->estimateAB;?></span> <span class="input-group-addon fix-border br-0"><?php echo $lang->task->estimateAB;?></span>
<input type="text" name="estimate" id="estimate" value="<?php echo $task->estimate;?>" class="form-control" autocomplete="off"></td> <input type="text" name="estimate" id="estimate" value="<?php echo $task->estimate;?>" class="form-control" autocomplete="off">
</div> </div>
</div> </div>
<?php endif;?> <?php endif;?>