~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/structural-subscription.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-22 01:13:24 UTC
  • mfrom: (12898.2.1 bug-750568)
  • Revision ID: launchpad@pqm.canonical.com-20110422011324-gpktkrrtszrgzp0q
[r=bac][bug=750568] Make structural subscription tags entry box not
        so wide so that it doesn't overrun on certain browsers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
        .append('Match any tags')
515
515
        .append(
516
516
        '<div style="padding-bottom:10px;">' +
517
 
        '    <input type="text" name="tags" size="60"/>' +
 
517
        '    <input type="text" name="tags" size="50"/>' +
518
518
        '    <a target="help"'+
519
519
        '        href="/+help/structural-subscription-tags.html" ' +
520
520
        '        class="sprite maybe">&nbsp;'+