with popup menu

This commit is contained in:
Marc Wäckerlin
2016-01-17 23:07:46 +00:00
parent d15f647ccd
commit ba3eb0e3c6
7 changed files with 425 additions and 121 deletions

View File

@@ -22,6 +22,8 @@ svg {
max-height: 100%;
width: auto;
height: auto;
z-index: -1;
position: relative;
}
form {
@@ -238,6 +240,13 @@ table.docker li+li {
z-index: 0;
}
#popup {
position: fixed;
background-color: lightblue;
border: .1ex solid blue;
text-align: center;
}
.clear {
clear: both;
}