Custom Query (2152 matches)
Results (2059 - 2061 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2781 | fixed | add way to edit homepage text to simple theming | aron.carroll | shevski |
Description |
demo.ckan.org has a small field for adding text on homepage current text: "Welcome to the CKAN demo Try out standard CKAN functionality in a sandbox environment. Search for datasets directly from the homepage or by navigating to the Datasets search page where you can facet by tags, groups and format." Want to make this editable for demos |
|||
#2789 | fixed | logo fixups | aron.carroll | toby |
Description |
With the text logo I'd like the tag line to be under the site name so some css like float:left;clear:left;font-size:13px;line-height:0.1; Also the site name can be larger if no tagline commit daac54dbd856 I've added a new global g.header_css that sets the hgroup class to 'header-image' 'header-text-logo' 'header-text-logo-tagline' I think maybe we should also have 'header-image-css' for the equivalent of the class="logo" in the link to allow/stop the image replacement |
|||
#2791 | fixed | Logo fix | aron.carroll | toby |
Description |
@aron We should be able to have longish tag lines that look ok currently they wrap and stop the logo text being clickable Can we have white-space:nowrap; for the tagline so long ones don't wrap and maybe look at aligning long ones |