715. File Comparison Report

Produced on Mon May 12 13:06:55 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

715.1 Files compared

# Location File Last Modified
1 Mon May 12 13:06:55 2008 UTC
2 Dolphin-v.6.1.0\templates\tmpl_uni\css pedit.css Mon Mar 31 07:48:02 2008 UTC

715.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 121
Removed 0 0

715.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

715.4 Active regular expressions

No regular expressions were active.

715.5 Comparison detail

    1   @import ur l(../../.. /plugins/j query/them es/ui.date picker.css );
    2  
    3   .notice_te xt {
    4       text-a lign:cente r;
    5       color:  green;
    6       margin :10px;
    7   }
    8  
    9   #edit_form _table {
    10       width:  100%;
    11       border -top: 1px  solid #CCC CCC;
    12       border -left: 1px  solid #CC CCCC;
    13       border -bottom: 1 px solid # CCCCCC;
    14   }
    15  
    16   #edit_form _table td,
    17   #edit_form _table th  {
    18       paddin g: 5px;
    19       border -right: 1p x solid #C CCCCC;
    20       vertic al-align:  middle;
    21   }
    22  
    23   #edit_form _table th  {
    24       text-a lign: cent er;
    25       font-w eight: bol d;
    26   }
    27  
    28   #edit_form _table th. label {
    29       text-a lign: righ t;
    30       width:  200px;
    31       white- space: now rap;
    32   }
    33  
    34   #edit_form _table th. block {
    35       backgr ound-color : #DDDDDD;
    36       font-s ize: 13px;
    37   }
    38  
    39   #edit_form _table tr. headers {
    40       backgr ound-color : #999999;
    41   }
    42  
    43   #edit_form _table th. header {
    44       color:  #FFFFFF;
    45       font-s ize: 14px;
    46   }
    47  
    48   #edit_form _table th. bottom_con trols {
    49       border -top: 1px  solid #ccc ccc;
    50   }
    51  
    52   .form_mand atory {
    53       color:  red;
    54   }
    55  
    56   .form_info _icon,
    57   .form_warn _icon {
    58       cursor : help;
    59       vertic al-align:  middle;
    60   }
    61  
    62   #FloatDesc  {
    63       border : 1px soli d black;
    64       paddin g: 3px;
    65       backgr ound-color : #F2FCF9;
    66       width:  300px;
    67   }
    68  
    69   /* * * * I nputs * *  * */
    70  
    71   .input_tex t,
    72   .input_dat e,
    73   .input_are a,
    74   .input_pas s,
    75   .input_sel ect,
    76   .input_sel ect_couple ,
    77   .input_sel ect_multi
    78   {
    79       backgr ound-image : url( ../ images/bod y_backgr.g if );
    80       border : 1px soli d #999999;
    81       width:  200px;
    82       margin -right: 5p x;
    83   }
    84  
    85   .input_num  {
    86       backgr ound-image : url( ../ images/bod y_backgr.g if );
    87       border : 1px soli d #999999;
    88       width:  40px;
    89       margin -right: 5p x;
    90   }
    91  
    92   .input_ran ge_0,
    93   .input_ran ge_1 {
    94       backgr ound-image : url( ../ images/bod y_backgr.g if );
    95       border : 1px soli d #999999;
    96       width:  40px;
    97   }
    98  
    99   .input_ran ge_1 {
    100       margin -right: 5p x;
    101   }
    102  
    103   .input_err oneus {
    104       border : 1px soli d red;
    105   }
    106  
    107   .input_are a,
    108   .input_sel ect_multi  {
    109       height : 90px;
    110   }
    111  
    112   .form_erro r_cont {
    113       border : 1px soli d red;
    114       paddin g: 3px;
    115       color:  red;
    116       width:  220px;
    117   }
    118  
    119   label.inpu t_radio_la bel {
    120       margin -right: 4p x;
    121   }