0358e9b0f5
* 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.
33 lignes
499 o
CSS
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;
|
|
}
|