1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

e_form - full userclass support - select, checkbox lists, newspost updated to use them

This commit is contained in:
secretr
2009-01-20 22:37:49 +00:00
parent 8687136581
commit 4ec4f4fac7
4 changed files with 54 additions and 25 deletions

View File

@@ -147,6 +147,7 @@ label { cursor: pointer; }
.field-help { width: 280px; line-height: 1.4em; padding-top: 3px; color:#333333; font-size: 11px; }
.label-note { font-style: italic; }
.form-note { font-style: italic; }
.field-spacer.strong { font-weight: bold }
/* Related JS functionality - .autocheck together with .auto-toggle-area (see admin/image.php) */
.auto-toggle-area { width: 280px; cursor: pointer; }