summaryrefslogtreecommitdiffstats
path: root/skins/standard/create_bug.css
diff options
context:
space:
mode:
authorMary Umoh <umohm12@gmail.com>2017-06-21 22:18:56 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-21 22:18:56 +0200
commit74f15e52e9ac43d4e47d08337aa6574899c00090 (patch)
tree5efdff69fe72d2714670a70ad0d2a88f5733acfc /skins/standard/create_bug.css
parentd6f40ea57141f9b94910eb7600efbe9c5e006249 (diff)
downloadbugzilla-74f15e52e9ac43d4e47d08337aa6574899c00090.tar.gz
bugzilla-74f15e52e9ac43d4e47d08337aa6574899c00090.tar.xz
Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css into skins/standard/*.css
* Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
Diffstat (limited to 'skins/standard/create_bug.css')
-rw-r--r--skins/standard/create_bug.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/skins/standard/create_bug.css b/skins/standard/create_bug.css
new file mode 100644
index 000000000..333aff48f
--- /dev/null
+++ b/skins/standard/create_bug.css
@@ -0,0 +1,71 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0. */
+
+
+.tracking_flags .field_label a {
+ font-weight: normal !important;
+ color: #000;
+}
+
+#guided {
+ margin-top: 30px;
+}
+
+#component {
+ width: 25em;
+}
+
+.hidden_text {
+ opacity: 0;
+ filter: alpha(opacity=0);
+}
+
+#bug_create_warning {
+ border: 1px solid #dddddd;
+ background: #fff9db;
+ color: #666458;
+ padding: 5px;
+}
+
+#bug_create_warning_image {
+ float: left;
+ padding: 5px;
+}
+
+#bug_create_warning_text {
+ margin-left: 42px;
+}
+
+#keyword_container,
+#bug_mentors_autocomplete,
+#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;
+}