1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Fix item art actions position

This commit is contained in:
Afterster 2014-10-10 07:40:45 +02:00
parent bf9448a364
commit e8d57fb4e6
2 changed files with 5 additions and 1 deletions

View file

@ -350,7 +350,7 @@ class Graph
/* Write the chart legend */ /* Write the chart legend */
$myPicture->drawLegend(280,20,array("Style"=>LEGEND_NOBORDER,"Mode"=>LEGEND_HORIZONTAL)); $myPicture->drawLegend(280,20,array("Style"=>LEGEND_NOBORDER,"Mode"=>LEGEND_HORIZONTAL));
header("Content-Disposition: filename=\"ampache-graph.png\""); header("Content-Disposition: filename=\"ampache-graph.png\"");
/* Render the picture (choose the best way) */ /* Render the picture (choose the best way) */
$myPicture->autoOutput(); $myPicture->autoOutput();
} }

View file

@ -1276,6 +1276,10 @@ span.fatalerror {
margin: 2px; margin: 2px;
} }
.item_art_actions img {
float: none;
}
.item_art:hover { .item_art:hover {
border: 2px solid; border: 2px solid;
margin: 0px; margin: 0px;