/* Notice----------------------------------*/ .rf-ny { top: 18px; right: 18px; position: absolute; height: auto; /* Ensure that the notices are on top of everything else. */ z-index: 9999; } .rf-ny-warn { color:orange; } .rf-ny-error { color:red; } .rf-ny-fatal { color:red; font-weight:bold; } /* This hides position: fixed from IE6, which doesn't understand it. */ html > body .rf-ny { position: fixed; } .rf-ny-co-hover { background:red; } .rf-ny-cl { float: right; margin-left: .2em; } .rf-ny-ti { display: block; font-size: 1.2em; font-weight: bold; margin-bottom: .4em; } .rf-ny-te { display: block; } .rf-ny-ic { display: none; float: left; margin-right: .2em; width:32px; height:32px; } /* History Pulldown----------------------------------*/ .rf-ny-hc .rf-ny-hh { padding: 2px; } .rf-ny-hc button { cursor: pointer; display: block; width: 100%; } .rc-ny-ha { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }