From 1e4655b6b64181c233d25b8089f875fe64b46920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 May 2023 03:46:58 +0200 Subject: [PATCH] RVRNEXT-11 style improvements --- public/static/css/rvr.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/public/static/css/rvr.css b/public/static/css/rvr.css index 59ecdb4..eb49866 100644 --- a/public/static/css/rvr.css +++ b/public/static/css/rvr.css @@ -108,6 +108,10 @@ p.small, span.small, td.small { font-size: 14px; } +p.big, span.big, td.big { + font-size: 18px; +} + .red { color: #a80908; } @@ -255,11 +259,11 @@ button.red:enabled:hover, button.red:enabled:focus, a.button.red:hover, a.button } button.yellow, a.button.yellow { - background-color: #e8a349; + background-color: #daa520; } button.yellow:enabled:hover, button.yellow:enabled:focus, a.button.yellow:hover, a.button.yellow:focus { - background-color: #c37713; + background-color: #b8860b; } button.green, a.button.green { @@ -397,7 +401,7 @@ header>p { } header>p>span { - padding-left: 6px; + padding-left: 8px; } header>p>span>a:link, header>p>span>a:visited { @@ -410,7 +414,7 @@ header>p>span>a:hover, header>p>span>a:focus { header>p>span:not(:last-child) { border-right: solid white 1px; - padding-right: 6px; + padding-right: 8px; } main { @@ -537,6 +541,15 @@ p.formLabel { font-size: 14px; } +span.label { + border-radius: 3px; + background-color: #555555; + color: #ffffff; + padding: 2px 4px; + font-weight: bold; + font-size: 13px; +} + @media screen and (max-width: 424px) { div.gridContainer { grid-template-columns: auto;