Net error: display controls beneath "report error" popup

merged
6e0256c4e2
Cette révision appartient à :
Albirew 2016-03-14 17:40:01 +01:00
Parent 175b8277b4
révision 354d6ec635
1 fichiers modifiés avec 8 ajouts et 0 suppressions

Voir le fichier

@ -32,3 +32,11 @@ body.resurrect fieldset#resurrect legend img {
body.resurrect fieldset#resurrect button {
width: 14em;
}
/* Issue #6: Display below this popup. */
body.resurrect fieldset#resurrect {
z-index: 1;
}
body.resurrect #certificateErrorReportingPanel {
z-index: 2;
}