Changeset 24966 for trunk/themes
- Timestamp:
- Oct 17, 2013, 9:38:06 PM (11 years ago)
- Location:
- trunk/themes/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/password.tpl
r18750 r24966 12 12 {if $action ne 'none'} 13 13 <form id="lostPassword" action="{$form_action}?action={$action}{if isset($key)}&key={$key}{/if}" method="post"> 14 <fieldset> 15 <legend>{'Forgot your password?'|translate}</legend> 14 16 <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> 15 17 … … 45 47 </label> 46 48 </p> 47 49 </fieldset> 48 50 <p class="bottomButtons"><input type="submit" name="submit" value="{'Submit'|@translate}"></p> 49 51 {/if} -
trunk/themes/default/theme.css
r24881 r24966 137 137 /* begin chronology/calendar elements*/ 138 138 .calendarViews { 139 display: block;140 139 float: right; 141 140 margin: 5px 5px 0 0; … … 148 147 } 149 148 150 .calItem A { border:0}149 .calItem A { text-decoration:none } 151 150 152 151 .calendarCalBar { 153 152 margin: 10px; 154 text-align: left;155 153 } 156 154 … … 581 579 582 580 .tagSelection { 583 width: 99%; 584 margin: 1em 0; 585 padding: 0; 581 margin: 1em 0 !important; 586 582 } 587 583 588 584 .tagSelection LI { 589 585 display:inline-block; 590 width: 150px!important;586 width: 150px; 591 587 overflow:hidden; 592 588 white-space: nowrap; … … 760 756 } 761 757 762 #lostPassword {763 padding: 1em;764 }765 766 758 #lostPassword p { 767 759 text-align: left;
Note: See TracChangeset
for help on using the changeset viewer.