mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-15 14:16:40 +02: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…
x
Reference in New Issue
Block a user