summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nicolas Frandeboeuf <mail@nicofrand.eu> 2018-12-05 08:57:35 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-12-05 08:57:35 +0100
commit97601a7b1a0e1ab8b602cf5e53a866a1b23a3502 (patch)
treeba83de8b4123d6598d432f3a972a4f4e84df8bd8
parent2f70da06e6c19bef383e5011e6300eef7a8257cb (diff)
[Origine-compact] Fix minor buttons height issues (#2165)
-rw-r--r--CREDITS.md1
-rw-r--r--p/themes/Origine-compact/origine-compact.css5
2 files changed, 4 insertions, 2 deletions
diff --git a/CREDITS.md b/CREDITS.md
index f4e51f3d5..83bb97a25 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -44,6 +44,7 @@ People are sorted by name so please keep this order.
* [MSZ](https://github.com/mszkb): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=mszkb)
* [Nico B](https://github.com/youknow0): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:youknow0)
* [Nicolas Elie](https://github.com/nicolaselie): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=nicolaselie)
+* [Nicolas Frandeboeuf](https://github.com/nicofrand): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=nicofrand), [Web](https://nicofrand.ey)
* [Nicolas Lœuillet](https://github.com/nicosomb): [contributions](https://github.com/FreshRSS/documentation/commits?author=nicosomb), [Web](http://www.loeuillet.org/)
* [Nicola Spanti](https://github.com/RyDroid): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:RyDroid), [Web](http://www.nicola-spanti.info/)
* [Olivier Dossmann](https://github.com/blankoworld): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=blankoworld), [Web](https://olivier.dossmann.net)
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index 26129415a..11f3b3b25 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -167,7 +167,8 @@ form th {
cursor: pointer;
overflow: hidden;
}
-a.btn {
+a.btn,
+.stick .btn {
min-height: 20px;
line-height: 20px;
}
@@ -571,7 +572,7 @@ a.btn {
.header > .item.search input {
width: 230px;
- padding: 1px 5px 0px 5px;
+ padding: 1px 5px;
}
.header .item.search input:focus {
width: 350px;