Changeset 898
- Timestamp:
- Oct 18, 2005, 1:31:14 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ChangeLog
r897 r898 1 2005-10-18 chrisaga 2 3 * display : in group_list.tpl - wrong form class, mixed html tags, ... 4 5 * display : suppress bullets in admin->synchronize and checkbox under select 6 7 * display : set standard font size to 12pt 8 1 9 2005-10-17 Pierrick LE GALL 2 10 -
trunk/template/yoga/admin/group_list.tpl
r860 r898 1 <!-- $Id$ --> 1 2 <h2>{lang:title_groups}</h2> 2 3 3 <form class="filter" method="post" name="add_user" action="{F_ADD_ACTION}">4 <form method="post" name="add_user" action="{F_ADD_ACTION}" class="properties"> 4 5 <fieldset> 5 6 <legend>{lang:Add group}</legend> 6 <label>{lang:Group name} <input type="text" name="groupname" maxlength="50" size="20" /></label>7 < input type="submit" name="submit_add" value="{lang:Add}" />7 <label>{lang:Group name}</label><input type="text" name="groupname" maxlength="50" size="20" /> 8 <p><input type="submit" name="submit_add" value="{lang:Add}" /></p> 8 9 </fieldset> 9 10 </form> -
trunk/template/yoga/admin/update.tpl
r859 r898 74 74 <fieldset> 75 75 <legend>{L_UPDATE_CATS_SUBSET}</legend> 76 76 <ul> 77 <li> 77 78 <select style="width:500px" name="cat" size="10"> 78 79 <!-- BEGIN category_option --> … … 80 81 <!-- END category_option --> 81 82 </select> 83 </li> 82 84 83 <label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {L_SEARCH_SUBCATS_INCLUDED}</label> 85 <li><label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {L_SEARCH_SUBCATS_INCLUDED}</label></li> 86 </ul> 84 87 </fieldset> 85 88 -
trunk/template/yoga/default-layout.css
r892 r898 12 12 margin: 5px; 13 13 padding: 0; 14 font-size: 1 00%;14 font-size: 12px; 15 15 font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; 16 16 text-align: center; /* be nice to IE5 */ … … 195 195 } 196 196 197 FORM.properties UL, FORM#quickconnect UL {197 FORM.properties UL, FORM#quickconnect UL, FORM#update UL { 198 198 list-style-type: none; 199 199 margin: 0; … … 201 201 } 202 202 203 FORM.properties LI, FORM#quickconnect UL {203 FORM.properties LI, FORM#quickconnect UL, FORM#update UL { 204 204 margin-bottom: 0.5em; 205 205 padding: 0; -
trunk/template/yoga/image.css
r887 r898 9 9 /*margin: 1ex 0; override default-layout for less bottom-margin */ 10 10 text-align: center; 11 padding -top: 0;11 padding: 0; 12 12 clear: both; 13 13 }
Note: See TracChangeset
for help on using the changeset viewer.