From 64e8c03dea044752bf3f2f228462721fe565f950 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 19 Jul 2017 00:50:05 +0200 Subject: refactor all the worker stuff --- public/assets/css/css.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'public/assets/css') diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 84c0fd6..4509ea1 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -3,7 +3,7 @@ html,body { padding: 0; width: 100%; height: 100%; - background: #000; + background: #fff; background-size: contain; background-position: bottom left; background-repeat: no-repeat; @@ -28,6 +28,15 @@ html,body,input,button,textarea,.fileUploadButton { justify-content: flex-start; align-content: flex-start; } +.header > div { + flex: 1; +} +.header .title { + font-weight: bold; +} +.header > div:last-child { + text-align: right; +} .columns { display: flex; @@ -79,6 +88,7 @@ h1 { } .form > div { margin-bottom: 10px; + padding: 5px; } label { width: 150px; -- cgit v1.2.3-70-g09d2