diff options
| author | 2014-10-01 13:55:30 +0200 | |
|---|---|---|
| committer | 2014-10-01 13:55:30 +0200 | |
| commit | 405f23050b18e8388edb6f8be90aa59c17ada421 (patch) | |
| tree | 73126bc15d48c6d73175c4907fe6d30f9d4b5505 /app | |
| parent | f400621f44c2aac0b1bb4204e95e4c35a8a35f8f (diff) | |
Design of the slider
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/subscription/index.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 2d55890f7..10578bdd3 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -134,9 +134,10 @@ <?php } ?> </div> -<div id="slider"> +<a id="close-slider"></a> +<div id="slider"<?php echo isset($this->feed) ? ' class="active"' : ''; ?>> <?php - if (isset($this->feed) && $this->feed) { + if (isset($this->feed)) { $this->renderHelper('feed/update'); } ?> |
