ui: Start of notifications (styling)

This commit is contained in:
gerlofvanek
2022-10-11 20:16:02 +02:00
parent c87f66a041
commit 1dc626e305
4 changed files with 9 additions and 42 deletions

Binary file not shown.

View File

@@ -1,34 +0,0 @@
.padded_row td
{
padding-top:1.5em;
}
.bold
{
font-weight:bold;
}
.monospace
{
font-family:monospace;
}
.floatright
{
position:fixed;
top:10px;
right:18px;
margin: 0;
width:calc(33.33% - 25px);
}
.error
{
background:#ff5b5b;
}
.error_msg
{
color:red;
}

View File

@@ -16,11 +16,10 @@
.floatright
{
position:fixed;
top:50px;
right:18px;
position: fixed;
top: 2em;
right: 2em;
margin: 0;
width:calc(33.33% - 25px);
z-index: 50;
}