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:
Marien Fressinaud
2013-11-10 20:40:48 +01:00
committed by Alexandre Alapetite
parent 4214bffb16
commit cf3373f1d7
3 changed files with 12 additions and 11 deletions

View File

@@ -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>

View File

@@ -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;

View File

@@ -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;