Changeset 418
- Timestamp:
- 05/31/08 16:22:17 (6 months ago)
- Location:
- extension/resurrect
- Files:
-
- 3 modified
-
content/netError.xhtml (modified) (2 diffs)
-
install.rdf (modified) (1 diff)
-
skin/netError.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extension/resurrect/content/netError.xhtml
r404 r418 204 204 document.getElementById("errorPageContainer").setAttribute("class", "certerror"); 205 205 addDomainErrorLink(); 206 // Also, remove resurrect buttons, they're not likely to help either. 207 document.body.className=''; 206 208 } 207 209 else { … … 276 278 </head> 277 279 278 <body dir="&locale.dir;" >280 <body dir="&locale.dir;" class="resurrect"> 279 281 280 282 <!-- ERROR ITEM CONTAINER (removed during loading to avoid bug 39098) --> -
extension/resurrect/install.rdf
r405 r418 4 4 <em:id>{0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3}</em:id> 5 5 <em:name>Resurrect Pages</em:name> 6 <em:version>2.0. 1</em:version>6 <em:version>2.0.2</em:version> 7 7 <em:description>Resurrect dead pages, by finding their ghosts.</em:description> 8 8 -
extension/resurrect/skin/netError.css
r379 r418 1 div#errorPageContainer {1 body.resurrect div#errorPageContainer { 2 2 padding-right: 18em; 3 3 max-width: 45em; … … 5 5 6 6 fieldset#resurrect { 7 display: none; 8 } 9 body.resurrect fieldset#resurrect { 10 display: block; 11 7 12 position: absolute; 8 13 top: 0; … … 19 24 } 20 25 21 fieldset#resurrect legend img {26 body.resurrect fieldset#resurrect legend img { 22 27 vertical-align: middle; 23 28 padding-right: 0.25em; 24 29 } 25 30 26 fieldset#resurrect button {31 body.resurrect fieldset#resurrect button { 27 32 width: 14em; 28 33 }