Changeset 972 for trunk/template/yoga
- Timestamp:
- Dec 4, 2005, 12:40:51 AM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/category.tpl
r960 r972 91 91 <input type="submit" name="login" value="{lang:submit}"> 92 92 </p> 93 93 <ul class="actions"> 94 <li><a href="{U_LOST_PASSWORD}" title="{lang:Forgot your password?}"><img src="{themeconf:icon_dir}/lost_password.png" class="button" alt="{lang:Forgot your password?}"></a></li> 95 <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="{themeconf:icon_dir}/register.png" class="button" alt="{lang:register}"/></a></li> 96 </ul> 97 94 98 </fieldset> 95 99 </form> -
trunk/template/yoga/content.css
r960 r972 156 156 } 157 157 158 #content DIV.comment UL.actions LI {159 display: inline;160 }161 162 158 #content DIV.comment BLOCKQUOTE { 163 159 margin-top: 1em; -
trunk/template/yoga/default-layout.css
r960 r972 184 184 } 185 185 186 FORM#quickconnect {187 margin: 0;188 }189 190 FORM#quickconnect FIELDSET {191 margin: 5px;192 }193 194 FORM#quickconnect P {195 text-align: center;196 }197 198 FORM#quickconnect P INPUT {199 display: inline;200 }201 202 186 FORM.properties LABEL.mandatory { 203 187 font-weight: bold; … … 261 245 display: none; 262 246 } 247 248 /* button tools */ 249 UL.actions { 250 text-indent: 0; 251 list-style: none; 252 } 253 UL.actions LI { 254 display: inline; 255 } 256 UL.actions A { 257 border: none; 258 } 259 -
trunk/template/yoga/menubar.css
r960 r972 60 60 text-indent: 2px; 61 61 } 62 63 /* quickconnect form */ 64 FORM#quickconnect { 65 margin: 0; 66 } 67 68 FORM#quickconnect FIELDSET { 69 margin: 5px; 70 } 71 72 FORM#quickconnect P { 73 float: left; 74 margin: 0; 75 } 76 77 FORM#quickconnect UL.actions { 78 display: inline; 79 margin: 0,5em 0 0 0; 80 float: right; 81 }
Note: See TracChangeset
for help on using the changeset viewer.