Changeset - ed7a0ddc601e
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-28 21:07:50
dominikruf@gmail.com
Grafted from: 760c9dc74659
less: in repo listing, use same width for repotag and icon-folder

This way the repo name texts form a column.
1 file changed with 14 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -770,6 +770,20 @@ div.comment-prev-next-links div.next-com
 
  margin-left: 100px;
 
}
 

	
 
/* repo table icons */
 
#repos_list_wrap_wrapper {
 
  /* make icon-folder and repotag the same width */
 
  .icon-folder:before {
 
    margin: 0; // default margin would otherwise add to the total width 
 
    width: 24px;
 
    text-align: left;
 
  }
 
  .label-repo {
 
    display: inline-block;
 
    width: 24px;
 
  }
 
}
 

	
 
/* changelog table columns */
 
.table#changesets {
 
  table-layout: fixed;
0 comments (0 inline, 0 general)