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,6 +63,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<label>Rss token</label>
|
<label>Rss token</label>
|
||||||
|
<div>
|
||||||
{% if rss.token %}
|
{% if rss.token %}
|
||||||
{{ rss.token }}
|
{{ rss.token }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -72,6 +73,7 @@
|
||||||
<a href="{{ path('generate_token') }}">Regenerate ?</a>
|
<a href="{{ path('generate_token') }}">Regenerate ?</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
0 = Common
|
0 = Common
|
||||||
1 = Nav
|
1 = Nav
|
||||||
2 = Side-nav
|
2 = Side-nav
|
||||||
|
3 = Filters slider
|
||||||
2 = Layout
|
4 = Cards
|
||||||
3 = Pictos
|
|
||||||
4 = Messages
|
|
||||||
5 = Article
|
5 = Article
|
||||||
|
|
||||||
6 = Media queries
|
6 = Media queries
|
||||||
|
7 = Others
|
||||||
|
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
|
@ -212,7 +210,7 @@ nav input {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
3 = Cards
|
4 = Cards
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
main #content {
|
main #content {
|
||||||
|
@ -261,7 +259,7 @@ main ul.row {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
4 = Article
|
5 = Article
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
#article {
|
#article {
|
||||||
|
@ -365,3 +363,10 @@ main ul.row {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* ==========================================================================
|
||||||
|
7 = Others
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
div.input-field div, div.input-field ul {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue