MDL-67974 core_badges: Recovered expired stamp

Expired stamp icon displayed over the badge images has been added
again to CSS (it was lost at any point).
This commit is contained in:
Sara Arjona
2021-02-23 15:26:25 +01:00
parent 5b4204a584
commit 2ccd242538
3 changed files with 21 additions and 3 deletions
+7 -1
View File
@@ -1870,10 +1870,13 @@ ul.badges {
}
.badges li .expireimage {
background-image: url([[pix:i/expired]]);
background-repeat: no-repeat;
background-size: 100px 100px;
width: 100px;
height: 100px;
left: 25px;
top: 0;
top: 15px;
position: absolute;
z-index: 10;
opacity: 0.85;
@@ -1891,6 +1894,9 @@ ul.badges {
margin-bottom: 20px;
.expireimage {
background-image: url([[pix:i/expired]]);
background-repeat: no-repeat;
background-size: 100px 100px;
width: 100px;
height: 100px;
left: 0;
+7 -1
View File
@@ -11173,10 +11173,13 @@ ul.badges {
position: relative; }
.badges li .expireimage {
background-image: url([[pix:i/expired]]);
background-repeat: no-repeat;
background-size: 100px 100px;
width: 100px;
height: 100px;
left: 25px;
top: 0;
top: 15px;
position: absolute;
z-index: 10;
opacity: 0.85; }
@@ -11192,6 +11195,9 @@ ul.badges {
margin-top: 17px;
margin-bottom: 20px; }
#badge-image .expireimage {
background-image: url([[pix:i/expired]]);
background-repeat: no-repeat;
background-size: 100px 100px;
width: 100px;
height: 100px;
left: 0;
+7 -1
View File
@@ -11383,10 +11383,13 @@ ul.badges {
position: relative; }
.badges li .expireimage {
background-image: url([[pix:i/expired]]);
background-repeat: no-repeat;
background-size: 100px 100px;
width: 100px;
height: 100px;
left: 25px;
top: 0;
top: 15px;
position: absolute;
z-index: 10;
opacity: 0.85; }
@@ -11402,6 +11405,9 @@ ul.badges {
margin-top: 17px;
margin-bottom: 20px; }
#badge-image .expireimage {
background-image: url([[pix:i/expired]]);
background-repeat: no-repeat;
background-size: 100px 100px;
width: 100px;
height: 100px;
left: 0;