Project

General

Profile

« Previous | Next » 

Revision 1898

Added by Dietmar about 11 years ago

  1. bugfix missing trailing backtick in output_filter/input.php
  2. bugfix wrong backticks in 'admin/media/upload.php
  3. bugfix add missing language variable in account
    ! update form module, add class frm-fieldset to fieldset, restyle error box
    ! update captcha iframe attribute settings

View differences:

frontend.css
1
.frm-field_table { width :100%; vertical-align :middle; table-layout :auto; border-collapse :separate; border :none; }
2
.frm-field_table tbody { font-size : 100%; padding :0.4em 0.2em; }
3
.frm-field_table tbody td { border :none; }
4
.frm-field_table tbody td.field_heading,
5
.frm-field_table tbody td.frm-field_heading { border-bottom :2px solid #666666; color :#666666; font-weight :bold; padding-top :0.5em; }
6
.frm-required { color :#ff0000; }
7
.frm-field_title { width :25%; vertical-align :top; white-space :nowrap; text-align :right; }
8
.frm-textfield { width :90%; }
9
.frm-textarea { width :100%; height :100px; }
10
.frm-select { width :50%; }
11
.frm-select option { width :95%; }
12
.frm-field_checkbox { cursor :pointer; width :2em; vertical-align :middle; }
13
.frm-checkbox_label { cursor :pointer; vertical-align :middle; }
14
.frm-radio_label { cursor :pointer; }
15
.frm-email { width : 90%; }
16
/*** Don't remove the class nixhier, this is required for ASP ***/
17
.nixhier,
18
.frm-nixhier { display :none; }
19
.frm-submission { margin :0 auto; position :relative; width :auto; }
20
.print-email { font-size :0.8em; color :#000; margin :10px auto; }	
21
.frm-warning { background :#ffeeee; border :0.2em #884444 solid; color :#e10000; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
22
.frm-note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
23
.previewPrintTop { text-align :right; }
24
.previewPrintTop img { padding-left :1em; }
25
.frm-thankyou {  }
26
.frm-tbody {  }		
1
.frm-field_table { width :100%; vertical-align :middle; table-layout :auto; border-collapse :separate; border :none; }
2
.frm-field_table tbody { font-size :100%; padding :0.4em 0.2em; }
3
.frm-field_table tbody td { border :none; }
4
.frm-field_table tbody td.field_heading,
5
.frm-field_table tbody td.frm-field_heading { border-bottom :2px solid #666666; color :#666666; font-weight :bold; padding-top :0.5em; }
6
.frm-required { color :#FF0000; }
7
.frm-field_title { width :25%; vertical-align :top; white-space :nowrap; text-align :right; }
8
.frm-textfield { width :90%; }
9
.frm-textarea { width :100%; height :100px; }
10
.frm-select { width :50%; }
11
.frm-select option { width :95%; }
12
.frm-field_checkbox { cursor :pointer; width :2em; vertical-align :middle; }
13
.frm-checkbox_label { cursor :pointer; vertical-align :middle; }
14
.frm-radio_label { cursor :pointer; }
15
.frm-email { width :90%; }
16
/*** Don't remove the class nixhier, this is required for ASP ***/
17
.nixhier,
18
.frm-nixhier { display :none; }
19
.frm-submission { margin :0 auto; position :relative; width :auto; }
20
.print-email { font-size :0.8em; color :#000000; margin :10px auto; }
21
.frm-warning { background :#FFEEEE; border :0.1em #884444 solid; color :#E10000; margin-bottom :1em; padding :0.5em 2.8em; font-size :96.5%; font-weight :normal; }
22
.frm-note { background :#EEFFEE; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
23
.previewprinttop { text-align :right; }
24
.previewprinttop img { padding-left :1em; }
25
.frm-thankyou { }
26
.frm-tbody { }
27
.frm-warning h3 { font-size :120%; line-height :1.3em; margin :0.1em; padding :0.1em; }
28
 .frm-warning ol { color :#333333; margin :0.1em; }
29
.frm-field_table input[type="submit"] { padding :0.1em 0.8em; }
30
 .frm-warning a, 
31
 p.frm-warning a { background :transparent; padding-left :0; }
32
fieldset.frm-fieldset { border :none; }

Also available in: Unified diff