more compact mode work
This commit is contained in:
parent
fd2b369849
commit
4fe7092318
4 changed files with 70 additions and 11 deletions
|
|
@ -6,9 +6,20 @@ input[type=range]::-moz-focus-outer {
|
|||
}
|
||||
.popper {
|
||||
position: absolute;
|
||||
right: 50%;
|
||||
top: 0;
|
||||
z-index: 50000;
|
||||
background-color: white;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
padding: 5px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
.popper.left {
|
||||
left: 105%;
|
||||
}
|
||||
.popper.right {
|
||||
right: 105%;
|
||||
}
|
||||
.dialog {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue