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

46 lignes
789 B
CSS
Brut Vue normale Historique

body.resurrect div#errorPageContainer {
2011-06-28 03:08:18 +02:00
padding-right: 22em;
max-width: 41em;
min-height: 20em;
2008-04-27 04:48:13 +02:00
}
fieldset#resurrect {
2011-06-28 03:08:18 +02:00
display: none;
}
body.resurrect fieldset#resurrect {
2011-06-28 03:08:18 +02:00
display: block;
2011-06-28 03:08:18 +02:00
position: absolute;
top: 0;
right: 0;
2008-04-27 04:48:13 +02:00
2011-06-28 03:08:18 +02:00
background-color: white;
2008-04-27 04:48:13 +02:00
2011-06-28 03:08:18 +02:00
width: 14em;
padding: 1em;
margin: 1em;
margin-right: 1.5em;
2006-05-17 04:30:57 +02:00
2011-06-28 03:08:18 +02:00
-moz-border-radius: 10px;
2006-05-17 04:30:57 +02:00
}
body.resurrect fieldset#resurrect legend img {
2011-06-28 03:08:18 +02:00
vertical-align: middle;
padding-right: 0.25em;
2006-05-17 04:30:57 +02:00
}
body.resurrect fieldset#resurrect button {
2011-06-28 03:08:18 +02:00
width: 14em;
2006-05-17 04:30:57 +02:00
}
body.resurrect fieldset#resurrect button img {
vertical-align: middle;
margin-top: -6px;
}
/* Issue #6: Display below this popup. */
body.resurrect fieldset#resurrect {
z-index: 1;
}
body.resurrect #certificateErrorReportingPanel {
z-index: 2;
}