diff --git a/src/main/resources/static/css/commons/r11form.css b/src/main/resources/static/css/commons/r11form.css index eea242e..469813e 100644 --- a/src/main/resources/static/css/commons/r11form.css +++ b/src/main/resources/static/css/commons/r11form.css @@ -163,9 +163,10 @@ } -.headline { +.float-left { display: flex; justify-content: left; + width: 100%; } .version-span { @@ -174,7 +175,7 @@ color: rgba(85,85,85,0.555); } -.tool-window { +.block-display { display: block; } @@ -227,20 +228,36 @@ margin: 3px 0; } -.medium-input { +.quater-width { + width: 25%; +} + +.half-width { width: 50%; } -.small-input { - width: 30%; +.half-width.with-padding { + width: 45%; } -.large-input { +.max-width { width: 100%; } -.large-button { - width: 100%; +.max-width.with-padding { + width: 94%; +} + +.max-height { + height: 100%; +} + +.max-height.with-padding { + height: 90%; +} + +.small-margins { + margin: 3%; } .small-vertical-margin { diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html index 2891961..bd64b5d 100644 --- a/src/main/resources/static/html/mock.html +++ b/src/main/resources/static/html/mock.html @@ -3,33 +3,39 @@