]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1381751 - Move create button to the right, and contributor agreement to the left
authorSebastin Santy <sebastinssanty@gmail.com>
Tue, 18 Jul 2017 19:32:19 +0000 (01:02 +0530)
committerDylan William Hardison <dylan@hardison.net>
Tue, 18 Jul 2017 19:32:19 +0000 (15:32 -0400)
extensions/BugModal/web/common_bug_modal.css
extensions/BugModal/web/new_bug.css [new file with mode: 0644]
template/en/default/bug/new_bug.html.tmpl

index 4af850b9918c6fb752b618cf39c9d7bf81f07399..668c7698e23516696ad1ed42945fc3de93f0a581 100644 (file)
@@ -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 (file)
index 0000000..45c3abc
--- /dev/null
@@ -0,0 +1,7 @@
+#bugzilla-etiquette {
+    float: left;
+}
+#create-btn {
+       margin: 0 0 5px 0;
+       float: right;
+}
index 5228ceb2d047d447d4643e9a44b8459cbd874736..814c6b9b9e73fc58cf956dc365ea9e28fd1a07b0 100644 (file)
@@ -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 %]
 <p>Coming Soon!</p>
   %]
 
 <div style="display: none" id="xhr-error"></div>
-<button type="submit" id="commit-btn" class="create-btn major">Create New [% terms.Bug %]</button>
+<button type="submit" id="create-btn" class="create-btn major">Create New [% terms.Bug %]</button>
 </form>
 [% PROCESS global/footer.html.tmpl %]
\ No newline at end of file