diff --git a/static_files/style.css b/static_files/style.css index dda779d..5c108dc 100644 --- a/static_files/style.css +++ b/static_files/style.css @@ -2,9 +2,21 @@ display: flex; flex-direction: row; justify-content: space-between; + align-items: center; margin-right: 2em; } +.top_bar_side { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: baseline; +} + +.top_bar_side > * { + padding: 0 0.5em; +} + .truth_page_body { display: flex; flex-direction: row; @@ -41,6 +53,10 @@ margin-bottom: 1em; } +.truth_edit_form { + margin-bottom: 1em; +} + .graph { display: flex; flex-direction: column; @@ -85,6 +101,23 @@ } } +.login { + display: flex; + flex-direction: column; +} + +.login > * { + padding-bottom: 0.1em; +} + +.login > label { + align-self: flex-end; +} + +.login > b { + align-self: center; +} + /* Global styling */ hr {