1
1
Bifurcation 0
resurrect-pages-isup-edition/skin/netError.css
Anthony Lieuallen f97092bfcc Fixes #127
* Increase the space available for the resurrect UI in the net error page.
2008-06-28 01:05:50 +00:00

33 lignes
499 o
CSS

body.resurrect div#errorPageContainer {
padding-right: 22em;
max-width: 41em;
}
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;
}