diff --git a/module/block/view/projectstatisticblock.html.php b/module/block/view/projectstatisticblock.html.php index a8440e914b..eeb76cb4b8 100644 --- a/module/block/view/projectstatisticblock.html.php +++ b/module/block/view/projectstatisticblock.html.php @@ -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%;}} diff --git a/module/block/view/welcome.html.php b/module/block/view/welcome.html.php index b667f0b155..10ba85b7d3 100644 --- a/module/block/view/welcome.html.php +++ b/module/block/view/welcome.html.php @@ -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;}
diff --git a/module/testreport/css/create.css b/module/testreport/css/create.css index aecca2dd7c..9b548fe4c1 100644 --- a/module/testreport/css/create.css +++ b/module/testreport/css/create.css @@ -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;} diff --git a/module/testreport/css/edit.css b/module/testreport/css/edit.css index 86c61404d3..a660346f74 100644 --- a/module/testreport/css/edit.css +++ b/module/testreport/css/edit.css @@ -1 +1,2 @@ .c-name {max-width: 100px;} +#profile {vertical-align: unset;} diff --git a/module/testreport/view/create.html.php b/module/testreport/view/create.html.php index feb1b2ddd7..71423c55a9 100644 --- a/module/testreport/view/create.html.php +++ b/module/testreport/view/create.html.php @@ -78,7 +78,7 @@