* Adjust CSS.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user