Moving zoom panel to the bottom to give more room at the top
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@658 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
BIN
editor/images/flyup.gif
Normal file
BIN
editor/images/flyup.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 B |
@@ -207,7 +207,7 @@ span.zoom_tool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#zoom_dropdown button {
|
#zoom_dropdown button {
|
||||||
background: transparent 3px 8px url('images/dropdown.gif') no-repeat;
|
background: transparent 3px 8px url('images/flyup.gif') no-repeat;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
margin: 6px 0 0 3px;
|
margin: 6px 0 0 3px;
|
||||||
@@ -232,7 +232,7 @@ span.zoom_tool {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
left: -93px;
|
left: -93px;
|
||||||
top: 30px;
|
bottom: 26px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -57,28 +57,6 @@
|
|||||||
<div class="tool_button tool_button_disabled" id="tool_redo" title="Redo [Y]"></div>
|
<div class="tool_button tool_button_disabled" id="tool_redo" title="Redo [Y]"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Zoom buttons -->
|
|
||||||
<div id="zoom_panel">
|
|
||||||
<img class="tool_sep" src="images/sep.png" alt="|"/>
|
|
||||||
<span class="zoom_tool">zoom:</span>
|
|
||||||
<input id="zoom" class="zoom_tool" title="Change zoom level" alt="Zoom %" size="3" value="100" type="text"/>
|
|
||||||
<div id="zoom_dropdown">
|
|
||||||
<button></button>
|
|
||||||
<ul>
|
|
||||||
<li>100%</li>
|
|
||||||
<li data-val="content">Fit to content</li>
|
|
||||||
<li data-val="selection">Fit to selection</li>
|
|
||||||
<li data-val="canvas">Fit to canvas</li>
|
|
||||||
<li>25%</li>
|
|
||||||
<li>50%</li>
|
|
||||||
<li>100%</li>
|
|
||||||
<li>200%</li>
|
|
||||||
<li>400%</li>
|
|
||||||
<li>1000%</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Buttons when a single element is selected -->
|
<!-- Buttons when a single element is selected -->
|
||||||
<div id="selected_panel">
|
<div id="selected_panel">
|
||||||
<img class="tool_sep" src="images/sep.png" alt="|"/>
|
<img class="tool_sep" src="images/sep.png" alt="|"/>
|
||||||
@@ -248,6 +226,28 @@
|
|||||||
|
|
||||||
<div id="tools_bottom" class="tools_panel">
|
<div id="tools_bottom" class="tools_panel">
|
||||||
|
|
||||||
|
<!-- Zoom buttons -->
|
||||||
|
<div id="zoom_panel">
|
||||||
|
<span class="zoom_tool">zoom:</span>
|
||||||
|
<input id="zoom" class="zoom_tool" title="Change zoom level" alt="Zoom %" size="3" value="100" type="text"/>
|
||||||
|
<div id="zoom_dropdown">
|
||||||
|
<button></button>
|
||||||
|
<ul>
|
||||||
|
<li>100%</li>
|
||||||
|
<li data-val="content">Fit to content</li>
|
||||||
|
<li data-val="selection">Fit to selection</li>
|
||||||
|
<li data-val="canvas">Fit to canvas</li>
|
||||||
|
<li>25%</li>
|
||||||
|
<li>50%</li>
|
||||||
|
<li>100%</li>
|
||||||
|
<li>200%</li>
|
||||||
|
<li>400%</li>
|
||||||
|
<li>1000%</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<img class="tool_sep" src="images/sep.png" alt="|"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="tools_bottom_2">
|
<div id="tools_bottom_2">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user