adding missing styling to the ignore button in quattro
This commit is contained in:
parent
d3bb944700
commit
a33ca89bb7
|
@ -2100,6 +2100,15 @@ ul.tabs li .active {
|
|||
height: 110px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.profile-match-wrapper .drop {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
left: -10px;
|
||||
}
|
||||
.profile-match-wrapper .drophide {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block;
|
||||
|
|
|
@ -2100,6 +2100,15 @@ ul.tabs li .active {
|
|||
height: 110px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.profile-match-wrapper .drop {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
left: -10px;
|
||||
}
|
||||
.profile-match-wrapper .drophide {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block;
|
||||
|
|
|
@ -2100,6 +2100,15 @@ ul.tabs li .active {
|
|||
height: 110px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.profile-match-wrapper .drop {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
left: -10px;
|
||||
}
|
||||
.profile-match-wrapper .drophide {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block;
|
||||
|
|
|
@ -1426,6 +1426,13 @@ ul.tabs {
|
|||
width: 110px;
|
||||
height: 110px;
|
||||
margin-bottom: 20px;
|
||||
.drop {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block; width: 22px; height: 22px;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
left: -10px;
|
||||
}
|
||||
.drophide {
|
||||
background-image: url('../../../images/icons/22/delete.png');
|
||||
display: block; width: 22px; height: 22px;
|
||||
|
|
Loading…
Reference in a new issue