1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

[WEB UI] New WebUI Improvements

Added WebUI improvements as discussed in discussion #1416 in March 2024.
This commit is contained in:
MatthewHana 2024-03-13 07:42:47 +11:00
parent 825464f102
commit ed6432706f
3 changed files with 114 additions and 6 deletions

View file

@ -196,6 +196,11 @@ main{
text-align: center;
}
#collectionsscene article small[data-name=contentcount]{
font-weight: bold;
font-style: normal;
}
#editcollectionscene p span{
word-wrap:break-word;
font-weight: bold;
@ -228,6 +233,12 @@ main{
margin-top: 15px;
}
.deleteconfirmationtxt{
text-align: center;
font-size: 1em;
font-weight: bold;
}
.fabcontainer{
display: flex;
flex-direction: column-reverse;