Просмотр исходного кода

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
Marien Fressinaud 12 лет назад
Родитель
Сommit
cf3373f1d7

+ 8 - 7
app/layout/nav_menu.phtml

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

+ 2 - 2
public/themes/default/freshrss.css

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

+ 2 - 2
public/themes/flat-design/freshrss.css

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