diff options
| author | 2018-09-12 21:14:35 +0200 | |
|---|---|---|
| committer | 2018-09-12 21:14:35 +0200 | |
| commit | fe4d882e9bd0733faa01a6125befaf5219aa54f7 (patch) | |
| tree | d79cd0533c435e7352ae9489acea743bc0361166 | |
| parent | 19f48ce98e2e0f6cfef779dc7cfccabba3125a0e (diff) | |
| parent | e243ad5270bc7cc3420e6f7877154387c7ff10bf (diff) | |
Merge pull request #2020 from sirideain/master
Fix Mark as read button spacing in Chrome
| -rw-r--r-- | CREDITS.md | 1 | ||||
| -rw-r--r-- | p/themes/Dark/dark.css | 1 | ||||
| -rw-r--r-- | p/themes/Flat/flat.css | 1 | ||||
| -rw-r--r-- | p/themes/Origine/origine.css | 1 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.css | 7 |
5 files changed, 5 insertions, 6 deletions
diff --git a/CREDITS.md b/CREDITS.md index d43c5a322..4b6fdab23 100644 --- a/CREDITS.md +++ b/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/) diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 38a78a277..31ff514a2 100644 --- a/p/themes/Dark/dark.css +++ b/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; diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 62c4808a4..378851299 100644 --- a/p/themes/Flat/flat.css +++ b/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; diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 4a697e811..d5f644a1b 100644 --- a/p/themes/Origine/origine.css +++ b/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; diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 1b6ebca29..64da9f2dc 100644 --- a/p/themes/Pafat/pafat.css +++ b/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; @@ -168,12 +169,6 @@ a.btn { line-height: 25px; } - -a.btn { - min-height: 25px; - line-height: 25px; -} - .read_all.btn { height:29px; } |
