summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/css.css')
-rw-r--r--public/assets/css/css.css12
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;