diff options
author | Byron Jones <glob@mozilla.com> | 2014-09-23 05:41:17 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-09-23 05:41:17 +0200 |
commit | 7a7013402fb30e8777bc09fb9971651392e65ea1 (patch) | |
tree | ccdcff1fbe901d08afbf157ce47c255241a66e6c /skins/custom | |
parent | 9773ddfe2f9da1d72843b0f5fb7476f3bf4995d2 (diff) | |
download | bugzilla-7a7013402fb30e8777bc09fb9971651392e65ea1.tar.gz bugzilla-7a7013402fb30e8777bc09fb9971651392e65ea1.tar.xz |
Bug 1037663: Make custom bug entry forms more discoverable
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/create_bug.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css index 1ca28a101..333aff48f 100644 --- a/skins/custom/create_bug.css +++ b/skins/custom/create_bug.css @@ -45,3 +45,27 @@ #container_see_also { width: 25em } + +#custom_form_list { + font-weight: bold; + border: 1px solid #dddddd; + background: #fff9db; + color: #666458; + padding: 5px 5px 10px 5px; + min-height: 48px; + border-radius: 5px; +} + +#custom_form_list_image { + float: left; +} + +#custom_form_list_text { + margin-left: 55px; +} + +#custom_form_list ul { + margin-top: 0.5em; + margin-bottom: 0; + padding-left: 20px; +} |