Update admin.css

This commit is contained in:
Fraenkiman 2023-11-08 23:28:18 +01:00
parent 6e61d3139b
commit 813ea0efbd

View File

@ -36,7 +36,7 @@ ul#admin-tabmenu {
} }
ul#admin-tabmenu li { ul#admin-tabmenu li {
display:inline; display: inline;
color: #555533; color: #555533;
font-size: x-small; font-size: x-small;
font-weight: normal; font-weight: normal;
@ -88,7 +88,7 @@ ul#admin-tabmenu a#admin-tab-current {
#admin-entry-categories ul { #admin-entry-categories ul {
margin-right: 10px; margin-right: 10px;
display:block; display: block;
padding-left: 1em; padding-left: 1em;
list-style-type: none list-style-type: none
} }
@ -150,7 +150,7 @@ ul#admin-tabmenu a#admin-tab-current {
border: none; border: none;
padding: 0; padding: 0;
padding-right: 0.7%; padding-right: 0.7%;
margin:0 margin: 0
} }
#admin-bbcode-toolbar legend { display: none } #admin-bbcode-toolbar legend { display: none }
@ -181,7 +181,7 @@ ul#admin-tabmenu a#admin-tab-current {
background: #eee; background: #eee;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
text-align:center; text-align: center;
padding: .1em .3em .2em padding: .1em .3em .2em
} }
@ -247,7 +247,7 @@ textarea.code {
} }
#admin-entry-categories ul { #admin-entry-categories ul {
display:block; display: block;
list-style-type: none; list-style-type: none;
margin-right: 10px; margin-right: 10px;
padding-left: 1em padding-left: 1em
@ -323,7 +323,7 @@ input.maxsize, select.maxsize { width: 99% }
#admin-content #admin-drafts ul {margin: 0; padding: 0 } #admin-content #admin-drafts ul {margin: 0; padding: 0 }
#admin-drafts li { #admin-drafts li {
float:left; float: left;
list-style-position: inside; list-style-position: inside;
margin: 0; padding-left: 1em margin: 0; padding-left: 1em
} }
@ -349,7 +349,7 @@ input.maxsize, select.maxsize { width: 99% }
#admin-uploader-thumbs { list-style-type: none } #admin-uploader-thumbs { list-style-type: none }
#admin-uploader-thumbs li.thumb { #admin-uploader-thumbs li.thumb {
float:left; float: left;
width: 110px; width: 110px;
height: 110px; height: 110px;
padding: 1em 4px; padding: 1em 4px;
@ -464,7 +464,7 @@ li.widget-class {
} }
.admin-widgetset h3 { .admin-widgetset h3 {
margin-bottom:1em; margin-bottom: 1em;
padding: .3em; padding: .3em;
background: #eee; background: #eee;
border: 1px solid #ddd border: 1px solid #ddd
@ -491,7 +491,7 @@ li.widget-class {
.widget-instance .textinput:hover { .widget-instance .textinput:hover {
border: #d00 2px solid; border: #d00 2px solid;
background-color:white background-color: white
} }
.widget-instance .textinput:focus { .widget-instance .textinput:focus {
@ -525,7 +525,7 @@ li.widget-class {
#admin-config dt { #admin-config dt {
width: 33%; width: 33%;
text-align:right; text-align: right;
margin-top: 1.8em; margin-top: 1.8em;
line-height: 1.5em; line-height: 1.5em;
font-weight: bold font-weight: bold