Changeset 1208


Ignore:
Timestamp:
Apr 19, 2006, 9:45:50 PM (18 years ago)
Author:
chrisaga
Message:
  • merge trunc r1206:1207 into branch 1.6 (HTML validation)
Location:
branches/branch-1_6/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/admin/element_set_global.tpl

    r1119 r1208  
    158158
    159159  <!-- BEGIN thumbnails -->
    160   <table valign="top" align="center" class="thumbnail">
     160  <!--table valign="top" align="center" class="thumbnail"-->
     161  <table class="thumbnail">
    161162    <!-- BEGIN line -->
    162163    <tr>
     
    168169             title="{thumbnails.line.thumbnail.TITLE}"
    169170             class="thumbLink" />
    170         <br /><input type="checkbox" name="selection[]" value="{thumbnails.line.thumbnail.ID}" />
     171        <input type="checkbox" name="selection[]" value="{thumbnails.line.thumbnail.ID}" />
    171172        </label>
    172173      </td>
  • branches/branch-1_6/template/yoga/content.css

    r1137 r1208  
    186186}
    187187
     188TABLE.thumbnail {
     189  margin-left: auto;
     190  margin-right: auto;
     191}
     192TD.thumbnail label {
     193  position: relative;
     194}
     195TD.thumbnail input {
     196  position: absolute;
     197  left: 0;
     198  top: 0;
     199  background: transparent;
     200  border: none;
     201}
    188202
    189203/* begin chronology/calendar elements*/
Note: See TracChangeset for help on using the changeset viewer.