~bcsaller/juju-gui/svgdefs

« back to all changes in this revision

Viewing changes to app/templates/right-sidebar.partial

  • Committer: Brad Crittenden
  • Date: 2013-07-11 21:28:40 UTC
  • mfrom: (806.4.9 move-zoom)
  • Revision ID: bac@canonical.com-20130711212840-cehiayvcf2nw4qsg
Move zoom slider to the side.

This branch uses the current assets, the default yui3-sam-skin.  Assets
are available for doing the final work but they are not in a form that can
be used at the moment, so this work is landing without the final styling.

R=benji
CC=
https://codereview.appspot.com/11182044

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div class="controls yui3-skin-sam zoom-controls">
 
2
  <img id="zoom-in-btn" src="/juju-ui/assets/images/zoom_plus.png" />
 
3
  <span id="slider-parent"></span>
 
4
  <img id="zoom-out-btn" src="/juju-ui/assets/images/zoom_minus.png" />
 
5
</div>