From f31b9e897b2c0305e141deba86bfc57e0f62407a Mon Sep 17 00:00:00 2001 From: Valentin Korenjak Date: Wed, 13 May 2026 23:05:42 +0200 Subject: [PATCH] informacije o posebnih kodah v dialogu o programu --- web/static/styles.css | 25 +++++++++++++++++++++++++ web/templates/index.html | 11 +++++++++++ 2 files changed, 36 insertions(+) diff --git a/web/static/styles.css b/web/static/styles.css index 0fe155a..703870e 100644 --- a/web/static/styles.css +++ b/web/static/styles.css @@ -533,6 +533,31 @@ textarea.form-control { font-size: 0.95rem; } +.about-codes-section { + text-align: left; + background: rgba(255, 255, 255, 0.05); + padding: 15px; + border-radius: 8px; + margin-bottom: 20px; +} + +.about-codes-section h3 { + margin-top: 0; + font-size: 1rem; + color: #1f8a46; +} + +.about-codes-list { + list-style: none; + padding: 0; + margin: 10px 0 0 0; +} + +.about-codes-list li { + margin-bottom: 5px; + font-size: 0.95rem; +} + .btn-primary { background-color: #1f8a46; color: white; diff --git a/web/templates/index.html b/web/templates/index.html index 06f13b6..b3db2d1 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -95,6 +95,17 @@

Avtorji:

+
+

Posebne kode:

+ +