Browse Source

Fix issue #76 : agrandissement de certaines zones cliquables (notamment pour faciliter la navigation sur mobile)

Marien Fressinaud 13 years ago
parent
commit
ded9fcbee6
1 changed files with 7 additions and 12 deletions
  1. 7 12
      public/theme/freshrss.css

+ 7 - 12
public/theme/freshrss.css

@@ -198,14 +198,14 @@
 		border-top: 1px solid #ddd;
 		border-top: 1px solid #ddd;
 	}
 	}
 		.flux_header .item.manage {
 		.flux_header .item.manage {
-			width: 60px;
+			width: 80px;
 			white-space: nowrap;
 			white-space: nowrap;
 			font-size: 0px;
 			font-size: 0px;
 			text-align: center;
 			text-align: center;
 		}
 		}
 			.flux_header .item.manage .read {
 			.flux_header .item.manage .read {
 				display: inline-block;
 				display: inline-block;
-				width: 30px;
+				width: 40px;
 				height: 40px;
 				height: 40px;
 				background: url("icons/read.png") center center no-repeat;
 				background: url("icons/read.png") center center no-repeat;
 				background: url("icons/read.svg") center center no-repeat;
 				background: url("icons/read.svg") center center no-repeat;
@@ -220,7 +220,7 @@
 				}
 				}
 			.flux_header .item.manage .bookmark {
 			.flux_header .item.manage .bookmark {
 				display: inline-block;
 				display: inline-block;
-				width: 30px;
+				width: 40px;
 				height: 40px;
 				height: 40px;
 				background: url("icons/non-starred.png") center center no-repeat;
 				background: url("icons/non-starred.png") center center no-repeat;
 				background: url("icons/non-starred.svg") center center no-repeat;
 				background: url("icons/non-starred.svg") center center no-repeat;
@@ -265,12 +265,12 @@
 			cursor: pointer;
 			cursor: pointer;
 		}
 		}
 		.flux_header .item.link {
 		.flux_header .item.link {
-			width: 35px;
+			width: 40px;
 			text-align: center;
 			text-align: center;
 		}
 		}
 			.flux_header .item.link a {
 			.flux_header .item.link a {
 				display: inline-block;
 				display: inline-block;
-				width: 35px;
+				width: 40px;
 				height: 40px;
 				height: 40px;
 				background: url("icons/link.png") center center no-repeat;
 				background: url("icons/link.png") center center no-repeat;
 				background: url("icons/link.svg") center center no-repeat;
 				background: url("icons/link.svg") center center no-repeat;
@@ -342,19 +342,14 @@
 }
 }
 	.pagination .item {
 	.pagination .item {
 		display: table-cell;
 		display: table-cell;
-		padding: 5px 10px;
 		border-top: 1px solid #aaa;
 		border-top: 1px solid #aaa;
+		line-height: 40px;
 	}
 	}
 		.pagination .item a {
 		.pagination .item a {
+			display: block;
 			color: #333;
 			color: #333;
 			font-style: italic;
 			font-style: italic;
 		}
 		}
-	.pagination .pager-previous, .pagination .pager-next {
-		width: 200px;
-	}
-	.pagination .item.pager-current {
-		font-weight: bold;
-	}
 
 
 /*** NOTIFICATION ***/
 /*** NOTIFICATION ***/
 .notification {
 .notification {