File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -1857,6 +1857,14 @@ div.l-content > div.l-separator:nth-of-type(4) {
18571857
18581858.l-unit__stats {
18591859 margin-bottom : 10px ;
1860+ margin-left : 12% ;
1861+ }
1862+
1863+ .l-unit__stats : hover {
1864+ border-left : 1px solid transparent !important ;
1865+ border-right : 1px solid transparent !important ;
1866+ box-shadow : none !important ;
1867+ background : none !important ;
18601868}
18611869
18621870.l-unit__stats table {
Original file line number Diff line number Diff line change 4848 foreach ($data as $key => $value) {
4949 ?>
5050
51- < div class ="l-unit ">
52- < div class ="l-unit-toolbar clearfix ">
53- < div class ="l-unit-toolbar__col l-unit-toolbar__col--right noselect ">
54- < div class ="actions-panel clearfix ">
55- < div class ="actions-panel__col actions-panel__edit actions-panel__download ">
56- < a href ="/list/rrd/image.php?/rrd/<?php echo $data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> " target="_blank"> < ?=__('download')?> < i > </ i > </ a >
57- </ div >
58- </ div >
59- </ div >
60- </ div >
51+ < div class ="l-unit l-unit__stats ">
6152
6253 < div class ="l-unit__col l-unit__col--right ">
6354 < div class ="l-unit__name separate ">
6455 < ?= __($data[$key]['TITLE'])?>
6556 </ div >
6657
67- < div class =" l-unit__stats " >
68- < img src ="/list/rrd/image.php?/rrd/<?=$data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> ">
58+ < div >
59+ < a href =" /list/rrd/image.php?/rrd/<?php echo $data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"? > " target="_blank" > < img src ="/list/rrd/image.php?/rrd/<?=$data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> "> </ a >
6960 </ div >
7061
7162 </ div >
You can’t perform that action at this time.
0 commit comments