Update admin.css
This commit is contained in:
parent
6e61d3139b
commit
813ea0efbd
@ -36,7 +36,7 @@ ul#admin-tabmenu {
|
||||
}
|
||||
|
||||
ul#admin-tabmenu li {
|
||||
display:inline;
|
||||
display: inline;
|
||||
color: #555533;
|
||||
font-size: x-small;
|
||||
font-weight: normal;
|
||||
@ -88,7 +88,7 @@ ul#admin-tabmenu a#admin-tab-current {
|
||||
|
||||
#admin-entry-categories ul {
|
||||
margin-right: 10px;
|
||||
display:block;
|
||||
display: block;
|
||||
padding-left: 1em;
|
||||
list-style-type: none
|
||||
}
|
||||
@ -150,7 +150,7 @@ ul#admin-tabmenu a#admin-tab-current {
|
||||
border: none;
|
||||
padding: 0;
|
||||
padding-right: 0.7%;
|
||||
margin:0
|
||||
margin: 0
|
||||
}
|
||||
|
||||
#admin-bbcode-toolbar legend { display: none }
|
||||
@ -181,7 +181,7 @@ ul#admin-tabmenu a#admin-tab-current {
|
||||
background: #eee;
|
||||
border-top: 1px solid #ddd;
|
||||
border-bottom: 1px solid #ddd;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
padding: .1em .3em .2em
|
||||
}
|
||||
|
||||
@ -247,7 +247,7 @@ textarea.code {
|
||||
}
|
||||
|
||||
#admin-entry-categories ul {
|
||||
display:block;
|
||||
display: block;
|
||||
list-style-type: none;
|
||||
margin-right: 10px;
|
||||
padding-left: 1em
|
||||
@ -323,7 +323,7 @@ input.maxsize, select.maxsize { width: 99% }
|
||||
#admin-content #admin-drafts ul {margin: 0; padding: 0 }
|
||||
|
||||
#admin-drafts li {
|
||||
float:left;
|
||||
float: left;
|
||||
list-style-position: inside;
|
||||
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 li.thumb {
|
||||
float:left;
|
||||
float: left;
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
padding: 1em 4px;
|
||||
@ -464,7 +464,7 @@ li.widget-class {
|
||||
}
|
||||
|
||||
.admin-widgetset h3 {
|
||||
margin-bottom:1em;
|
||||
margin-bottom: 1em;
|
||||
padding: .3em;
|
||||
background: #eee;
|
||||
border: 1px solid #ddd
|
||||
@ -491,7 +491,7 @@ li.widget-class {
|
||||
|
||||
.widget-instance .textinput:hover {
|
||||
border: #d00 2px solid;
|
||||
background-color:white
|
||||
background-color: white
|
||||
}
|
||||
|
||||
.widget-instance .textinput:focus {
|
||||
@ -525,7 +525,7 @@ li.widget-class {
|
||||
|
||||
#admin-config dt {
|
||||
width: 33%;
|
||||
text-align:right;
|
||||
text-align: right;
|
||||
margin-top: 1.8em;
|
||||
line-height: 1.5em;
|
||||
font-weight: bold
|
||||
|
Loading…
x
Reference in New Issue
Block a user