mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +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;
|
||||
color: #444;
|
||||
/* .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-color: #FFFFFF;
|
||||
/* .caselog-thread--block-entries background-color */
|
||||
|
||||
@@ -1232,7 +1232,7 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
||||
font-size: 18px;
|
||||
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-color: $messaging-self-primary-color; /* .caselog-thread--block-entries background-color */
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user