diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -573,6 +573,23 @@ td.quick_repo_menu .menu_items.hidden { display: none; } +.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; + vertical-align: -2px; + margin: 0px 1px 0px 3px; +} + .yui-dt-first th { text-align: left; } diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -58,7 +58,7 @@ else: return name %> -
+
##NAME @@ -71,9 +71,9 @@ ##PRIVATE/PUBLIC %if private and c.visual.show_private_icon: - + %elif not private and c.visual.show_public_icon: - + %else: %endif @@ -83,7 +83,7 @@ %endif %if rstate == 'repo_state_pending': - + %endif