Merge branch 'legacy/0.9'

This commit is contained in:
Martin Zimmermann 2014-05-29 15:54:36 +02:00
commit dc40d80c81
2 changed files with 4 additions and 11 deletions

View File

@ -61,12 +61,3 @@ definitely need help:
- close threads and remove threads completely - close threads and remove threads completely
- edit comments - edit comments
* `Pagination <https://github.com/posativ/isso/issues/14>`_ while Isso is
generally a lot faster than Disqus, after approx. 50 comments you will
notice roughly 1 second rendering time. It would be nice if the client
fetches only N comments and continues when the user scrolls down (or click
on a button to fetch more).
* CSS improvements. For some websites, the Isso integration just looks ugly.
If you can improve it, please do it :)

View File

@ -172,7 +172,7 @@
.isso-postbox > .form-wrapper > .auth-section .input-wrapper { .isso-postbox > .form-wrapper > .auth-section .input-wrapper {
display: inline-block; display: inline-block;
position: relative; position: relative;
max-width: 30%; max-width: 25%;
margin: 0; margin: 0;
} }
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input { .isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
@ -185,9 +185,11 @@
} }
.isso-postbox > .form-wrapper > .auth-section .input-wrapper:first-child input { .isso-postbox > .form-wrapper > .auth-section .input-wrapper:first-child input {
border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;
border-right: 0;
} }
.isso-postbox > .form-wrapper > .auth-section .input-wrapper:nth-last-child(2) input { .isso-postbox > .form-wrapper > .auth-section .input-wrapper:nth-last-child(2) input {
border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;
border-left: 0;
} }
.isso-postbox > .form-wrapper > .auth-section .post-action { .isso-postbox > .form-wrapper > .auth-section .post-action {
display: inline-block; display: inline-block;