Restyle archiver options
This commit is contained in:
parent
4a0223d6cd
commit
7afe8e150e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -349,7 +349,7 @@ UI = do ->
|
||||
style.right = right
|
||||
|
||||
hoverend = (e) ->
|
||||
return if e.type is 'keydown' and e.keyCode isnt 13
|
||||
return if e.type is 'keydown' and e.keyCode isnt 13 or e.target.nodeName is "TEXTAREA"
|
||||
$.rm @el
|
||||
$.off @root, @endEvents, @hoverend
|
||||
$.off d, 'keydown', @hoverend
|
||||
|
||||
@ -381,12 +381,12 @@ a {
|
||||
.section-advanced textarea {
|
||||
height: 150px;
|
||||
}
|
||||
.section-advanced #archive-table {
|
||||
margin-left: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
.section-advanced .archive-cell {
|
||||
min-width: 160px;
|
||||
text-align: center;
|
||||
}
|
||||
.section-advanced #archive-board-select {
|
||||
position: absolute;
|
||||
}
|
||||
.section-advanced .note {
|
||||
font-size: 0.8em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user