From 3fc482ed5cd9c68d3a74c024e2e58f271f94f12c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 25 Jan 2021 14:36:47 +0100 Subject: Notebox styling to lightblue background and no border. Form label display inline-block. --- style.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index d322591..fb6a15b 100644 --- a/style.scss +++ b/style.scss @@ -267,8 +267,8 @@ body { max-width: 48em; margin-right: 2em; // - color: gray !important; - background-color: none; + color: none !important; + background-color: lightblue; margin-left: 0; text-align: center; } @@ -347,6 +347,12 @@ th { padding: 0 1em 0 0; } +//Form +.fb_label { + display: inline-block; + widht: 8em; +} + .inlinepage { border: 0; padding: 1em 5%; -- cgit v1.2.3