# HG changeset patch # User domruf # Date 2017-10-29 21:30:23 # 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 --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -336,23 +336,6 @@ h3.files_location { 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 @@ div.comment-prev-next-links div.next-com /* 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 {