Finished 2.1-BETA3 upgrade

This commit is contained in:
Polonkai Gergely
2012-07-16 23:22:57 +02:00
parent 9d0d2ce524
commit 8d4c9bc5bc
4 changed files with 35 additions and 25 deletions

View File

@@ -83,6 +83,10 @@ build: 56
color: #AA3333;
background: #f9ecec;
}
.sf-exceptionreset #logs .traces li.warning {
font-style: normal;
background: #ffcc00;
}
/* fix for Opera not liking empty <li> */
.sf-exceptionreset .traces li:after {
content: "\00A0";

View File

@@ -309,6 +309,11 @@ ul.alt li.error {
margin-bottom: 1px;
}
ul.alt li.warning {
background-color: #ffcc00;
margin-bottom: 1px;
}
td.main, td.menu {
text-align: left;
margin: 0;