resurrect-pages-isup-edition/skin/netError.css

35 lignes
518 B
CSS
Brut Vue normale Historique

body.resurrect div#errorPageContainer {
padding-right: 22em;
max-width: 41em;
min-height: 20em;
2008-04-27 04:48:13 +02:00
}
fieldset#resurrect {
display: none;
}
body.resurrect fieldset#resurrect {
display: block;
2008-04-27 04:48:13 +02:00
position: absolute;
top: 0;
right: 0;
background-color: white;
width: 14em;
2008-04-27 04:48:13 +02:00
padding: 1em;
margin: 1em;
margin-right: 1.5em;
2006-05-17 04:30:57 +02:00
2008-04-27 04:48:13 +02:00
-moz-border-radius: 10px;
2006-05-17 04:30:57 +02:00
}
body.resurrect fieldset#resurrect legend img {
2008-04-27 04:48:13 +02:00
vertical-align: middle;
padding-right: 0.25em;
2006-05-17 04:30:57 +02:00
}
body.resurrect fieldset#resurrect button {
width: 14em;
2006-05-17 04:30:57 +02:00
}