|
@@ -58,7 +58,7 @@ class CommonHelper
|
|
|
if ($hasLink) {
|
|
|
$html .= "<a href='$largeUrl' target='_blank'><img src='$thumbnailUrl' style='height:{$boxSize}px; margin-right:5px; border: 1px solid #ececf1;'></a>";
|
|
|
} else {
|
|
|
- $html .= "<img src='$thumbnailUrl' style='height:{$boxSize}px; margin-right:5px; border: 1px solid #ececf1;'>";
|
|
|
+ $html .= "<img src='$thumbnailUrl' style='height:{$boxSize}px; margin-right:5px; '>";
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -362,6 +362,14 @@ JS
|
|
|
//css
|
|
|
Admin::style(
|
|
|
<<<CSS
|
|
|
+.box {
|
|
|
+ border-radius:0;
|
|
|
+}
|
|
|
+.box.box-solid.box-default {
|
|
|
+border:none;
|
|
|
+box-shadow:none;
|
|
|
+border-bottom: 1px solid #e1e8ea;
|
|
|
+}
|
|
|
.download-wrapper::after {
|
|
|
content: "";
|
|
|
position: absolute;
|