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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user