2008-05-31 22:22:17 +02:00
|
|
|
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;
|
2008-05-31 22:22:17 +02:00
|
|
|
}
|
|
|
|
body.resurrect fieldset#resurrect {
|
2011-06-28 03:08:18 +02:00
|
|
|
display: block;
|
2008-05-31 22:22:17 +02:00
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-05-31 22:22:17 +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
|
|
|
}
|
|
|
|
|
2008-05-31 22:22:17 +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
|
|
|
}
|
2016-03-14 18:42:00 +01:00
|
|
|
body.resurrect fieldset#resurrect button img {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
2016-03-14 17:40:01 +01:00
|
|
|
|
|
|
|
/* Issue #6: Display below this popup. */
|
|
|
|
body.resurrect fieldset#resurrect {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
body.resurrect #certificateErrorReportingPanel {
|
|
|
|
z-index: 2;
|
|
|
|
}
|