From ed7dcb8dd404985b89302e5cfe479dc5a8bedcd9 Mon Sep 17 00:00:00 2001 From: Matthew Hana Date: Thu, 31 Aug 2023 23:34:10 +1000 Subject: [PATCH] General HTML fixes Incorporated pull requests #1305 and #1306. Restored declaration of 'hidden' class to index file. Restored h2 in sections for navigation purposes. Cleaned up index.html. --- radicale/web/internal_data/css/main.css | 11 +- radicale/web/internal_data/index.html | 265 +++++++++++++----------- 2 files changed, 152 insertions(+), 124 deletions(-) diff --git a/radicale/web/internal_data/css/main.css b/radicale/web/internal_data/css/main.css index 9a7c91a99..3d0805336 100644 --- a/radicale/web/internal_data/css/main.css +++ b/radicale/web/internal_data/css/main.css @@ -13,6 +13,10 @@ body{ justify-content: space-around; } +main{ + width: 100%; +} + .container{ height: auto; min-height: 450px; @@ -74,7 +78,7 @@ body{ z-index: 999; } -#loadingscene span{ +#loadingscene h2{ font-size: 2em; font-weight: bold; } @@ -142,6 +146,7 @@ body{ font-size: 1.5em; display: block; padding: 10px 0; + margin: 0; } #collectionsscene article small{ @@ -250,10 +255,6 @@ body{ box-shadow: 2px 2px 7px #000000d6; } -.hidden{ - display: none !important; -} - .title{ word-wrap: break-word; font-weight: bold; diff --git a/radicale/web/internal_data/index.html b/radicale/web/internal_data/index.html index 19d0c20eb..068dd1b59 100644 --- a/radicale/web/internal_data/index.html +++ b/radicale/web/internal_data/index.html @@ -1,50 +1,57 @@ - - - - - -Radicale Web Interface - - - - - -
- - Loading -

Please wait...

- -
- - - - + + - - + + - - - - + +
Title:
+ +
Description:
+ +
Color:
+ +
+ +
+ + + + + + + + + + + + \ No newline at end of file