- Timestamp:
- Jul 8, 2006, 5:12:55 PM (18 years ago)
- Location:
- branches/branch-1_6/template/yoga
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/template/yoga/admin/rating.tpl
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
branches/branch-1_6/template/yoga/admin/tags.tpl
-
Property
svn:keywords
set to
Author Date Id Revision
-
Property
svn:keywords
set to
-
branches/branch-1_6/template/yoga/default-layout.css
r1393 r1445 79 79 width: 500px; 80 80 overflow: auto; 81 } 82 83 SELECT.categoryList { 84 height: 20em; 85 width: 30em; 81 86 } 82 87 -
branches/branch-1_6/template/yoga/fix-ie5-ie6.css
r1386 r1445 18 18 19 19 /* to get less hugly checkboxes at least in tagSelection */ 20 /* as well as several forms */ 21 FORM#update INPUT, 20 22 UL.tagSelection LI INPUT, 21 #content UL.thumbnails SPAN.wrap2 input{23 #content UL.thumbnails SPAN.wrap2 INPUT { 22 24 border: none; 23 25 background-color: transparent; -
branches/branch-1_6/template/yoga/search.tpl
r1338 r1445 101 101 <legend>{lang:search_options}</legend> 102 102 <label>{lang:search_categories} 103 <select style="width:200px" name="cat[]" multiple="multiple" size="8" onfocus="this.className='focus';" onblur="this.className='nofocus';">103 <select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='focus';" onblur="this.className='nofocus';"> 104 104 <!-- BEGIN category_option --> 105 105 <option value="{category_option.VALUE}">{category_option.OPTION}</option>
Note: See TracChangeset
for help on using the changeset viewer.