fs-feedback-creator
Advanced tools
Comparing version 1.0.38 to 1.0.39
@@ -151,4 +151,4 @@ export class FeedbackCreator { | ||
<textarea id="commentTextArea" placeholder="Tell us about your experience..." name="commentTextArea">${this.responseData.comment}</textarea> | ||
</div> | ||
<p id="textUnderTextarea">${this.fb.wgAdditionalMsg}</p> | ||
<p id="textUnderTextarea">${this.fb.wgAdditionalMsg}</p> | ||
</div> | ||
<button id="commentSendButton" disabled>Send</button> | ||
@@ -396,7 +396,7 @@ </div> | ||
text-align: left; | ||
margin-left: 15px; | ||
margin-top: 53%; | ||
margin-left: 5%; | ||
margin-top: 56%; | ||
} | ||
#commentSendButton{ | ||
float: right; border: none; color: #333333; padding: 8px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: not-allowed; margin-top: -12px; margin-right: 17px; background-color: #eaeaeb; | ||
float: right; border: none; color: #333333; padding: 8px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: not-allowed; margin-top: 5px; margin-right: 17px; background-color: #eaeaeb; | ||
} | ||
@@ -412,2 +412,3 @@ #triangle{ | ||
margin-top: -7px; | ||
width: 100%; | ||
} | ||
@@ -414,0 +415,0 @@ #emailModal{ |
{ | ||
"name": "fs-feedback-creator", | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"description": "web-based module that's responsible to inject fullsession feedback modal", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
35427
591