improved admin css (notice, nav-overview)
This commit is contained in:
parent
8e5818860b
commit
a4aaa23422
1 changed files with 22 additions and 0 deletions
|
@ -128,3 +128,25 @@ textarea {
|
|||
width: 650px;
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
#admin .sub td:nth-child(2),
|
||||
#admin .sub td:nth-child(3),
|
||||
#admin .sub td:nth-child(4),
|
||||
#admin .sub td:nth-child(5) {
|
||||
text-indent: 30px;
|
||||
}
|
||||
|
||||
.notices {
|
||||
list-style-type: none;
|
||||
margin: 0 0 15px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.notices li
|
||||
{
|
||||
border: 1px solid #FFD40F;
|
||||
background-color: #FFE9AF;
|
||||
color: #6F3C00;
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue