Commit 723fe28a authored by RawKStar77's avatar RawKStar77

Reposition and style show differences checkbox

parent a106f6cd
......@@ -59,6 +59,11 @@
font-size: .923em;
}
.show-differences {
border-left: 3px solid #D3D3D3;
padding: 0.3em 0.615em;
}
//PRIVACY CONTROL////////////////////////////
privacy {
......
......@@ -52,13 +52,13 @@
<blockquote class="annotation-quote"
ng-bind-html="target.diffHTML"
ng-show="target.diffHTML && vm.showDiff"></blockquote>
</section>
<div class="small pull-right"
<div class="small show-differences"
ng-show="vm.hasDiff">
<input type="checkbox"
ng-model="vm.showDiff"
ng-click="$event.stopPropagation()"> Show differences</input>
</div>
</div>
</section>
<!-- / Excerpts -- >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment