diff --git a/domain-server/resources/web/assignment/css/style.css b/domain-server/resources/web/assignment/css/style.css index 000f2eff67..b6c26ca9fd 100644 --- a/domain-server/resources/web/assignment/css/style.css +++ b/domain-server/resources/web/assignment/css/style.css @@ -36,11 +36,22 @@ body { } #deploy-button { background-color: #0DFFBB; - right: 0px; + right: 85px; } #deploy-button:hover { background-color: #28FF57; } + +#instance-field { + position: absolute; + right: 20px; + top: 40px; +} + +#instance-field input { + width: 80px; +} + #stop-button { background-color: #CC1F00; right: 0px; diff --git a/domain-server/resources/web/assignment/index.shtml b/domain-server/resources/web/assignment/index.shtml index fe47b818ed..0bc0e67eef 100644 --- a/domain-server/resources/web/assignment/index.shtml +++ b/domain-server/resources/web/assignment/index.shtml @@ -14,6 +14,9 @@ Run +