* Adjust CSS.

This commit is contained in:
leiyong
2022-06-21 02:13:42 +00:00
parent 93a6442a55
commit b0645c9cdd
6 changed files with 8 additions and 2 deletions
@@ -101,6 +101,9 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po
@media screen and (max-width: 1366px){.block-statistic .statistic-title>div {width: 74%; margin-left: 30%;}}
@media screen and (max-width: 1366px){.block-statistic .dataTitle>div {width: 74%; margin-left: 30%;}}
@media screen and (max-width: 1366px){[lang^='en'] .block-statistic .statistic-title>div {width: 70%; margin-left: 34%;}}
@media screen and (max-width: 1366px){[lang^='en'] .block-statistic .dataTitle>div {width: 70%; margin-left: 34%;}}
@media screen and (max-width: 1366px){.block-statistic.block-sm .statistic-title>div {width: 102%; margin-left: 2%;}}
@media screen and (max-width: 1366px){.block-statistic.block-sm .dataTitle>div {width: 102%; margin-left: 2%;}}
</style>
+1
View File
@@ -31,6 +31,7 @@
.block-welcome .left-today{margin-left: 36px;}
.block-welcome .done-progress{display: inline-block; color: #5B606E; font-weight: 500;}
.block-welcome .welcome-label{background: #ffebee; border: none;}
.block-welcome.block-sm .left-today {margin-left: 0px;}
</style>
<?php $progress = $tasks == 0 ? 0 : round($doneTasks / $tasks, 3) * 100;?>
<div class='panel-move-handler'></div>
+1
View File
@@ -6,3 +6,4 @@
#mainContent .detail .form-actions {padding-bottom: 20px;}
#mainContent .main-header h2 .input-group {margin-top: 1px;}
.c-name {max-width: 100px;}
#profile {vertical-align: unset;}
+1
View File
@@ -1 +1,2 @@
.c-name {max-width: 100px;}
#profile {vertical-align: unset;}
+1 -1
View File
@@ -78,7 +78,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->testreport->profile?></th>
<th id='profile'><?php echo $lang->testreport->profile?></th>
<td colspan='2'>
<?php
echo '<div>' . $storySummary . '</div>';
+1 -1
View File
@@ -66,7 +66,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->testreport->profile?></th>
<th id='profile'><?php echo $lang->testreport->profile?></th>
<td colspan='2'>
<?php
echo '<p>' . $storySummary . '</p>';