1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

Fixes #881 - Signup permission check issue. Corrected signup-text styling and signature styling.

This commit is contained in:
Cameron
2015-02-10 19:47:45 -08:00
parent 27d76b1685
commit 540922d25c
4 changed files with 56 additions and 28 deletions

View File

@@ -108,9 +108,9 @@ a.cpage-np.current { text-decoration: none; }
/* message text (overall) */
.warning { color: #FF6600 }
.success { color: green; }
.error { color: #FF0000 }
.error { color: #A94442; }
.info {}
.required { color:red }
.required { color:#A94442; }
/******** Tooltip info */
.e-info {}