Fixed minor CSS bug, changed status to Beta
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1532 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
ff7af498a3
commit
34fab80fbc
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
#svg_editor #color_tools .icon_label {
|
#svg_editor #color_tools .icon_label {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
height: 23px;
|
height: 26px;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -622,6 +622,10 @@ span.zoom_tool {
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#svg_editor .width_label {
|
#svg_editor .width_label {
|
||||||
|
|
|
@ -505,7 +505,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||||
<div id="tools_bottom_3">
|
<div id="tools_bottom_3">
|
||||||
<div id="palette_holder"><div id="palette" title="Click to change fill color, shift-click to change stroke color"></div></div>
|
<div id="palette_holder"><div id="palette" title="Click to change fill color, shift-click to change stroke color"></div></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="copyright">Powered by <a href="http://svg-edit.googlecode.com/" target="_blank">SVG-edit v2.5-preAlpha</a></div>
|
<div id="copyright">Powered by <a href="http://svg-edit.googlecode.com/" target="_blank">SVG-edit v2.5-Beta</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="option_lists">
|
<div id="option_lists">
|
||||||
|
|
Loading…
Reference in New Issue