css fixes

This commit is contained in:
JFH
2020-12-21 00:50:25 +01:00
parent 88690b6a2b
commit aaf04adcf5
3 changed files with 26 additions and 44 deletions

View File

@@ -416,31 +416,6 @@ hr {
margin-top: 5px;
}
#fill_color, #stroke_color {
height: 16px;
width: 16px;
border: 1px solid #808080;
cursor: pointer;
overflow: hidden;
}
#fill_color, #stroke_color {
height: 16px;
width: 16px;
border: 1px solid #808080;
cursor: pointer;
overflow: hidden;
}
.color_block {
top: 0;
left: 0;
}
.color_block svg {
display: block;
}
#tools_left {
position: absolute;
border-right: none;
@@ -695,20 +670,12 @@ input[type=text] {
display: none;
}
#color_picker {
position: absolute;
display: none;
background: #E8E8E8;
height: 350px;
z-index: 5;
}
#tools_bottom {
position: absolute;
left: 40px;
right: 0;
bottom: 0;
height: 40px;
height: 33px;
overflow: visible;
}
@@ -754,10 +721,7 @@ input[type=text] {
#toggle_stroke_tools:hover {
background: white;
}
.color_tool > * {
float: left;
margin-right: 5px;
}
#tool_opacity { right: 0;}
#tool_opacity {
@@ -883,10 +847,6 @@ ul li.current {
margin-left: 30px;
}
#bg_blocks .color_block {
position: static;
}
#svg_docprops #svg_docprops_container,
#svg_prefs #svg_prefs_container {
position: absolute;