diff options
| author | 2018-12-05 08:57:35 +0100 | |
|---|---|---|
| committer | 2018-12-05 08:57:35 +0100 | |
| commit | 97601a7b1a0e1ab8b602cf5e53a866a1b23a3502 (patch) | |
| tree | ba83de8b4123d6598d432f3a972a4f4e84df8bd8 /p/themes | |
| parent | 2f70da06e6c19bef383e5011e6300eef7a8257cb (diff) | |
[Origine-compact] Fix minor buttons height issues (#2165)
Diffstat (limited to 'p/themes')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 5 |
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; |
