Changeset 1444


Ignore:
Timestamp:
Jul 8, 2006, 5:07:04 PM (18 years ago)
Author:
chrisaga
Message:

Cosmetics

Location:
trunk/template/yoga
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/rating.tpl

    • Property svn:executable set to *
  • trunk/template/yoga/admin/tags.tpl

    • Property svn:keywords set to Author Date Id Revision
  • trunk/template/yoga/default-layout.css

    r1392 r1444  
    7979  width: 500px;
    8080  overflow: auto;
     81}
     82
     83SELECT.categoryList {
     84  height: 20em;
     85  width: 30em;
    8186}
    8287
  • trunk/template/yoga/fix-ie5-ie6.css

    r1384 r1444  
    1818
    1919/* to get less hugly checkboxes at least in tagSelection */
     20/* as well as several forms */
     21FORM#update INPUT,
    2022UL.tagSelection LI INPUT,
    21 #content UL.thumbnails SPAN.wrap2 input {
     23#content UL.thumbnails SPAN.wrap2 INPUT {
    2224  border: none;
    2325  background-color: transparent;
  • trunk/template/yoga/search.tpl

    r1337 r1444  
    101101  <legend>{lang:search_options}</legend>
    102102  <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';">
    104104      <!-- BEGIN category_option -->
    105105      <option value="{category_option.VALUE}">{category_option.OPTION}</option>
Note: See TracChangeset for help on using the changeset viewer.