From 5aba283c3d151b50cbcf35136d370d4676640fe0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Jan 2018 12:39:12 +0100 Subject: UI: CSS improvments --- scss/custom.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 6706ec1f9..312048646 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -37,7 +37,6 @@ table.dataTable { font-size: 1em; } - h3, .h3 { font-size: 1.5rem; } @@ -46,11 +45,15 @@ h4, .h4 { font-size: 1.1rem; } +textarea { + height: 150px; +} + .sheet h4 { color: $text-muted; } .container{ margin-top: 1em; - margin-bottom: 5em; + margin-bottom: 8em; } .bg-dark{ @@ -71,11 +74,19 @@ h4, .h4 { } #context-menu, +p.confirm-message, div#validation-bar{ background-color: $ishtar-secondary-color; color: $dark-secondary-color; } +p.confirm-message{ + text-align:center; + margin: 0; + padding: 0.5rem; + font-weight: bold; +} + /* context menu */ #shortcut-menu { width: 700px; -- cgit v1.2.3