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:
parent
bf9448a364
commit
e8d57fb4e6
2 changed files with 5 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue