Added option to set column count on dropdown lists, set marker columns to be 3 wide, fixed bug occuring on open path creation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1588 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -811,12 +811,22 @@ span.zoom_tool {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#option_lists #position_opts {
|
||||
width: 90px;
|
||||
margin-left: -32px;
|
||||
#option_lists .optcols2 {
|
||||
width: 70px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
#option_lists #position_opts li {
|
||||
#option_lists .optcols3 {
|
||||
width: 90px;
|
||||
margin-left: -31px;
|
||||
}
|
||||
|
||||
#option_lists .optcols4 {
|
||||
width: 130px;
|
||||
margin-left: -44px;
|
||||
}
|
||||
|
||||
#option_lists ul[class^=optcols] li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user