Added input validation in invitation form (issue #1815)
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
index 62a55e6..dd69521 100644 (file)
@@ -555,6 +555,12 @@ a.pithos-tag {
        padding: 5px;
 }
 
+.pithos-invitationResponseError {
+       background-color: #880000;
+       color: #fff;
+       padding: 5px;
+}
+
 .pithos-invitationResponse .user {
        font-weight: bold;
 }