Fix Issue 394 (trunk): add a few pixels to bottom of dialog

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1155 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2010-01-06 04:35:41 +00:00
parent 2e9c519ea9
commit f50c753277
2 changed files with 4 additions and 12 deletions

View File

@ -781,7 +781,7 @@ button#tool_docprops_cancel {
top: 50%;
width: 300px;
margin-left: -150px;
height: 145px;
height: 150px;
margin-top: -80px;
position:fixed;
z-index:50001;

View File

@ -3,19 +3,11 @@
*
* Licensed under the Apache License, Version 2
*
* Copyright(c) 2009 Alexis Deveria
* Copyright(c) 2009 Pavol Rusnak
* Copyright(c) 2009 Jeff Schiller
* Copyright(c) 2010 Alexis Deveria
* Copyright(c) 2010 Pavol Rusnak
* Copyright(c) 2010 Jeff Schiller
*
*/
/*
TODOs for TransformList:
* go through ungrouping again
* ensure zooming works properly
* ensure undo/redo works perfectly
*/
if(!window.console) {
window.console = {};
window.console.log = function(str) {};