19. File Comparison Report

Produced on Mon May 12 13:04:28 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.

19.1 Files compared

# Location File Last Modified
1 Mon May 12 13:04:28 2008 UTC
2 Dolphin-v.6.1.0\admin\styles login_form_ajax.css Tue Apr 15 11:33:46 2008 UTC

19.2 Comparison summary

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

19.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

19.4 Active regular expressions

No regular expressions were active.

19.5 Comparison detail

    1   /* * * * l ogin form  * * * */
    2  
    3   .login_for m_cont
    4   {
    5       positi on:relativ e;
    6       border :0px solid  gray;
    7       width: 95%;
    8       margin :0px auto;
    9       backgr ound-color :#FFF;
    10       paddin g:5px;
    11       font-s ize:12px;
    12   }
    13  
    14   .login_for m_header
    15   {
    16       backgr ound-color :#CCCCCC;
    17       paddin g:5px;
    18       font-w eight:bold ;
    19       text-a lign:cente r;
    20       margin -bottom:2p x;
    21   }
    22  
    23   .login_for m_warning
    24   {
    25       font-w eight:bold ;
    26       color: #bd320b;
    27       text-a lign:cente r;
    28   }
    29  
    30   .login_for m_row
    31   {
    32       positi on:relativ e;
    33       paddin g:4px;
    34   }
    35  
    36   .login_for m_label
    37   {
    38       float: left;
    39       width: 100px;
    40       text-a lign:right ;
    41       margin -right:7px ;
    42       height :21px;
    43       line-h eight:21px ;
    44   }
    45  
    46   .login_for m_val
    47   {
    48       float: left;
    49       margin -bottom:10 px;
    50   }
    51  
    52   .login_for m_row_forg ot
    53   {
    54       displa y:none;
    55   }
    56  
    57   .login_for m_input
    58   {
    59       width: 180px;
    60       font-f amily:Aria l;
    61       color: #3F3F3F;
    62       font-w eight:norm al;
    63       vertic al-align:m iddle;
    64   }
    65  
    66   .login_for m_submit
    67   {
    68       margin -top:2px;
    69       width: 60px;
    70       height :25px;
    71       font-w eight:bold ;
    72   }
    73  
    74   .login_for m_not_memb er
    75   {
    76       displa y:none;
    77   }
    78  
    79   .login_img
    80   {
    81       positi on:absolut e;
    82       top:0p x;
    83       left:5 0px;
    84   }
    85  
    86   .login_hea der
    87   {
    88       positi on:relativ e;
    89       top:27 0px;
    90       left:9 0px;
    91       color: #4646A0;
    92       font-s ize:18px;
    93       font-w eight:bold ;
    94   }
    95  
    96  
    97   /* * * * M odal windo w * * * */
    98  
    99   .popup_for m_wrapper
    100   {
    101       border -collapse: collapse;
    102       margin :0px;
    103       paddin g:0px;
    104       width: 350px;
    105   }
    106  
    107   .popup_for m_wrapper  td
    108   {
    109       paddin g:0px;
    110       margin :0px;
    111   }
    112  
    113   .popup_for m_wrapper  td.corner
    114   {
    115       width: 16px;
    116       height :16px;
    117       font-s ize:1px;
    118   }
    119  
    120   .popup_for m_wrapper  td.side
    121   {
    122       width: 16px;
    123   }
    124  
    125   .popup_for m_wrapper  td.side_ve r
    126   {
    127       height :16px;
    128   }
    129  
    130   .popup_for m_wrapper  td.side_ve r,
    131   .popup_for m_wrapper  td.side
    132   {
    133       backgr ound-image :url(../im ages/sp_op _gr.png);
    134       font-s ize:1px;
    135   }
    136  
    137   .popup_for m_wrapper  td.contain er
    138   {
    139       backgr ound-color :white;
    140       width: 450px;
    141   }
    142  
    143   /********* ***EOS**** *********/
    144  
    145   div.clear_ both {
    146       clear: both;
    147       font-s ize:1px;
    148   }