[Rt-commit] rt branch 5.0/ticket-update-button-padding created. rt-5.0.2-33-g3b48732a24
BPS Git Server
git at git.bestpractical.com
Fri Nov 5 13:49:21 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/ticket-update-button-padding has been created
at 3b48732a24526884002c0b417b0d170f1eb30880 (commit)
- Log -----------------------------------------------------------------
commit 3b48732a24526884002c0b417b0d170f1eb30880
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Nov 5 09:47:32 2021 -0400
Remove unneeded padding on ticket update
These styles came in from an earlier responsive branch and
are no longer needed with bootstrap.
The first created too much space between the Update button and
the Scrips and Recipients section.
The second was not being applied by the browser at all in the
current page setup.
diff --git a/share/static/css/elevator-light/ticket-form.css b/share/static/css/elevator-light/ticket-form.css
index c2ceb12a2e..ebab4ff4eb 100644
--- a/share/static/css/elevator-light/ticket-form.css
+++ b/share/static/css/elevator-light/ticket-form.css
@@ -6,11 +6,6 @@
width: 100%;
}
-#ticket-create-message #SubmitTicket,
-#ticket-update-message #SubmitTicket {
- padding-bottom: 2em;
-}
-
.ticket-update-suggested-cc {
white-space: nowrap;
}
@@ -54,10 +49,6 @@
}
}
-.sidebyside #comp-Ticket-Update #body {
- padding-top: 3em;
-}
-
.sidebyside #ticket-create-message .button[name="AddMoreAttach"],
.sidebyside #ticket-update-message .button[name="AddMoreAttach"] {
float: right;
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list