diff options
author | John McLear <john@mclear.co.uk> | 2014-11-29 00:30:13 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-29 00:30:13 +0000 |
commit | 34f76257396663b5cce19e75b0f91e394922e233 (patch) | |
tree | 2c216dba0953e3379ef645fafa7a9f82847c0c66 /src | |
parent | 53887db872bb482e035ac331dfec70aad1c81a83 (diff) | |
download | etherpad-lite-34f76257396663b5cce19e75b0f91e394922e233.zip |
a little more polish
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/pad.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 177ce91e..0ec2a5f5 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -1050,6 +1050,10 @@ input[type=checkbox] { position:absolute; bottom:33px; } + #gritter-notice-wrapper{ + bottom:43px !important; + right:10px !important; + } } #passwordRequired{ |