diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 07189e7..2b35e2f 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -223,22 +223,15 @@ tr.table-primary-light { } } -table.table-fixed, .table-fixed > table { - thead { - tr { - th { - &.sorted { - &::before { - content: '\f0dc'; - font-family: 'FontAwesome'; - color: #aaa; - margin-right: 3px; - } - } - } +th { + &.sorted { + &::before { + content: '\f0dc'; + font-family: 'FontAwesome'; + color: #aaa; + margin-right: 3px; } } - } .table-responsive { @@ -246,41 +239,6 @@ table.table-fixed, .table-fixed > table { overflow-y: hidden; } -@media screen and (min-height: 650px) { - table.table-fixed, .table-fixed > table { - width: 100%; - - tbody { - overflow: auto; - width: 100%; - height: 500px; - } - - thead, tbody, tr, td, th { - display: block; - } - - tbody { - td, th { - float: left; - min-height: 60px; - } - - tr { - clear: left; - } - } - - thead { - tr { - th { - float: left; - } - } - } - } -} - .toast-container { display: flex; position: relative; diff --git a/core/Resources/views/site/navigation_admin/index.html.twig b/core/Resources/views/site/navigation_admin/index.html.twig index 985705f..282abfa 100644 --- a/core/Resources/views/site/navigation_admin/index.html.twig +++ b/core/Resources/views/site/navigation_admin/index.html.twig @@ -25,7 +25,7 @@
- +
diff --git a/core/Resources/views/site/page_admin/index.html.twig b/core/Resources/views/site/page_admin/index.html.twig index 5922257..07ea264 100644 --- a/core/Resources/views/site/page_admin/index.html.twig +++ b/core/Resources/views/site/page_admin/index.html.twig @@ -14,7 +14,7 @@
- +
diff --git a/core/Resources/views/user/user_admin/index.html.twig b/core/Resources/views/user/user_admin/index.html.twig index e11f87f..6c5b75d 100644 --- a/core/Resources/views/user/user_admin/index.html.twig +++ b/core/Resources/views/user/user_admin/index.html.twig @@ -23,7 +23,7 @@
-
{{ 'Name'|trans }}
+
{{ 'Username'|trans }}