1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 09:29:45 +01:00

add .required

This commit is contained in:
marj 2009-10-29 11:19:28 +00:00
parent 657aa635a9
commit e70ec46f0b
2 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ div.bbarea.small, .tbox.small, .tbox.helpbox.small { width: 250px !important; }
.success { color: green; } .success { color: green; }
.error { color: #FF0000 } .error { color: #FF0000 }
.info {} .info {}
.required { color:red }
/******** Tooltip info */ /******** Tooltip info */
.e-info {} .e-info {}

View File

@ -99,3 +99,4 @@ pre {
.success { color: green; } .success { color: green; }
.error { color: #FF0000 } .error { color: #FF0000 }
.info {} .info {}
.required { color:red }