changeset 7156:e87b0804be89

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
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 21:30:23 +0100
parents ed7a0ddc601e
children b43e77fa50dd
files kallithea/public/less/style.less
diffstat 1 files changed, 7 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- 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 {