Changeset - e87b0804be89
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-29 21:30:23
dominikruf@gmail.com
Grafted from: 8a9e38d410a6
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
1 file changed with 7 insertions and 17 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -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 {
0 comments (0 inline, 0 general)