First attempt at Issue 69: little arrow for flyout menus

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@418 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-08-20 14:41:32 +00:00
parent 4e17c00920
commit eee1027964
3 changed files with 13 additions and 2 deletions

View File

@@ -161,6 +161,15 @@ div.color_block {
vertical-align:12px;
}
/* TODO: figure out why there is a couple pixels between
the tools with a flyout arrow */
#svg_editor .flyout_arrow_horiz {
float: right;
position: relative;
top: -13px;
left: -4px;
}
#svg_editor .tool_button, #svg_editor .tool_button_current, #svg_editor .tool_button_disabled {
height: 24px;
width: 24px;