Rollback bad revision 2075

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2076 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2012-03-31 18:02:08 +00:00
parent b0aa96bdec
commit 7e6a6e68a1
4 changed files with 16 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
body {
body {
background: #D0D0D0;
}
@@ -222,29 +222,19 @@ html, body, div{
border-width: 1px;
border-left: none;
}
#svg_editor #sidepanels #toolpalettes{
#svg_editor #layerpanel {
display: inline-block;
position:absolute;
padding: 10px;
top: 0;
bottom: 0;
right: 0;
left:0;
overflow-y:auto;
overflow-x:hidden;
display:none;
}
#svg_editor #sidepanels .toolpalette{
padding-left:10px;
margin-right:10px;
margin-bottom:10px;
display:none;
top: 1px;
bottom: 0px;
right: 0px;
width: 0px;
overflow: auto;
margin: 0px;
-moz-user-select: none;
-webkit-user-select: none;
border-top:2px solid gray;
width:100%;
}
/*