Added termination-date to domains

This commit is contained in:
Stefan Heid
2016-02-10 21:22:52 +01:00
parent 3244c968b5
commit ae581c2da7
12 changed files with 108 additions and 6 deletions

View File

@@ -1493,3 +1493,13 @@ fieldset.file {
padding: 5px;
margin-bottom: 10px;
}
.domain-canceled {
/* Color copied from .warningcontainer */
background-color: #fffecc;
}
.domain-expired {
/* Color copied from .errorcontainer */
background-color: rgb(242, 222, 222);
}