summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web/new_bug.css
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2017-07-18 21:32:19 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-18 21:32:19 +0200
commit9425931a1ae8add4d05b01382516f95b2e74c5c3 (patch)
tree582f70a74ec3ebc82b510f7085fecb542ae474f0 /extensions/BugModal/web/new_bug.css
parentd6c10b6532b45b6f59ec3777fb49d7184db68384 (diff)
downloadbugzilla-9425931a1ae8add4d05b01382516f95b2e74c5c3.tar.gz
bugzilla-9425931a1ae8add4d05b01382516f95b2e74c5c3.tar.xz
Bug 1381751 - Move create button to the right, and contributor agreement to the left
Diffstat (limited to 'extensions/BugModal/web/new_bug.css')
-rw-r--r--extensions/BugModal/web/new_bug.css7
1 files changed, 7 insertions, 0 deletions
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;
+}