notice/warning style updates

This commit is contained in:
Andrew Dolgov 2006-10-03 10:54:59 +01:00
parent 807f452a54
commit c93d8e07fe
2 changed files with 8 additions and 2 deletions

View File

@ -54,6 +54,12 @@ div.notice {
border : 1px solid #999999;
}
div.warning {
background : #ffcccc;
border : 1px solid #ff0000;
}
ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
border : 1px solid #999999;
}

View File

@ -544,7 +544,7 @@ div.warning {
background : #fff7d5;
border : 1px solid #d7c47a;
padding : 5px;
margin : 5px;
margin : 0px 0px 5px 0px;
font-size : small;
}
@ -552,7 +552,7 @@ div.notice {
background : #ffffff;
border : 1px solid #88b0f0;
padding : 5px;
margin : 5px;
margin : 0px 0px 5px 0px;
font-size : small;
}