Minor tweak to style

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1387 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-02-13 04:33:40 +00:00
parent 673b945318
commit 10fee21e86

View File

@@ -1,5 +1,5 @@
body { body {
background: #E8E8E8; background: #D8D8D8;
} }
#svg_editor { #svg_editor {
@@ -106,7 +106,6 @@
#svg_editor #layerpanel { #svg_editor #layerpanel {
display: inline-block; display: inline-block;
background-color: #E8E8E8;
position:absolute; position:absolute;
top: 1px; top: 1px;
bottom: 0px; bottom: 0px;
@@ -124,7 +123,8 @@
#svg_editor #sidepanel_handle { #svg_editor #sidepanel_handle {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
background-color: #E8E8E8; background-color: #D8D8D8;
font-weight: bold;
left: 0px; left: 0px;
top: 40%; top: 40%;
width: 1em; width: 1em;
@@ -247,17 +247,19 @@
left: 4px; left: 4px;
} }
#svg_editor #main_icon { #svg_editor #main_icon {
background: #E8E8E8;
position: relative; position: relative;
top: -2px; top: -2px;
left: -2px; left: -2px;
padding: 1px 0 2px 1px; padding: 1px 0 2px 1px;
width: 44px; width: 44px;
height: 30px; height: 30px;
border-left: 1px solid #EEE; border-left: 1px solid #FFF;
border-top: 1px solid #EEE; border-top: 1px solid #FFF;
border-right: 1px solid #CCC; border-right: 1px solid #808080;
border-bottom: 1px solid #CCC; border-bottom: 1px solid #808080;
border-radius: 8px; border-radius: 8px;
-moz-border-radius: 8px; -moz-border-radius: 8px;
-webkit-border-radius: 8px; -webkit-border-radius: 8px;
@@ -376,7 +378,6 @@
top: 75px; top: 75px;
left: 0; left: 0;
padding-left: 2px; padding-left: 2px;
background: #E8E8E8;
z-index: 4; z-index: 4;
} }
@@ -556,8 +557,8 @@ span.zoom_tool {
width: 24px; width: 24px;
margin: 2px; margin: 2px;
padding: 2px; padding: 2px;
border-left: 1px solid #FFFFFF; border-left: 1px solid #FFF;
border-top: 1px solid #FFFFFF; border-top: 1px solid #FFF;
border-right: 1px solid #808080; border-right: 1px solid #808080;
border-bottom: 1px solid #808080; border-bottom: 1px solid #808080;
background-color: #E8E8E8; background-color: #E8E8E8;