2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

New version of PHPCAS

This commit is contained in:
Adam Zammit
2023-04-26 14:48:43 +10:00
parent 9280cc7e3e
commit e81372bbca
87 changed files with 15936 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.error {
border: 1px solid #aa0000;
color: #aa0000;
padding: 5px;
}
.success {
border: 1px solid #00aa00;
color: #00aa00;
padding: 5px;
}