Commit 723fe28a authored by RawKStar77's avatar RawKStar77

Reposition and style show differences checkbox

parent a106f6cd
...@@ -59,6 +59,11 @@ ...@@ -59,6 +59,11 @@
font-size: .923em; font-size: .923em;
} }
.show-differences {
border-left: 3px solid #D3D3D3;
padding: 0.3em 0.615em;
}
//PRIVACY CONTROL//////////////////////////// //PRIVACY CONTROL////////////////////////////
privacy { privacy {
......
...@@ -52,13 +52,13 @@ ...@@ -52,13 +52,13 @@
<blockquote class="annotation-quote" <blockquote class="annotation-quote"
ng-bind-html="target.diffHTML" ng-bind-html="target.diffHTML"
ng-show="target.diffHTML && vm.showDiff"></blockquote> ng-show="target.diffHTML && vm.showDiff"></blockquote>
</section> <div class="small show-differences"
<div class="small pull-right"
ng-show="vm.hasDiff"> ng-show="vm.hasDiff">
<input type="checkbox" <input type="checkbox"
ng-model="vm.showDiff" ng-model="vm.showDiff"
ng-click="$event.stopPropagation()"> Show differences</input> ng-click="$event.stopPropagation()"> Show differences</input>
</div> </div>
</section>
<!-- / Excerpts -- > <!-- / 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