Sendmessage function

This commit is contained in:
2016-09-10 02:00:17 +08:00
parent e674d339b0
commit 32804d23fb
2 changed files with 139 additions and 0 deletions

View File

@@ -113,6 +113,18 @@ header {
width: auto;
}
#contact-errmesg {
margin: 0 0.5em;
padding: 0.25em 0.5em;
color: orangered;
background-color: rgba( 0, 0, 0, 0.8 );
opacity: 1;
}
#contact-errmesg[data-disabled] {
opacity: 0;
}
.c-sep {
display: inline-block;
width: 1px;