improved error messages

This commit is contained in:
Stephan Richter
2021-03-12 16:04:08 +01:00
parent 2556ea7cd9
commit 6bf7882f3b
63 changed files with 205 additions and 184 deletions

View File

@@ -256,7 +256,14 @@ fieldset{
border-radius: 5px;
}
.error{
background: red;
background: orange;
margin: 30px 10px 5px;
padding: 0;
border-radius: 10px;
}
.error p{
padding: 5px;
}
h4,ul{

View File

@@ -37,7 +37,7 @@ function arrangeTabs(){
var tabs = $('<div/>',{'class':'tabs'});
var winId = $('.window').attr('id')+"-";
tabs.insertAfter($('.swapbtn'));
tabs.insertAfter($('.error'));
var target = null;
var index = null;
$('.window > fieldset > legend').each(function(){

View File

@@ -1,4 +1,5 @@
abort : abbrechen
Aborting route allocation... : Routen-Reservierung wird abgebrochen...
Accessory : Zubehör
Action : Aktion
Actions : Aktionen