client/app/auth/auth.css
changeset 169 76fb2dd72ce4
parent 95 46ce67c44723
--- a/client/app/auth/auth.css	Thu Jun 11 15:36:07 2015 +0200
+++ b/client/app/auth/auth.css	Thu Jun 11 15:36:42 2015 +0200
@@ -6,4 +6,16 @@
 .auth input{
     width: 300px;
     margin: 10px 0;
+}
+
+.ng-invalid {
+    border-color: red;
+    outline-color: red;
+}
+
+.messages {
+  font-size: smaller;
+  padding-top: 5px;
+  padding-bottom: 10px;
+  color: red;
 }
\ No newline at end of file