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