From 9425931a1ae8add4d05b01382516f95b2e74c5c3 Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Wed, 19 Jul 2017 01:02:19 +0530 Subject: [PATCH] Bug 1381751 - Move create button to the right, and contributor agreement to the left --- extensions/BugModal/web/common_bug_modal.css | 3 --- extensions/BugModal/web/new_bug.css | 7 +++++++ template/en/default/bug/new_bug.html.tmpl | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 extensions/BugModal/web/new_bug.css diff --git a/extensions/BugModal/web/common_bug_modal.css b/extensions/BugModal/web/common_bug_modal.css index 4af850b99..668c7698e 100644 --- a/extensions/BugModal/web/common_bug_modal.css +++ b/extensions/BugModal/web/common_bug_modal.css @@ -696,9 +696,6 @@ body.platform-Win32 .comment-text, body.platform-Win64 .comment-text { } #add-comment-private, -#bugzilla-etiquette { - float: right; -} #comment { border: 1px solid #ccc; diff --git a/extensions/BugModal/web/new_bug.css b/extensions/BugModal/web/new_bug.css new file mode 100644 index 000000000..45c3abcea --- /dev/null +++ b/extensions/BugModal/web/new_bug.css @@ -0,0 +1,7 @@ +#bugzilla-etiquette { + float: left; +} +#create-btn { + margin: 0 0 5px 0; + float: right; +} diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl index 5228ceb2d..814c6b9b9 100644 --- a/template/en/default/bug/new_bug.html.tmpl +++ b/template/en/default/bug/new_bug.html.tmpl @@ -12,6 +12,7 @@ jquery = [ "selectize" ] jquery_css = [ "js/jquery/plugins/selectize/selectize.default.css" ] javascript_urls = ['extensions/BugModal/web/new_bug.js'] + style_urls = ['extensions/BugModal/web/new_bug.css'] %] [% PROCESS global/header.html.tmpl %]

Coming Soon!

@@ -188,6 +189,6 @@ %] - + [% PROCESS global/footer.html.tmpl %] \ No newline at end of file -- 2.47.3