mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-15 20:13:28 +02:00
Tweak styling to fit
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -22,6 +22,12 @@
|
||||
|
||||
select {
|
||||
margin: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.selectize-input {
|
||||
width: 9rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% endif %}
|
||||
<h1>
|
||||
{{ installing ? "PLUGIN_ADMIN.AVAILABLE_PLUGINS"|tu : "PLUGIN_ADMIN.INSTALLED_PLUGINS"|tu }}
|
||||
<div class="sort-actions">
|
||||
<div class="sort-actions" data-grav-selectize="true">
|
||||
<select>
|
||||
<option value="name" selected>{{ "PLUGIN_ADMIN.NAME"|tu }}</option>
|
||||
<option value="author">{{ "PLUGIN_ADMIN.AUTHOR"|tu }}</option>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% endif %}
|
||||
<h1>
|
||||
{{ installing ? "PLUGIN_ADMIN.AVAILABLE_THEMES"|tu : "PLUGIN_ADMIN.INSTALLED_THEMES"|tu }}
|
||||
<div class="sort-actions">
|
||||
<div class="sort-actions" data-grav-selectize="true">
|
||||
<select>
|
||||
<option value="name" selected>{{ "PLUGIN_ADMIN.NAME"|tu }}</option>
|
||||
<option value="author">{{ "PLUGIN_ADMIN.AUTHOR"|tu }}</option>
|
||||
|
||||
Reference in New Issue
Block a user