Changeset - ed783f8d4562
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 01:31:02
dominikruf@gmail.com
less: remove dt_repo no-wrap - wrapping of repo names is actually useful on small screens
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -119,16 +119,12 @@ table.changesets .date,
 
table.changesets .comments {
 
  white-space: nowrap;
 
}
 
.form-group > label {
 
  float: left;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
 
}
 
.dt_repo_pending {
 
  opacity: 0.5;
 
}
 
.dt_repo i.icon-keyhole-circled,
 
.dt_repo i.icon-globe {
 
  font-size: 16px;
kallithea/public/less/style.less
Show inline comments
 
@@ -135,16 +135,12 @@ table.changesets {
 
  }
 
}
 

	
 
.form-group > label {
 
  float: left;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
 
}
 
.dt_repo_pending {
 
  opacity: 0.5;
 
}
 
.dt_repo i.icon-keyhole-circled,
 
.dt_repo i.icon-globe {
 
  font-size: 16px;
0 comments (0 inline, 0 general)