Merge pull request #2260 from wallabag/fix-config-fontsize

Fixed different font-size for labels in config screen
This commit is contained in:
Nicolas Lœuillet 2016-09-02 11:17:47 +02:00 committed by GitHub
commit 9972ab467a
2 changed files with 6 additions and 0 deletions

View File

@ -671,3 +671,7 @@ div.settings div.input-field ul {
div.settings div.file-field div {
margin-top: inherit;
}
.input-field label.active {
font-size: 1rem;
}

View File

@ -196,6 +196,7 @@
</div>
<div id="set5" class="col s12">
{% if app.user.config.taggingRules is not empty %}
<div class="row">
<div class="input-field col s12">
<ul>
@ -213,6 +214,7 @@
</ul>
</div>
</div>
{% endif %}
{{ form_start(form.new_tagging_rule) }}
{{ form_errors(form.new_tagging_rule) }}