Upgrade phpCAS
[piwik-CASLogin.git] / CAS / docs / examples / example.css
diff --git a/CAS/docs/examples/example.css b/CAS/docs/examples/example.css
new file mode 100644 (file)
index 0000000..bf7f6c4
--- /dev/null
@@ -0,0 +1,10 @@
+.error {
+       border: 1px solid #aa0000;
+       color: #aa0000;
+       padding: 5px;
+}
+.success {
+       border: 1px solid #00aa00;
+       color: #00aa00;
+       padding: 5px;
+}
\ No newline at end of file