unified overlays styling

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2423 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Bruno Heridet
2013-02-18 18:52:07 +00:00
parent 5ce4431658
commit 8eceeb2b3f
3 changed files with 17 additions and 40 deletions

View File

@@ -1074,12 +1074,12 @@ span.zoom_tool {
display: none;
}
#svg_source_editor #svg_source_overlay {
.overlay {
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: black;
opacity: 0.6;
z-index: 5;
@@ -1245,18 +1245,6 @@ span.zoom_tool {
margin-left: 0;
}
#svg_docprops #svg_docprops_overlay,
#svg_prefs #svg_prefs_overlay {
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
background-color: black;
opacity: 0.6;
z-index: 20000;
}
#tool_prefs_option {
float: right;
}
@@ -1303,17 +1291,6 @@ span.zoom_tool {
display: none;
}
#dialog_box_overlay {
background: black;
opacity: .5;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index: 6;
}
#dialog_content {
height: 95px;
margin: 10px 10px 5px 10px;