diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-19 00:50:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-19 00:50:05 +0200 |
| commit | 64e8c03dea044752bf3f2f228462721fe565f950 (patch) | |
| tree | 41b48b67f69979bfc97be166129ee41c8dcb0c7f /public/assets/css/css.css | |
| parent | 11a70bc347587219b2ec7b63cf4a6ff69bb4199b (diff) | |
refactor all the worker stuff
Diffstat (limited to 'public/assets/css/css.css')
| -rw-r--r-- | public/assets/css/css.css | 12 |
1 files changed, 11 insertions, 1 deletions
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; |
