improved admin css (notice, nav-overview)

This commit is contained in:
Logsol 2013-07-18 14:57:59 +02:00
parent 8e5818860b
commit a4aaa23422

View file

@ -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;
}