From b3c07bce00e25b346540be1465f3612ba16bb263 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 22 Feb 2020 18:09:24 +0000 Subject: [PATCH] Event button style --- epicyon-profile.css | 24 ++++++++++++++++++++++++ webinterface.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index da2466160..996187214 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -694,6 +694,18 @@ div.gallery img { cursor: pointer; margin: 5px; } + .buttonevent { + border-radius: var(--button-corner-radius); + background-color: var(--button-background); + border: none; + color: var(--button-text); + text-align: center; + font-size: var(--font-size-header); + padding: var(--button-height-padding); + transition: all 0.5s; + cursor: pointer; + margin: 5px; + } .button { border-radius: var(--button-corner-radius); background-color: var(--button-background); @@ -1011,6 +1023,18 @@ div.gallery img { cursor: pointer; margin: 5px; } + .buttonevent { + border-radius: var(--button-corner-radius); + background-color: var(--button-background); + border: none; + color: var(--button-text); + text-align: center; + font-size: var(--font-size-button-mobile); + padding: var(--button-height-padding-mobile); + transition: all 0.5s; + cursor: pointer; + margin: 15px; + } .button { border-radius: var(--button-corner-radius); background-color: var(--button-background); diff --git a/webinterface.py b/webinterface.py index 5a85d2017..bca7ec595 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2967,7 +2967,7 @@ def htmlTimeline(defaultTimeline: str, \ tlStr+= \ '
' # page up arrow