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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user