Skip to content
Snippets Groups Projects
Commit a023dead authored by fs959857's avatar fs959857
Browse files

Style changes: Checkbox for posting anonymous, icon for voting/liking comments

parent cf51df58
No related branches found
No related tags found
No related merge requests found
...@@ -521,6 +521,15 @@ body { ...@@ -521,6 +521,15 @@ body {
float: right; float: right;
} }
.path-mod-pdfannotator #anonymousLabel {
margin-left: 5px;
margin-bottom: 0;
}
.path-mod-pdfannotator #anonymousDiv {
margin: 5px 0px;
}
.path-mod-pdfannotator .helperLayer { .path-mod-pdfannotator .helperLayer {
width: 100%; width: 100%;
height: 100%; height: 100%;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="wrappervotessolved"> <div class="wrappervotessolved">
<div class="solved">{{#solvedicon}} <i class="{{classes}}" title="{{title}}"></i> {{/solvedicon}}</div> <div class="solved">{{#solvedicon}} <i class="{{classes}}" title="{{title}}"></i> {{/solvedicon}}</div>
<button class="comment-like-a btn-link" title="{{ voteBtn }}" alt="{{ voteBtn }}"> <button class="comment-like-a btn-link" title="{{ voteBtn }}" alt="{{ voteBtn }}">
<i class="icon fa fa-chevron-up fa-lg" title="{{ voteBtn }}" alt="{{ voteBtn }}"></i> <i class="icon fa fa-thumbs-up fa-fw" title="{{ voteBtn }}" alt="{{ voteBtn }}"></i>
</button> </button>
{{^ isdeleted }} {{# usevotes }} {{^ isdeleted }} {{# usevotes }}
<div class="countVotes" title="{{ voteTitle }}"> {{{ votes }}} </div> <div class="countVotes" title="{{ voteTitle }}"> {{{ votes }}} </div>
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<textarea id="myarea" placeholder="{{# str }} addAComment, pdfannotator {{/ str }}" cols="40" rows="3"></textarea> <textarea id="myarea" placeholder="{{# str }} addAComment, pdfannotator {{/ str }}" cols="40" rows="3"></textarea>
<div id="anonymousDiv" class="row-fluid row"> <div id="anonymousDiv" class="row-fluid row">
<input type="checkbox" name="visibility" value="anonymous" id="anonymousCheckbox" style="width:auto;"><label for="anonymousCheckbox">{{# str }} sendAnonymous, pdfannotator {{/ str }}</label> <input type="checkbox" name="visibility" value="anonymous" id="anonymousCheckbox" style="width:auto;"><label id="anonymousLabel" for="anonymousCheckbox">{{# str }} sendAnonymous, pdfannotator {{/ str }}</label>
</div> </div>
<input id="commentSubmit" class="owner btn btn-primary" type="submit" value="{{# str }} answerButton, pdfannotator {{/ str }}"> <input id="commentSubmit" class="owner btn btn-primary" type="submit" value="{{# str }} answerButton, pdfannotator {{/ str }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment