aboutsummaryrefslogtreecommitdiff
path: root/p/themes
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 /p/themes
parent2f70da06e6c19bef383e5011e6300eef7a8257cb (diff)
[Origine-compact] Fix minor buttons height issues (#2165)
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/Origine-compact/origine-compact.css5
1 files changed, 3 insertions, 2 deletions
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;