Commit 1a84cc52 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 302835: The "confirm delete" page when deleting a user account should…

Bug 302835: The "confirm delete" page when deleting a user account should distinguish between risky and no risky actions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
parent 6eaec6f8
......@@ -13,12 +13,20 @@
* Contributor(s): Marc Schumann <wurblzap@gmail.com>
*/
ul.warningmessages {
.warningmessages, .criticalmessages {
background-color: white;
border-style: solid;
border-width: 1px;
border-color: yellow;
padding: 1ex 1ex 1ex 4ex;
margin: 1ex;
}
.warningmessages {
border-color: yellow;
}
.criticalmessages {
border-color: red;
}
p.areyoureallyreallysure {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment