From 87811c0fb800d93a0c4a697ee1983eb21220abdc Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 14 Oct 2009 02:50:07 +0000 Subject: [PATCH] More tweaking to the Layers panel. Added some missing API doc files. git-svn-id: http://svg-edit.googlecode.com/svn/trunk@820 eee81c28-f429-11dd-99c0-75d572ba1ddd --- docs/search/FunctionsM.html | 20 ++++++++++++++++++++ docs/search/FunctionsO.html | 20 ++++++++++++++++++++ docs/search/FunctionsR.html | 20 ++++++++++++++++++++ docs/search/GeneralA.html | 20 ++++++++++++++++++++ docs/search/GeneralL.html | 20 ++++++++++++++++++++ docs/search/GeneralM.html | 20 ++++++++++++++++++++ docs/search/GeneralO.html | 20 ++++++++++++++++++++ docs/search/GeneralR.html | 20 ++++++++++++++++++++ editor/svg-editor.css | 33 +++++++++++++++++++-------------- editor/svg-editor.js | 2 +- 10 files changed, 180 insertions(+), 15 deletions(-) create mode 100644 docs/search/FunctionsM.html create mode 100644 docs/search/FunctionsO.html create mode 100644 docs/search/FunctionsR.html create mode 100644 docs/search/GeneralA.html create mode 100644 docs/search/GeneralL.html create mode 100644 docs/search/GeneralM.html create mode 100644 docs/search/GeneralO.html create mode 100644 docs/search/GeneralR.html diff --git a/docs/search/FunctionsM.html b/docs/search/FunctionsM.html new file mode 100644 index 00000000..6fd8b399 --- /dev/null +++ b/docs/search/FunctionsM.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/FunctionsO.html b/docs/search/FunctionsO.html new file mode 100644 index 00000000..76f92f65 --- /dev/null +++ b/docs/search/FunctionsO.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/FunctionsR.html b/docs/search/FunctionsR.html new file mode 100644 index 00000000..6ac35c73 --- /dev/null +++ b/docs/search/FunctionsR.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/GeneralA.html b/docs/search/GeneralA.html new file mode 100644 index 00000000..6e5d1c8a --- /dev/null +++ b/docs/search/GeneralA.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/GeneralL.html b/docs/search/GeneralL.html new file mode 100644 index 00000000..010b70c0 --- /dev/null +++ b/docs/search/GeneralL.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/GeneralM.html b/docs/search/GeneralM.html new file mode 100644 index 00000000..6fd8b399 --- /dev/null +++ b/docs/search/GeneralM.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/GeneralO.html b/docs/search/GeneralO.html new file mode 100644 index 00000000..76f92f65 --- /dev/null +++ b/docs/search/GeneralO.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/docs/search/GeneralR.html b/docs/search/GeneralR.html new file mode 100644 index 00000000..6ac35c73 --- /dev/null +++ b/docs/search/GeneralR.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
Loading...
Searching...
No Matches
\ No newline at end of file diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 175af9ee..2c7938fd 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -63,7 +63,7 @@ body { top: 75px; left: 40px; bottom: 60px; - right: 149px; + right: 10px; background-color: #A0A0A0; border: 1px solid #808080; overflow: auto; @@ -75,8 +75,8 @@ body { top: 75px; bottom: 60px; right: 0px; - width: 130px; - padding: 12px; + width: 2px; + padding: 10px; border-color: #808080; border-style: solid; border-width: 1px; @@ -90,13 +90,19 @@ body { top: 1px; bottom: 0px; right: 0px; - width: 120px; - overflow-y: scroll; - padding-left: 12px; - padding-right: 12px; + width: 0px; + overflow: hidden; margin: 0px; + border-radius: 10px 0px 0px 10px; + -moz-border-radius: 10px 0px 0px 10px; + -webkit-border-radius: 10px 0px 0px 10px; } +/* + border-style: solid; + border-color: #666; + border-width: 0px 0px 0px 1px; +*/ #svg_editor #sidepanel_handle { display: inline-block; position: absolute; @@ -104,19 +110,18 @@ body { left: 0px; top: 40%; width: 1em; - border-style: solid; - border-color: #666; - border-width: 1px; - padding: 2px 1px 2px 4px; + padding: 5px 1px 5px 5px; cursor: pointer; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; -moz-user-select: none; } #svg_editor #sidepanel_handle:hover { - border-width: 2px; - margin-top: -1px; - margin-left: -1px; + font-weight: bold; } + #svg_editor #sidepanel_handle * { cursor: pointer; -moz-user-select: none; diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 2aae6574..79e31117 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -1265,7 +1265,7 @@ function svg_edit_setup() { if (deltax == 0) return; sidedrag = evt.pageX; var sidewidth = parseInt($('#sidepanels').css('width'))+deltax; - if (sidewidth <= 156 && sidewidth >= 10) { + if (sidewidth <= 130 && sidewidth >= 1) { var workarea = $('#workarea'); var sidepanels = $('#sidepanels'); var layerpanel = $('#layerpanel');