FLUID-1299: OSDPL Styling: "More tags" phrase needs more vertical padding

Metadata

Source
FLUID-1299
Type
Task
Priority
Trivial
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2008-08-21T15:05:47.000-0400
Updated
2008-10-03T12:26:51.000-0400
Versions
  1. 0.4
Fixed Versions
  1. 0.6beta1
Component
  1. OSDPL

Description

In the tag cloud the phrase "More Tags" needs a little more vertical space to distinguish it from a tag.

Another idea would be to remove the link "More Tags" all together and make the "Find patterns by tag" header clickable.

Comments

  • Jonathan Hung commented 2008-10-03T12:25:29.000-0400

    Added the following to our theme's CSS

    /* Custom Tagadelic "more tags" top margin. Fluid-1299. */
    .block-tagadelic .content .more-link{
    margin-top: 10px;
    }

    Gives it more of a gap.

    Iteration19

  • Jonathan Hung commented 2008-10-03T12:26:51.000-0400

    Done.