Trade padding for bigger font on remove_tag_button.
Primarily affects the "unlink" / "delete" buttons on /tags. Without the padding we can get an extra pt of font size, and these buttons are somewhat of a readability struggle.
This commit is contained in:
parent
c146e0d1b9
commit
7715e10b12
1 changed files with 2 additions and 2 deletions
|
@ -126,11 +126,11 @@ input, select, textarea
|
||||||
{
|
{
|
||||||
/*position: absolute;*/
|
/*position: absolute;*/
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 7pt;
|
font-size: 8pt;
|
||||||
|
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
min-height: 14px;
|
min-height: 14px;
|
||||||
/*padding: 0;*/
|
padding: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue