Commit 64114e01589a61dbcbbb3470cd9386baf84049be

Authored by Eugeny Galkovskiy
1 parent 8de38ad2

123

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
@@ -1095,7 +1095,7 @@ footer .socbuts a:hover{ @@ -1095,7 +1095,7 @@ footer .socbuts a:hover{
1095 padding: 8px 17px; 1095 padding: 8px 17px;
1096 padding-right: 0; 1096 padding-right: 0;
1097 } 1097 }
1098 -.spoiler label.checked { 1098 +.spoiler #orderform-username .l_check label {
1099 background: url('../images/knopkach.png'); 1099 background: url('../images/knopkach.png');
1100 background-position: left 5px; 1100 background-position: left 5px;
1101 background-repeat: no-repeat; 1101 background-repeat: no-repeat;
frontend/web/js/script.js
@@ -53,6 +53,6 @@ $(document).ready(function(){ @@ -53,6 +53,6 @@ $(document).ready(function(){
53 } 53 }
54 return false; 54 return false;
55 }); 55 });
56 - $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("dfhdggf"); 56 + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("l_check");
57 57
58 }); 58 });
59 \ No newline at end of file 59 \ No newline at end of file