mirror of https://github.com/xwiki-labs/cryptpad
Fix calendar popup button padding issue #1406
This commit is contained in:
parent
f202422983
commit
caf8af3e35
|
@ -148,8 +148,8 @@
|
|||
background-color: @cp_buttons-cancel;
|
||||
box-sizing: border-box;
|
||||
align-items: center;
|
||||
line-height: 36px;
|
||||
padding: 0 6px;
|
||||
line-height: 20px;
|
||||
padding: 8px 6px;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
@ -180,10 +180,6 @@
|
|||
padding: 5px;
|
||||
height: auto !important;
|
||||
}
|
||||
&.btn-confirm {
|
||||
line-height: 20px;
|
||||
padding: 8px 6px;
|
||||
}
|
||||
|
||||
&:hover, &:not(:disabled):not(.disabled):active, &:focus {
|
||||
color: @cp_buttons-fg;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
.tui-full-calendar-confirm {
|
||||
span, i {
|
||||
padding: 0.5rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
span {
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Reference in New Issue