Fixed issue 135: Missing the ability to align a single object (relative to page). Also started converting labels to icons

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1526 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-04-16 19:16:44 +00:00
parent 75c5d09bd5
commit 91b033a470
5 changed files with 122 additions and 28 deletions

View File

@@ -601,6 +601,16 @@ span.zoom_tool {
}
#svg_editor .icon_label {
float: left;
padding-top: 3px;
padding-right: 3px;
}
#svg_editor .width_label {
padding-right: 5px;
}
#tool_bold, #tool_italic {
font: bold 2.1em/1.1em serif;
text-align: center;
@@ -741,7 +751,8 @@ span.zoom_tool {
}
#svg_editor .stroke_tool.down div div,
#svg_editor .stroke_tool.down button {
#svg_editor .stroke_tool.down button,
#tools_top .dropdown.down > * {
border: 1px inset gray;
background: #F4E284;
}
@@ -754,6 +765,12 @@ span.zoom_tool {
float: left;
}
#tools_top .dropdown div {
border: 1px solid transparent;
margin-top: 3px;
}
#option_lists ul {
display: none;
position: absolute;
@@ -764,6 +781,15 @@ span.zoom_tool {
padding-left: 0;
}
#option_lists #position_opts {
width: 90px;
margin-left: -32px;
}
#option_lists #position_opts li {
float: left;
}
#svg_editor ul li.current {
background-color: #F4E284;
}