run build

This commit is contained in:
jfh
2020-11-10 23:02:58 +01:00
parent b692a32f70
commit cdd0eaf0be
137 changed files with 549 additions and 869 deletions

View File

@@ -576,14 +576,6 @@ input[type=text] {
z-index: 11;
}
.flyout_arrow_horiz {
position: absolute;
bottom: -1px;
right: 0;
z-index: 10;
}
span.zoom_tool {
line-height: 26px;
padding: 3px;
@@ -767,32 +759,6 @@ span.zoom_tool {
z-index: 5;
}
.tools_flyout {
position: absolute;
display: none;
cursor: pointer;
width: 400px;
z-index: 1;
}
.tools_flyout_v {
position: absolute;
display: none;
cursor: pointer;
width: 30px;
}
.tools_flyout .tool_button {
float: left;
background-color: #E8E8E8;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
height: 28px;
width: 28px;
}
#tools_bottom {
position: absolute;
left: 40px;
@@ -1342,18 +1308,6 @@ ul li.current {
border: 1px solid #000;
}
/* Necessary to keep the flyouts sized properly */
.tools_flyout .tool_button,
.tools_flyout .tool_flyout {
padding: 2px;
width: 24px;
height: 24px;
margin: 0;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
/* Generic context menu styles */
.contextMenu {
position: absolute;