Changeset 1680
- Timestamp:
- 08/20/08 22:35:09 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
templates/show_album.inc.php (modified) (1 diff)
-
themes/classic/templates/default.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/show_album.inc.php
r1673 r1680 42 42 ?> 43 43 </div> 44 <div id="information_actions"> 44 45 <div style="display:table-cell;" id="rating_<?php echo $album->id; ?>_album"> 45 46 <?php Rating::show($album->id,'album'); ?> 46 47 </div> 47 <div id="information_actions">48 48 <h3><?php echo _('Actions'); ?>:</h3> 49 49 <ul> -
trunk/themes/classic/templates/default.css
r1485 r1680 500 500 501 501 /* Specific to Info Boxes */ 502 .info-box .album_art {float:left;margin-right:10px;} 503 #information_actions { margin-left:5px; font-size:0.7em; } 502 .info-box { float:left;margin-right:10px; } 503 .album_art { float:left; margin-right:10px; } 504 #information_actions { margin-left:5px; font-size:0.7em; float:left; } 504 505 #information_actions h3 { font-size:1.2em; margin:0.2em; } 505 506
