fix(admin): localization to English + padding fixes for tables, buttons, logo
This commit is contained in:
@@ -25,6 +25,21 @@
|
||||
<meta name="msapplication-tap-highlight" content="no">
|
||||
|
||||
<%- include('partials/app-head-css') %>
|
||||
|
||||
<style>
|
||||
/* Table cell padding */
|
||||
.main-content table.table td,
|
||||
.main-content table.table th {
|
||||
padding: 0.75rem 1rem;
|
||||
}
|
||||
/* Button spacing in action columns */
|
||||
.main-content td .btn + .btn,
|
||||
.main-content td .btn + form,
|
||||
.main-content td form + .btn,
|
||||
.main-content td form + form {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="set-nav-dark set-nav-fixed set-header-fixed set-nav-full">
|
||||
|
||||
Reference in New Issue
Block a user