This commit is contained in:
HarshKhandeparkar
2018-12-23 17:27:58 +05:30
parent d49acd504e
commit 5288973a48
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ window.onload = function() {
img.src = src;
$(img).css("max-width", "200%");
$(img).css("transform", "translateX(-20%)");
var stepDiv = $('#addStep #quick-btn-row').find('div').each(function() {
var stepDiv = $('#addStep .row').find('div').each(function() {
if ($(this).find('div').attr('data-value') === previewStepName) {
$(this).find('div').append(img);
}

View File

@@ -86,7 +86,7 @@
<div class="form-inline">
<div class="panel-body">
<p class="info">Select a new module to add to your sequence.</p>
<div class="row center-align radio-group" id="quick-btn-row">
<div class="row center-align radio-group">
<div>
<div class="radio" data-value="brightness">
<i class="fa fa-sun-o fa-4x i-over"></i>