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:33:06 +01:00
parent 4c4c74c13b
commit cc7bc38cc1
3 changed files with 21 additions and 3 deletions
+7 -1
View File
@@ -1866,10 +1866,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;
@@ -1887,6 +1890,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
@@ -11168,10 +11168,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; }
@@ -11187,6 +11190,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
@@ -11379,10 +11379,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; }
@@ -11398,6 +11401,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;