Browse Source

Merge pull request #2020 from sirideain/master

Fix Mark as read button spacing in Chrome
Alexandre Alapetite 7 years ago
parent
commit
fe4d882e9b
5 changed files with 5 additions and 6 deletions
  1. 1 0
      CREDITS.md
  2. 1 0
      p/themes/Dark/dark.css
  3. 1 0
      p/themes/Flat/flat.css
  4. 1 0
      p/themes/Origine/origine.css
  5. 1 6
      p/themes/Pafat/pafat.css

+ 1 - 0
CREDITS.md

@@ -53,6 +53,7 @@ People are sorted by name so please keep this order.
 * [Quentin Dufour](https://github.com/superboum): [contributions](https://github.com/FreshRSS/documentation/commits?author=superboum), [Web](http://quentin.dufour.io/)
 * [Ramón Cutanda](https://github.com/rcutanda): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:rcutanda)
 * [romibi](https://github.com/romibi): [contributions](https://github.com/FreshRSS/FreshRSS/commits/dev?author=romibi)
+* [sirideain](https://github.com/sirideain): [contributions](https://github.com/FreshRSS/FreshRSS/commits/dev?author=sirideain)
 * [subic](https://github.com/subic): [contributions](https://github.com/FreshRSS/documentation/commits?author=subic)
 * [Tets42](https://github.com/Tets42): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=Tets42)
 * [Thomas Citharel](https://github.com/tcitworld): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:tomgue), [Web](https://www.tcit.fr/)

+ 1 - 0
p/themes/Dark/dark.css

@@ -161,6 +161,7 @@ button.as-link[disabled] {
 	display: inline-block;
 	min-height: 37px;
 	min-width: 15px;
+	line-height: 25px;
 	margin: 0;
 	padding: 5px 10px;
 	font-size: 0.9rem;

+ 1 - 0
p/themes/Flat/flat.css

@@ -167,6 +167,7 @@ form th {
 	display: inline-block;
 	min-height: 38px;
 	min-width: 15px;
+	line-height: 25px;
 	margin: 0;
 	padding: 5px 10px;
 	font-size: 0.9rem;

+ 1 - 0
p/themes/Origine/origine.css

@@ -148,6 +148,7 @@ form th {
 	display: inline-block;
 	min-height: 37px;
 	min-width: 15px;
+	line-height: 25px;
 	margin: 0;
 	padding: 5px 10px;
 	background: #fff;

+ 1 - 6
p/themes/Pafat/pafat.css

@@ -151,6 +151,7 @@ form th {
 	display: inline-block;
 	min-height: 29px;
 	min-width: 15px;
+	line-height: 25px;
 	margin: 0;
 	padding: 1px 5px;
 	background: #fff;
@@ -163,12 +164,6 @@ form th {
 	overflow: hidden;
 }
 
-a.btn {
-	min-height: 25px;
-	line-height: 25px;
-}
-
-
 a.btn {
 	min-height: 25px;
 	line-height: 25px;