Changeset 19647 for extensions/Media_Icon/template
- Timestamp:
- Dec 29, 2012, 6:17:37 PM (12 years ago)
- Location:
- extensions/Media_Icon/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Media_Icon/template/media_icon.css
r19427 r19647 1 1 .media_icon { 2 width: 60px;3 height: 60px;2 width: 50px !important; 3 height: 50px !important; 4 4 z-index:99; 5 5 position: absolute; -
extensions/Media_Icon/template/media_icon.tpl
r19427 r19647 1 {combine_script id="jquery" load="header"} 1 2 {html_head} 2 3 {literal} … … 10 11 {$media_icon_advanced.yposition}; 11 12 {literal} 12 } 13 } 14 .thumbnails .wrap2 A { 15 position: relative; 16 17 } 13 18 </style> 14 19 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.