1
1
Bifurcation 0
resurrect-pages-isup-edition/skin/netError.css
Anthony Lieuallen 0358e9b0f5 Fixes #147
* Piggyback on the built in logic that hides the 'try again' button to remove the resurrect buttons, for those "net error" pages where it doesn't make sense.
2008-05-31 20:22:17 +00:00

33 lignes
499 o
CSS

body.resurrect div#errorPageContainer {
padding-right: 18em;
max-width: 45em;
}
fieldset#resurrect {
display: none;
}
body.resurrect fieldset#resurrect {
display: block;
position: absolute;
top: 0;
right: 0;
background-color: white;
width: 14em;
padding: 1em;
margin: 1em;
margin-right: 1.5em;
-moz-border-radius: 10px;
}
body.resurrect fieldset#resurrect legend img {
vertical-align: middle;
padding-right: 0.25em;
}
body.resurrect fieldset#resurrect button {
width: 14em;
}