Tiny adjustments.

This commit is contained in:
Nicolas Stepien 2013-02-25 18:53:10 +01:00
parent 18bfdce822
commit 56a007e9a7
3 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -456,8 +456,12 @@ a[href="javascript:;"] {
min-width: 300px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
#qr .move {
-webkit-align-self: stretch;
align-self: stretch;
-webkit-flex: 1;
flex: 1;
}

View File

@ -60,6 +60,7 @@ QR =
error: err
close: ->
QR.nodes.el.hidden = true
QR.cleanNotifications()
QR.abort()
d.activeElement.blur()
$.rmClass QR.nodes.el, 'dump'
@ -69,7 +70,6 @@ QR =
QR.status()
if !Conf['Remember Spoiler'] and QR.nodes.spoiler.checked
QR.nodes.spoiler.click()
QR.cleanNotifications()
hide: ->
d.activeElement.blur()
$.addClass QR.nodes.el, 'autohide'