search for: alertgood_icon

Displaying 1 result from an estimated 1 matches for "alertgood_icon".

2006 Jan 25
1
Flash CSS issues
...{ text-align: left; border: 1px solid #ccc; padding: 5px 5px 5px 30px; font-size: 14px; margin: 0 auto 12px auto; margin-right: 7px; } .login #Flash { margin-top: 12px; font-size: 12px; } #Flash.good { border-color: #9c9; color: #060; background: url(/images/alertgood_icon.gif) #E2F9E3 left no-repeat; } #Flash.bad { border-color: #c99; color: #fff; background: url(/images/alertbad_icon.gif) #c00 left no-repeat; } I display the errors in my main application layout file using: <%= ''<div class="bad" id="Flash">'...