~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseries-localdifferences.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-18 12:03:36 UTC
  • mfrom: (13697.4.3 desc-header-827893)
  • Revision ID: launchpad@pqm.canonical.com-20110818120336-nen630tjs9x2z9vd
[r=danilo][bug=827893] Hide the "Binary descriptions:" slot if no
        binary descriptions are to be displayed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        /* Don't show a border between the
16
16
           difference rows and their expanded sections */
17
17
        table.listing tr.diff-extra td { border-top: 0; }
 
18
        table.listing .diff-extra-container {
 
19
            padding-bottom: 15px;
 
20
        }
 
21
        /* Clear float without adding a vertical space */
 
22
        table.listing .clear {
 
23
            clear: both;
 
24
            height: 1px;
 
25
            width: 100%;
 
26
            margin: 0 0 -1px;
 
27
        }
 
28
        table.listing .blacklist-options {
 
29
            padding-left: 1em;
 
30
        }
18
31
      </style>
19
32
    </metal:block>
20
33