Commit aa60b14c authored by Dan Whaley's avatar Dan Whaley

Merge pull request #1721 from hypothesis/style-show-differences-checkbox

Reposition and style show differences checkbox
parents a106f6cd 723fe28a
...@@ -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