From 7a7013402fb30e8777bc09fb9971651392e65ea1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 23 Sep 2014 11:41:17 +0800 Subject: Bug 1037663: Make custom bug entry forms more discoverable --- skins/custom/create_bug.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'skins') 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; +} -- cgit v1.2.3-24-g4f1b