# HG changeset patch # User domruf # Date 1509309023 -3600 # Node ID e87b0804be890c76dd2623a47d4f0403b9785d72 # Parent ed7a0ddc601e6e05a22a6ba5ad5114cf90baf7d1 less: cleanup changeset style - move .changeset-logical-index style to .table#changesets block - there is no .changeset_id - there is no #changeset_compare_view_content .compare_view_commits diff -r ed7a0ddc601e -r e87b0804be89 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sat Oct 28 21:07:50 2017 +0200 +++ b/kallithea/public/less/style.less Sun Oct 29 21:30:23 2017 +0100 @@ -336,23 +336,6 @@ padding: 5px; color: #888; } -.changeset_id { - color: #666666; - margin-right: -3px; -} -.changeset-logical-index { - color: #666666; - font-style: italic; - font-size: 85%; - padding-right: 0.5em; - text-align: right; -} -#changeset_compare_view_content .compare_view_commits { - width: auto !important; -} -#changeset_compare_view_content .compare_view_commits td { - padding: 0px 0px 0px 12px !important; -} #graph_nodes { position: absolute; width: 100px; @@ -797,6 +780,13 @@ /* the optional second checkbox will be inline-block but should wrap to a new line */ white-space: normal; } + .changeset-logical-index { + color: @gray-light; + font-style: italic; + font-size: 85%; + text-align: right; + overflow: visible; + } .changeset-logical-index, .expand_commit, .status {