mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Fix display issue in config rss tab
This commit is contained in:
parent
4fcb7eaf13
commit
83aaf84195
2 changed files with 21 additions and 14 deletions
|
@ -63,13 +63,15 @@
|
|||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<label>Rss token</label>
|
||||
{% if rss.token %}
|
||||
{{ rss.token }}
|
||||
{% else %}
|
||||
<em>No token</em>
|
||||
{% endif %}
|
||||
–
|
||||
<a href="{{ path('generate_token') }}">Regenerate ?</a>
|
||||
<div>
|
||||
{% if rss.token %}
|
||||
{{ rss.token }}
|
||||
{% else %}
|
||||
<em>No token</em>
|
||||
{% endif %}
|
||||
–
|
||||
<a href="{{ path('generate_token') }}">Regenerate ?</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,13 +4,11 @@
|
|||
0 = Common
|
||||
1 = Nav
|
||||
2 = Side-nav
|
||||
|
||||
2 = Layout
|
||||
3 = Pictos
|
||||
4 = Messages
|
||||
3 = Filters slider
|
||||
4 = Cards
|
||||
5 = Article
|
||||
|
||||
6 = Media queries
|
||||
7 = Others
|
||||
|
||||
========================================================================== */
|
||||
|
||||
|
@ -212,7 +210,7 @@ nav input {
|
|||
}
|
||||
|
||||
/* ==========================================================================
|
||||
3 = Cards
|
||||
4 = Cards
|
||||
========================================================================== */
|
||||
|
||||
main #content {
|
||||
|
@ -261,7 +259,7 @@ main ul.row {
|
|||
}
|
||||
|
||||
/* ==========================================================================
|
||||
4 = Article
|
||||
5 = Article
|
||||
========================================================================== */
|
||||
|
||||
#article {
|
||||
|
@ -365,3 +363,10 @@ main ul.row {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
/* ==========================================================================
|
||||
7 = Others
|
||||
========================================================================== */
|
||||
|
||||
div.input-field div, div.input-field ul {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue