mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
change search box padding, otherwise the bottom of the searchbox will not be aligned with the buttons on the left.
This commit is contained in:
parent
ab67f1397a
commit
d27e4a0178
@ -43,7 +43,7 @@ table {
|
|||||||
border: solid #444 1px;
|
border: solid #444 1px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
padding: 2px 3px;
|
padding: 0px 3px;
|
||||||
margin: 0px 2px;
|
margin: 0px 2px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
line-height: 12pt;
|
line-height: 12pt;
|
||||||
|
Loading…
Reference in New Issue
Block a user