diff options
author | mkanat%bugzilla.org <> | 2009-01-22 05:08:35 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-01-22 05:08:35 +0100 |
commit | c7b2b76566b8258c676967537986e996c17c3d8d (patch) | |
tree | ead1d770b601720c2aac9bdfc3133cd56071d694 /skins | |
parent | fdfe948ab5eea11a0ce98b84044308a6f95adfa0 (diff) | |
download | bugzilla-c7b2b76566b8258c676967537986e996c17c3d8d.tar.gz bugzilla-c7b2b76566b8258c676967537986e996c17c3d8d.tar.xz |
Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from any Bugzilla installation)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index cd5e489a3..4e225a1b4 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -462,6 +462,12 @@ div.user_match { border: 1px solid #404D6C; } +.bug_urls { + margin: 0 0 1em 0; + padding: 0; + list-style-type: none; +} + form#Create th { text-align: right; } |