make square/circle selecting more cooler :-)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@21 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-06-03 15:00:48 +00:00
parent d01e3497b5
commit 23badac757
7 changed files with 76 additions and 28 deletions

View File

@@ -116,7 +116,7 @@
border-bottom: 1px solid #808080;
}
#tools_rect, #tools_circle {
#tools_rect, #tools_ellipse {
position: absolute;
display: none;
height: 28px;
@@ -126,9 +126,33 @@
float: left;
}
#tools_rect div, #tools_circle div {
#tool_square {
background: 2px 2px url('images/square.png') no-repeat;
}
#tool_rect {
background: 2px 2px url('images/rect.png') no-repeat;
}
#tool_fhrect {
background: 2px 2px url('images/path.png') no-repeat;
}
#tool_circle {
background: 2px 2px url('images/circle.png') no-repeat;
}
#tool_ellipse {
background: 2px 2px url('images/ellipse.png') no-repeat;
}
#tool_fhellipse {
background: 2px 2px url('images/path.png') no-repeat;
}
#tools_rect div, #tools_ellipse div {
float: left;
background: #E8E8E8;
background-color: #E8E8E8;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #808080;