Changeset - 3b8adbbf03a1
[Not reviewed]
default
0 2 0
Sean Farley - 11 years ago 2015-02-25 20:33:21
sean.michael.farley@gmail.com
_dt_elements: underline just the repo name not whitespace
2 files changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -590,6 +590,14 @@ td.quick_repo_menu .menu_items.hidden {
 
    margin: 0px 1px 0px 3px;
 
}
 

	
 
.dt_repo a {
 
    text-decoration: none;
 
}
 

	
 
.dt_repo .dt_repo_name:hover {
 
    text-decoration: underline;
 
}
 

	
 
.yui-dt-first th {
 
    text-align: left;
 
}
kallithea/templates/data_table/_dt_elements.html
Show inline comments
 
@@ -77,7 +77,7 @@
 
    %else:
 
      <span style="margin: 0px 8px 0px 8px"></span>
 
    %endif
 
    ${get_name(name)}
 
    <span class="dt_repo_name">${get_name(name)}</span>
 
    </a>
 
    %if fork_of:
 
      <a href="${h.url('summary_home',repo_name=fork_of.repo_name)}"><i class="icon-fork"></i></a>
0 comments (0 inline, 0 general)