- Timestamp:
- 11/27/10 15:38:28 (18 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
core/js/smiles.js (modified) (1 diff)
-
templates/_default_/components/com_registration.tpl (modified) (2 diffs)
-
templates/_default_/css/styles.css (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/js/smiles.js
r562 r624 15 15 obj.focus(); 16 16 if (document.selection) { 17 console.log('selection');18 17 var s = document.selection.createRange(); 19 18 if (s.text) { -
trunk/templates/_default_/components/com_registration.tpl
r458 r624 40 40 <div><small>{$LANG.USED_FOR_AUTH}<br/>{$LANG.ONLY_LAT_SYMBOLS}</small></div> 41 41 </td> 42 <td valign="top" class="">42 <td valign="top" class=""> 43 43 <input name="login" id="logininput" class="text-input" type="text" size="30" value="{$login}" onchange="checkLogin()" autocomplete="off"/> 44 44 <span class="regstar">*</span> … … 48 48 {if $cfg.name_mode == 'nickname'} 49 49 <tr> 50 <td valign="top" class="" >50 <td valign="top" class="" width="269"> 51 51 <div><strong>{$LANG.NICKNAME}:</strong></div> 52 52 <small>{$LANG.NICKNAME_TEXT}</small> -
trunk/templates/_default_/css/styles.css
r612 r624 20 20 } 21 21 22 html { height:100%; } 23 22 24 body { 23 25 background:url(../images/bg.jpg) no-repeat center top #1F3147; 26 height: 100%; 24 27 } 25 28 … … 29 32 #wrapper { 30 33 position:relative; 31 min-height:100%;32 34 height:auto !important; 33 height:100%;34 35 min-height: 100%; 35 36 display:block; 36 37 } 38 37 39 * html #wrapper { 38 40 height: 100%; … … 104 106 -moz-box-shadow: 0 0 5px #000; 105 107 width:940px; 108 border:solid 1px #1F3147\9; 106 109 } 107 110 … … 115 118 line-height:40px; 116 119 display:inline-block; 117 _display: inline;120 //display: inline; 118 121 zoom: 1; 119 122 font-size:18px; 123 //position: relative; 120 124 } 121 125 … … 149 153 position: absolute; 150 154 top: 115px; 155 //top:40px; 156 //left:0; 151 157 width: 200px; 152 158 background: #E9E9E9; … … 211 217 -moz-box-shadow: 0 0 5px #000; 212 218 width:940px !important; 219 border:solid 1px #1F3147\9; 213 220 } 214 221 … … 227 234 #main .module{ 228 235 margin-bottom:10px; 236 //margin-bottom:20px; 229 237 padding:10px 20px 15px 20px; 238 //padding-top:0px; 230 239 background:#FFF; 231 240 border-radius:8px; … … 240 249 line-height:40px; 241 250 background:url(../images/modtop.jpg) repeat-x left; 242 margin-top:-11px; 251 margin-top:-11px; 243 252 margin-bottom:10px; 244 253 padding-left:14px; … … 287 296 text-shadow:0 1px 0 #000; 288 297 margin-top:-52px; 289 position: relative;290 298 clear:both; 291 299 } … … 3483 3491 /* ========================================================================== */ 3484 3492 3493 .actions_list{ 3494 clear:both; 3495 } 3496 3485 3497 .action_entry{ 3486 3498 padding-left:25px; … … 3509 3521 .action_details{ 3510 3522 clear:both; 3523 //clear:none; 3511 3524 color:gray; 3512 3525 }
Note: See TracChangeset
for help on using the changeset viewer.
