Made several minor visual improvements

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1899 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2011-01-07 18:37:21 +00:00
parent a14e02d71c
commit 1b7e991bfe
3 changed files with 3 additions and 4 deletions

View File

@ -91,7 +91,6 @@ div.jGraduate_GradContainer {
div.jGraduate_GradContainer div.grad_coord {
background: #000;
border: 1px solid #fff;
z-index: 2;
border-radius: 5px;
-moz-border-radius: 5px;
width: 10px;

View File

@ -780,7 +780,7 @@ span.zoom_tool {
display: none;
background: #E8E8E8;
height: 350px;
z-index: 4;
z-index: 5;
}
#svg_editor .tools_flyout {

View File

@ -2694,7 +2694,7 @@
$('#canvas_height').val(res.h);
$('#canvas_title').val(svgCanvas.getDocumentTitle());
$('#svg_docprops').fadeIn();
$('#svg_docprops').show();
};
@ -2726,7 +2726,7 @@
$('#grid_snapping_on').removeAttr('checked');
}
$('#svg_prefs').fadeIn();
$('#svg_prefs').show();
};
var properlySourceSizeTextArea = function(){