diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -4164,8 +4164,7 @@ div.rst-block pre { margin: 0.5em 0px !important; } -.comments .comments-number, -.pr-comments-number { +.comments-number { margin: 5px; padding: 0px 0px 10px 0px; font-weight: bold; @@ -4184,11 +4183,6 @@ div.rst-block pre { clear: both } - -div.comment-form { - margin-top: 20px; -} - .comment-form textarea { width: 100%; height: 100px; @@ -4325,7 +4319,7 @@ form.comment-inline-form { /** comment inline **/ .inline-comments { - padding: 10px 20px; + padding: 0 20px; } .inline-comments div.rst-block { diff --git a/kallithea/public/js/base.js b/kallithea/public/js/base.js --- a/kallithea/public/js/base.js +++ b/kallithea/public/js/base.js @@ -607,250 +607,160 @@ var q_filter = (function() { } })(); -/* return jQuery expression with a tr with body in 3rd column and class cls and id named after the body */ -var _table_tr = function(cls, body){ - // like: