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

Fix issue #92 : agrandissement des boutons close

Permet une meilleure sélection (notamment en vue mobile) mais
nécessitera peut-être encore un réajustement dans le futur
Marien Fressinaud 12 лет назад
Родитель
Сommit
a73c6de610
2 измененных файлов с 15 добавлено и 11 удалено
  1. 5 5
      public/theme/freshrss.css
  2. 10 6
      public/theme/global.css

+ 5 - 5
public/theme/freshrss.css

@@ -332,7 +332,7 @@
 			overflow: auto;
 		}
 			#stream.global .category .feeds .item {
-				padding: 0 10px;
+				padding: 2px 10px;
 				font-size: 90%;
 			}
 
@@ -563,13 +563,13 @@
 			position: absolute;
 			right: 0;
 			display: inline-block;
-			width: 20px;
-			height: 20px;
+			width: 26px;
+			height: 26px;
 			margin: 0 10px 0 0;
 			border: 1px solid #ccc;
-			border-radius: 10px;
+			border-radius: 20px;
 			text-align: center;
-			line-height: 20px;
+			line-height: 26px;
 		}
 		.aside .categories {
 			margin: 30px 0;

+ 10 - 6
public/theme/global.css

@@ -50,8 +50,8 @@ img {
 		border: none;
 	}
 
-/* IFRAME */
-iframe {
+/* VIDEOS */
+iframe, embed, object {
 	max-width: 100%;
 }
 
@@ -396,15 +396,19 @@ input, select, textarea {
 		display: inline-block;
 		position: absolute;
 		top: -16px; right: -16px;
-		width: 16px;
-		height: 16px;
-		padding: 5px;
+		width: 26px;
+		height: 26px;
 		background: #fff;
 		border-radius: 50px;
 		border: 1px solid #ddd;
-		line-height: 16px;
+		line-height: 26px;
 		text-align: center;
 	}
+		.dropdown .dropdown-close a {
+			display: block;
+			width: 100%;
+			height: 100%;
+		}
 		.dropdown .dropdown-close:hover {
 			background: #f4f4f4;
 		}