more of create

This commit is contained in:
Marc Wäckerlin
2016-01-28 15:42:23 +00:00
parent 33a18f5182
commit e4f48c46d2
4 changed files with 133 additions and 68 deletions

View File

@@ -21,15 +21,19 @@ div {
overflow: auto;
}
svg {
#main svg, #preview svg {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
z-index: -1;
position: relative;
display: block;
margin: auto;
}
#preview svg {
padding-top: 2em;
}
ul li {
margin-left: 1em;
}
@@ -55,10 +59,22 @@ fieldset {
border: 1px solid black;
}
select {
width: 100%;
}
.listbutton {
width: 100%;
}
input:invalid {
background-color: #FDD;
}
form:invalid input[type=submit] {
opacity: .5;
pointer-events: none;
}
table {
width: 100%;
}
@@ -132,14 +148,17 @@ table.docker li+li {
display: inline;
}
#status {
#statusbar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0 1em 0 1em;
text-align: right;
color: white;
}
#status: {
float: right;
}
@media (max-width: 45em) {
#username {
@@ -159,17 +178,24 @@ table.docker li+li {
color: black;
}
#menuicon, #imagetools img, #close {
.btn {
cursor: pointer;
height: 1em;
width: auto;
border: 1px dotted blue;
opacity: 0.8;
}
.btn:hover {
border: 1px dotted white;
opacity: 2.0;
}
#menu {
clear: both;
position: relative;
padding: 1em 0em 1em 0em;
margin: 0 1em 0 1em;
padding: .5em 0 .5em 0;
margin: 1em 0 0 0;
float: right;
background-color: lightblue;
list-style-type: none;