Project

General

Profile

« Previous | Next » 

Revision 1582

Added by Dietmar over 12 years ago

  1. wysiwyg module, fix issues with magic_quote_gpc if on
  2. form module, fix regex for radio and checkbox (Tks to Ruud)
    ! form module, make show submission table scrollable

View differences:

backend.css
1 1
.frm-setting_name { vertical-align :top; width :30%; white-space :nowrap; }
2 2
.frm-setting_value { vertical-align :top; width :70%; }
3 3
.frm-newsection { border-top :1px dashed #ffffff; }
4
.row_a { background : transparent; }
5
.row_b { background : #dfebff; }
4 6
/* 
5 7
  The definitions below provide the style for the edit CSS button 
6 8
  Required CSS class name: input.mod_moduledirectory_edit_css
7 9
*/
8 10
input.mod_form_edit_css { color :#000000; background-color :#f0f0f0; border :1px solid #808080; padding :2px; margin :0; margin-left :625px; margin-top :-20px; margin-bottom :5px; width :110px; }
11

  
12

  
13
  table#frm-ScrollTable { text-align :left; font-size :12px; border :1px ridge #dadada; font-family :verdana; background :transparent; color :#0066ff; }
14
  table#frm-ScrollTable thead  { cursor :pointer; }
15
  table#frm-ScrollTable thead tr,
16
  table#frm-ScrollTable tfoot tr { background :transparent; }
17
  table#frm-ScrollTable tbody tr {  }
18
  td, th { border :0px ridge #dadada; }

Also available in: Unified diff