# HG changeset patch # User Sean Farley # Date 2015-02-25 20:19:20 # Node ID a75a6e7b1b1720e8ddfb2d88404152251759d491 # Parent a72714a46d3d2e50f8566ebae416321dc85b779b _dt_elements: move style to css file 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 %> -
+