Restyle archiver options

This commit is contained in:
Jordan Bates 2013-05-14 10:26:53 -07:00
parent 4a0223d6cd
commit 7afe8e150e
5 changed files with 11 additions and 11 deletions

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

View File

@ -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

View File

@ -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;