Changeset 1444
- Timestamp:
- Jul 8, 2006, 5:07:04 PM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/rating.tpl
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
trunk/template/yoga/admin/tags.tpl
-
Property
svn:keywords
set to
Author Date Id Revision
-
Property
svn:keywords
set to
-
trunk/template/yoga/default-layout.css
r1392 r1444 79 79 width: 500px; 80 80 overflow: auto; 81 } 82 83 SELECT.categoryList { 84 height: 20em; 85 width: 30em; 81 86 } 82 87 -
trunk/template/yoga/fix-ie5-ie6.css
r1384 r1444 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; -
trunk/template/yoga/search.tpl
r1337 r1444 101 101 <legend>{lang:search_options}</legend> 102 102 <label>{lang:search_categories} 103 <select style="width:250px" 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.