##// END OF EJS Templates
Changes errors style....
Jean-Philippe Lang -
r3085:503d613403ae
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -411,10 +411,10 table.members td.group { padding-left: 20px; background: url(../images/group.png
411 div.flash {margin-top: 8px;}
411 div.flash {margin-top: 8px;}
412
412
413 div.flash.error, #errorExplanation {
413 div.flash.error, #errorExplanation {
414 background: url(../images/false.png) 8px 5px no-repeat;
414 background: url(../images/exclamation.png) 8px 50% no-repeat;
415 background-color: #ffe3e3;
415 background-color: #ffe3e3;
416 border-color: #dd0000;
416 border-color: #dd0000;
417 color: #550000;
417 color: #880000;
418 }
418 }
419
419
420 div.flash.notice {
420 div.flash.notice {
General Comments 0
You need to be logged in to leave comments. Login now