diff --git a/radicale/web/internal_data/css/main.css b/radicale/web/internal_data/css/main.css index 9a7c91a9..3d080533 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 19d0c20e..068dd1b5 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