Răsfoiți Sursa

Changement raccourci par défaut pour article suivant / précédent (j et k comme Google Reader + corrections design

Marien Fressinaud 13 ani în urmă
părinte
comite
49e1a798ba

+ 2 - 2
app/models/RSSConfiguration.php

@@ -101,8 +101,8 @@ class RSSConfigurationDAO extends Model_array {
 		'mark_read' => 'r',
 		'mark_favorite' => 'f',
 		'go_website' => 'space',
-		'next_entry' => 'page_down',
-		'prev_entry' => 'page_up',
+		'next_entry' => 'j',
+		'prev_entry' => 'k',
 		'next_page' => 'right',
 		'prev_page' => 'left',
 	);

+ 2 - 2
public/data/Configuration.array.php

@@ -10,8 +10,8 @@ return array (
 		'mark_read' => 'r',
 		'mark_favorite' => 'f',
 		'go_website' => 'space',
-		'next_entry' => 'page_down',
-		'prev_entry' => 'page_up',
+		'next_entry' => 'j',
+		'prev_entry' => 'k',
 		'next_page' => 'right',
 		'prev_page' => 'left',
 	),

+ 1 - 1
public/theme/base.css

@@ -42,6 +42,7 @@ img {
 /* FORMULAIRES */
 legend {
 	display: block;
+	width: 100%;
 	margin: 20px 0 5px;
 	padding: 5px 0;
 	border-bottom: 1px solid #ddd;
@@ -98,7 +99,6 @@ input {
 		min-height: 25px;
 		margin: 0 0 0 220px;
 		padding: 5px 0;
-		line-heigt: 25px;
 	}
 		.form-group .group-controls .control {
 			display: block;