Changeset 624 for trunk


Ignore:
Timestamp:
11/27/10 15:38:28 (18 months ago)
Author:
r2
Message:

кроссбраузерность, ff+opera+chrome+ie7-8

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/js/smiles.js

    r562 r624  
    1515        obj.focus(); 
    1616        if (document.selection) { 
    17         console.log('selection'); 
    1817                var s = document.selection.createRange();  
    1918                if (s.text) { 
  • trunk/templates/_default_/components/com_registration.tpl

    r458 r624  
    4040                        <div><small>{$LANG.USED_FOR_AUTH}<br/>{$LANG.ONLY_LAT_SYMBOLS}</small></div> 
    4141                    </td> 
    42                     <td  valign="top" class=""> 
     42                    <td valign="top" class=""> 
    4343                        <input name="login" id="logininput" class="text-input" type="text" size="30" value="{$login}" onchange="checkLogin()" autocomplete="off"/> 
    4444                        <span class="regstar">*</span> 
     
    4848                {if $cfg.name_mode == 'nickname'} 
    4949                    <tr> 
    50                         <td valign="top" class=""> 
     50                        <td valign="top" class="" width="269"> 
    5151                            <div><strong>{$LANG.NICKNAME}:</strong></div> 
    5252                            <small>{$LANG.NICKNAME_TEXT}</small> 
  • trunk/templates/_default_/css/styles.css

    r612 r624  
    2020} 
    2121 
     22html { height:100%; } 
     23 
    2224body { 
    2325    background:url(../images/bg.jpg) no-repeat center top #1F3147; 
     26    height: 100%; 
    2427} 
    2528 
     
    2932#wrapper { 
    3033  position:relative; 
    31   min-height:100%; 
    3234  height:auto !important; 
    33   height:100%; 
    3435  min-height: 100%; 
    3536  display:block; 
    3637} 
     38 
    3739* html #wrapper { 
    3840  height: 100%; 
     
    104106    -moz-box-shadow: 0 0 5px #000; 
    105107    width:940px; 
     108    border:solid 1px #1F3147\9; 
    106109} 
    107110 
     
    115118    line-height:40px; 
    116119    display:inline-block; 
    117         _display: inline; 
     120        //display: inline; 
    118121        zoom: 1; 
    119122    font-size:18px; 
     123    //position: relative; 
    120124} 
    121125 
     
    149153    position: absolute; 
    150154    top: 115px; 
     155    //top:40px; 
     156    //left:0; 
    151157        width: 200px; 
    152158        background: #E9E9E9; 
     
    211217    -moz-box-shadow: 0 0 5px #000; 
    212218    width:940px !important; 
     219    border:solid 1px #1F3147\9; 
    213220} 
    214221 
     
    227234#main .module{ 
    228235    margin-bottom:10px; 
     236    //margin-bottom:20px; 
    229237    padding:10px 20px 15px 20px; 
     238    //padding-top:0px; 
    230239    background:#FFF; 
    231240    border-radius:8px; 
     
    240249    line-height:40px; 
    241250    background:url(../images/modtop.jpg) repeat-x left; 
    242     margin-top:-11px; 
     251    margin-top:-11px;     
    243252    margin-bottom:10px; 
    244253    padding-left:14px; 
     
    287296    text-shadow:0 1px 0 #000; 
    288297    margin-top:-52px; 
    289     position: relative; 
    290298    clear:both; 
    291299} 
     
    34833491/* ========================================================================== */ 
    34843492 
     3493.actions_list{ 
     3494    clear:both; 
     3495} 
     3496 
    34853497.action_entry{ 
    34863498    padding-left:25px; 
     
    35093521.action_details{ 
    35103522    clear:both; 
     3523    //clear:none; 
    35113524    color:gray; 
    35123525} 
Note: See TracChangeset for help on using the changeset viewer.