From 64114e01589a61dbcbbb3470cd9386baf84049be Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Oct 2016 14:29:00 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 2 +- frontend/web/js/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index ef0793e..990e74e 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1095,7 +1095,7 @@ footer .socbuts a:hover{ padding: 8px 17px; padding-right: 0; } -.spoiler label.checked { +.spoiler #orderform-username .l_check label { background: url('../images/knopkach.png'); background-position: left 5px; background-repeat: no-repeat; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index af818cd..05d7352 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,6 +53,6 @@ $(document).ready(function(){ } return false; }); - $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("dfhdggf"); + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("l_check"); }); \ No newline at end of file -- libgit2 0.21.4