mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°2836 - Portal: Fix image coverage of the medallion
This commit is contained in:
@@ -1134,7 +1134,8 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #444;
|
color: #444;
|
||||||
/* .caselog-thread--block-entries color */
|
/* .caselog-thread--block-entries color */
|
||||||
background-size: 85%;
|
background-size: 100%;
|
||||||
|
/* Full size is necessary for images with filled background to fit nicely in the medallion, even if this means that images with a transparent background might appear cropped */
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
/* .caselog-thread--block-entries background-color */
|
/* .caselog-thread--block-entries background-color */
|
||||||
|
|||||||
@@ -1232,7 +1232,7 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $messaging-self-secondary-color; /* .caselog-thread--block-entries color */
|
color: $messaging-self-secondary-color; /* .caselog-thread--block-entries color */
|
||||||
|
|
||||||
background-size: 85%;
|
background-size: 100%; /* Full size is necessary for images with filled background to fit nicely in the medallion, even if this means that images with a transparent background might appear cropped */
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-color: $messaging-self-primary-color; /* .caselog-thread--block-entries background-color */
|
background-color: $messaging-self-primary-color; /* .caselog-thread--block-entries background-color */
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user