Changeset 1680

Show
Ignore:
Timestamp:
08/20/08 22:35:09 (3 months ago)
Author:
vollmerk
Message:

fixed a visual issue with short album+artist names where the actions wrapped or floated into the wrong spot, not tested on ie yet

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/show_album.inc.php

    r1673 r1680  
    4242        ?> 
    4343</div> 
     44<div id="information_actions"> 
    4445<div style="display:table-cell;" id="rating_<?php echo $album->id; ?>_album"> 
    4546                <?php Rating::show($album->id,'album'); ?> 
    4647</div> 
    47 <div id="information_actions"> 
    4848<h3><?php echo _('Actions'); ?>:</h3> 
    4949<ul> 
  • trunk/themes/classic/templates/default.css

    r1485 r1680  
    500500 
    501501/* 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; }  
    504505#information_actions h3 { font-size:1.2em; margin:0.2em; } 
    505506