Elastic: Fix position of counter badge on calendars list
This commit is contained in:
parent
d87235e20e
commit
98239ee764
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
min-width: 2em;
|
min-width: 2em;
|
||||||
line-height: 1.4rem;
|
line-height: 1.4rem;
|
||||||
margin: (@listing-line-height - 1.4rem)/2;
|
margin: (@listing-line-height - 1.4 * @page-font-size)/2;
|
||||||
padding: 0 .3em;
|
padding: 0 .3em;
|
||||||
border-radius: .4em;
|
border-radius: .4em;
|
||||||
background: @color-list-secondary;
|
background: @color-list-secondary;
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
|
|
||||||
html.touch & {
|
html.touch & {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
margin: (@listing-touch-line-height - 2rem)/2;
|
margin: (@listing-touch-line-height - 2 * @page-font-size)/2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue