parent
ede3725268
commit
42d0bcd673
|
@ -29,10 +29,6 @@ input[type=checkbox] {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popup-shortcuts-button {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checker {
|
.checker {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
@ -333,20 +329,19 @@ body.blocked .actions > .left-gutter {
|
||||||
#popup-options {
|
#popup-options {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
padding: 1.2em 0;
|
padding: 1.2em 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popup-options button {
|
#popup-options button {
|
||||||
margin: 0 2px;
|
width: 32%;
|
||||||
width: 33%;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.firefox #popup-options button {
|
.firefox #popup-options button {
|
||||||
width: 50%;
|
width: 49%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* confirm */
|
/* confirm */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user