lock icon style fixed to match quitter style

This commit is contained in:
Marcus Moeller 2015-02-12 22:26:34 +01:00
parent a1061c7145
commit 41baba9ed3
3 changed files with 9 additions and 0 deletions

View File

@ -973,6 +973,15 @@ background:none;
height: 60px;
}
.checkbox-wrapper.unchecked label.checkbox {
background: url("../images/lock_open.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.checkbox-wrapper.checked label.checkbox {
background: url("../images/lock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.form_notice label.notice_data-attach {
background-image:none;
display: block;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

After

Width:  |  Height:  |  Size: 626 B