Changeset 1207 for trunk/template/yoga
- Timestamp:
- Apr 19, 2006, 9:44:37 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/element_set_global.tpl
r1119 r1207 158 158 159 159 <!-- BEGIN thumbnails --> 160 <table valign="top" align="center" class="thumbnail"> 160 <!--table valign="top" align="center" class="thumbnail"--> 161 <table class="thumbnail"> 161 162 <!-- BEGIN line --> 162 163 <tr> … … 168 169 title="{thumbnails.line.thumbnail.TITLE}" 169 170 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}" /> 171 172 </label> 172 173 </td> -
trunk/template/yoga/content.css
r1136 r1207 186 186 } 187 187 188 TABLE.thumbnail { 189 margin-left: auto; 190 margin-right: auto; 191 } 192 TD.thumbnail label { 193 position: relative; 194 } 195 TD.thumbnail input { 196 position: absolute; 197 left: 0; 198 top: 0; 199 background: transparent; 200 border: none; 201 } 188 202 189 203 /* begin chronology/calendar elements*/
Note: See TracChangeset
for help on using the changeset viewer.