Draft and error line adjusted

- Draft and error line adjusted
- h2 and h3 adjusted
This commit is contained in:
Fraenkiman 2023-09-03 20:46:23 +02:00
parent d17b2de763
commit 091540ce4e
2 changed files with 16 additions and 15 deletions

View File

@ -30,7 +30,9 @@ Module: admin.css
h1, h1,
h2 { margin: auto } h2 { margin: auto }
h2 { border-bottom: 1px solid #ddd } h2 { border-bottom: 1px solid #ddd; margin: 0.5em 0 }
h3 { margin: 0.5em 0 0 0 }
.head-link { font-size: 0.83em } .head-link { font-size: 0.83em }
@ -255,8 +257,8 @@ input.maxsize, select.maxsize { width: 99% }
.admin-plugin-default td { padding: 1em .6em } .admin-plugin-default td { padding: 1em .6em }
#admin-drafts { #admin-drafts {
border-top: 1px solid #bbb; border-radius: 5px;
border-bottom: 1px solid #bbb; margin-top: 0.5em;
padding: .4em; padding: .4em;
color: #555; color: #555;
background-color: #ddd; background-color: #ddd;
@ -490,7 +492,7 @@ li.widget-class {
/* ===== CONFIG PANEL ===== */ /* ===== CONFIG PANEL ===== */
.option-set, .option-set,
.option-list { margin-bottom: 3em; margin-top: 2em } .option-list { margin-bottom: 3em }
.option-set dd { .option-set dd {
margin-left: 38%; margin-left: 38%;
@ -573,7 +575,7 @@ a.link-general:hover, .main-cell a:hover {
.draft { background-color: #333 } .draft { background-color: #333 }
/* (already defined in common, here we put just some tuning settings) */ /* (already defined in common, here we put just some tuning settings) */
#admin-content ul.msgs { margin:0 } #admin-content ul.msgs { margin: 0.5em 0 0.5em 0 }
#footer { color: black } #footer { color: black }

View File

@ -17,13 +17,13 @@ Module: globals.css
#main ul.msgs, ul.msgs { #main ul.msgs, ul.msgs {
margin: 0; margin: 0;
padding: 1em 2em; padding: 1em 2em;
list-style-type: none; list-style-type: none
} }
.errors { .errors {
color: #901d1d; color: #901d1d;
border-top: 1px solid; border: 1px solid;
border-bottom: 1px solid; border-radius: 3px;
border-color: #ffbbbb; border-color: #ffbbbb;
background: #ffdddd background: #ffdddd
} }
@ -36,18 +36,17 @@ Module: globals.css
.notifications,.enabled { .notifications,.enabled {
color : #1d901d; color : #1d901d;
border-top: 1px solid #bbffbb; border: 1px solid;
border-bottom: 1px solid #bbffbb; border-radius: 3px;
background: #ddffdd background: #ddffdd
} }
.warnings { .warnings {
color : #8a7802; color: #8a7802;
border-top: 1px solid; border: 1px solid;
border-bottom: 1px solid; border-radius: 3px;
border-color: #f8e674; border-color: #f8e674;
background: #fffdd5; background: #fffdd5
} }
.field-error { .field-error {