Changeset 1207 for trunk/template/yoga


Ignore:
Timestamp:
Apr 19, 2006, 9:44:37 PM (18 years ago)
Author:
chrisaga
Message:

<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans">
<p>- HTML validation : of thumbnails in caddie plus a more compact display</p>
</body></html>

Location:
trunk/template/yoga
Files:
2 edited

Legend:

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

    r1119 r1207  
    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>
  • trunk/template/yoga/content.css

    r1136 r1207  
    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.