fixes #136 for all styles - thx @Fraenkiman

This commit is contained in:
azett 2022-08-14 14:04:30 +02:00
parent a5bea6507b
commit d5bdc72852
6 changed files with 17 additions and 3 deletions

View File

@ -167,7 +167,7 @@ input.maxsize { width: 99% }
#main ul.msgs, ul.msgs {
margin-top: 1em;
margin-left: 0em;
padding: 1em 2em
padding: 1em 2em;
}
.errors {

View File

@ -435,4 +435,9 @@ div#widget-searchbox li {
margin:0px;
padding:0px;
}
form#search ul {
list-style-type: none;
}
form#search ul li:before {
content: none
}

View File

@ -303,6 +303,9 @@ h4#addcomment {clear:both;}
margin-bottom: 3em
}
form#search ul {
list-style-type: none;
}
/* ===== FOOTER ===== */
#footer {

View File

@ -16,7 +16,8 @@ Module: globals.css
/* ===== NOTIFICATION ===== */
#main ul.msgs, ul.msgs {
margin: 0;
padding: 1em 2em
padding: 1em 2em;
list-style-type: none;
}
.errors {

View File

@ -327,6 +327,10 @@ h4 { font-size: 1.2em; }
margin-bottom: 5em
}
form#search ul {
list-style-type: none;
}
/* ===== FOOTER ===== */
#footer {

View File

@ -20,7 +20,8 @@ Module: globals.css
/* ===== NOTIFICATION ===== */
#main ul.msgs, ul.msgs {
margin: 0;
padding: 1em 2em
padding: 1em 2em;
list-style-type: none;
}
.errors {