diff --git a/epicyon-options.css b/epicyon-options.css index 73894aa8..c0a00e5e 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -160,6 +160,20 @@ a:focus { cursor: pointer; margin: 30px; } + .buttonIcon { + border-radius: 4px; + background-color: var(--button-background); + font-family: Arial, Helvetica, sans-serif; + border: none; + color: var(--button-text); + text-align: center; + padding: 10px; + font-size: 24px; + max-width: 200px; + min-width: 100px; + cursor: pointer; + margin: 30px; + } .buttonsmall { border-radius: 4px; background-color: var(--button-small-background); @@ -222,6 +236,20 @@ a:focus { cursor: pointer; margin: 30px; } + .buttonIcon { + border-radius: 4px; + background-color: var(--button-background); + font-family: Arial, Helvetica, sans-serif; + border: none; + color: var(--button-text); + text-align: center; + padding: 10px; + font-size: 40px; + max-width: 200px; + min-width: 100px; + cursor: pointer; + margin: 30px; + } .buttonsmall { border-radius: 4px; background-color: var(--button-small-background); diff --git a/theme.py b/theme.py index afd274cf..968c4a7d 100644 --- a/theme.py +++ b/theme.py @@ -282,7 +282,6 @@ def setThemeIndymedia(baseDir: str): "button-selected": "blue", "calendar-bg-color": "#0f0d10", "event-background": "#555", - "quote-right-margin": "0", "border-color": "#003366", "lines-color": "#003366", "day-number": "#003366", diff --git a/webinterface.py b/webinterface.py index 30907a2d..7216383a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6304,7 +6304,7 @@ def htmlPersonOptions(translate: {}, baseDir: str, optionsStr += optionsLinkStr optionsStr += \ - ' \n' optionsStr += \ '