mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-07 06:33:27 -04:00
Améliorations vue
* Lien vers flux RSS généré déplacé en bas du menu déroulant * Le champs de recherche a été un peu agrandi de façon à voir le placeholder en entier
This commit is contained in:
committed by
Alexandre Alapetite
parent
4214bffb16
commit
cf3373f1d7
@@ -121,11 +121,6 @@
|
||||
</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<li class="item">
|
||||
<a class="view_rss" target="_blank" href="<?php echo Url::display ($this->rss_url); ?>">
|
||||
<?php echo Translate::t ('rss_view'); ?>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="separator"></li>
|
||||
|
||||
@@ -148,8 +143,6 @@
|
||||
<?php } ?>
|
||||
</li>
|
||||
|
||||
<li class="separator"></li>
|
||||
|
||||
<li class="item">
|
||||
<?php
|
||||
$url_order = $url;
|
||||
@@ -168,6 +161,14 @@
|
||||
</a>
|
||||
<?php } ?>
|
||||
</li>
|
||||
|
||||
<li class="separator"></li>
|
||||
|
||||
<li class="item">
|
||||
<a class="view_rss" target="_blank" href="<?php echo Url::display ($this->rss_url); ?>">
|
||||
<?php echo Translate::t ('rss_view'); ?>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
.header > .item.search input {
|
||||
width: 200px;
|
||||
width: 230px;
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
.header .item.search input:focus {
|
||||
width: 300px;
|
||||
width: 330px;
|
||||
}
|
||||
.header > .item.configure {
|
||||
width: 100px;
|
||||
|
||||
@@ -32,11 +32,11 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
.header > .item.search input {
|
||||
width: 200px;
|
||||
width: 230px;
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
.header .item.search input:focus {
|
||||
width: 300px;
|
||||
width: 330px;
|
||||
}
|
||||
.header > .item.configure {
|
||||
width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user