Tweak styling to fit

This commit is contained in:
Andy Miller
2016-07-09 13:31:08 -06:00
parent 90c629b0ed
commit 3f29a75a14
5 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -22,6 +22,12 @@
select {
margin: 0;
display: none;
}
.selectize-input {
width: 9rem;
vertical-align: middle;
}
}

View File

@@ -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>

View File

@@ -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>