make logo in the top-left corner nicer

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@463 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2009-08-25 11:03:20 +00:00
parent 9f704dee5c
commit 52360d4927
2 changed files with 15 additions and 11 deletions

View File

@ -75,13 +75,17 @@ body {
#svg_editor #logo {
position: absolute;
top: 1px;
left: 1px;
width: 30px;
height: 30px;
top: 4px;
left: 4px;
padding: 0px;
}
#svg_editor #logo a img {
border: 0;
width: 32px;
height: 32px;
}
#svg_editor #tools_top {
position: absolute;
left: 38px;
@ -292,7 +296,7 @@ div.color_block {
display: none;
}
#svg_source_overlay {
#svg_source_editor #svg_source_overlay {
position: absolute;
top: 0px;
right: 0px;
@ -302,7 +306,7 @@ div.color_block {
opacity: 0.6;
}
#svg_source_container {
#svg_source_editor #svg_source_container {
position: absolute;
top: 30px;
left: 30px;
@ -313,7 +317,7 @@ div.color_block {
text-align: center;
}
#svg_source_textarea {
#svg_source_editor #svg_source_textarea {
position: relative;
width: 95%;
top: 5px;
@ -322,11 +326,11 @@ div.color_block {
font-size: 12px;
}
#tool_source_back {
#svg_source_editor #tool_source_back {
text-align: left;
padding-left: 20px;
}
#tool_source_back button {
#svg_source_editor #tool_source_back button {
margin: 10px;
}
}

View File

@ -33,7 +33,7 @@
<div id="logo">
<a href="http://svg-edit.googlecode.com/" target="_blank" title="SVG-edit Home Page">
<img src="images/logo.png" width="32" height="32"/>
<img src="images/logo.png" alt="logo" />
</a>
</div>