@@ -11,6 +11,10 @@ table.data-list-view.dataTable thead th:first-child, table.data-thumb-view.dataT
padding-left: 1rem;
}
+table.data-list-view.dataTable thead th, table.data-thumb-view.dataTable thead th {
+ padding: 0.714rem 1.4rem;
+}
+
table.dataTable thead tr {
background: transparent;
text-transform: uppercase;
@@ -1847,6 +1847,11 @@ table.data-thumb-view.dataTable thead th:first-child {
+table.data-list-view.dataTable thead th,
+table.data-thumb-view.dataTable thead th {
@@ -55,7 +55,7 @@
Powered by
<a target="_blank" href="https://github.com/jqhph/dcat-admin">Dcat Admin</a>
<span> · </span>
- {{ Dcat\Admin\Admin::VERSION }}
+ v{{ Dcat\Admin\Admin::VERSION }}
</span>
<button class="btn btn-primary btn-icon scroll-top" type="button">
@@ -58,6 +58,6 @@ class CreateButton implements Renderable
public function render()
{
- return "<div class='btn-group' style='margin-right:3px'>{$this->renderCreateButton()}{$this->renderDialogCreateButton()}</div>";
+ return "<div class='btn-group btn-no-shadow' style='margin-right:3px'>{$this->renderCreateButton()}{$this->renderDialogCreateButton()}</div>";