[Rt-commit] rt branch, 4.6/simplify-footer, repushed
Blaine Motsinger
blaine at bestpractical.com
Wed Feb 5 20:30:23 EST 2020
The branch 4.6/simplify-footer was deleted and repushed:
was 89bfd9623e515904f96e221c1b996575b4c12667
now e1723572027628d9c02959bc6c7a26147101b59a
1: 89bfd9623e ! 1: e172357202 Change layout of footer
@@ -3,8 +3,8 @@
Change layout of footer
This commit updates the footer by moving the version to the left,
- removing the GPL language, and updating the Sales and Support
- language on the right.
+ removing the GPL language, updating the Sales and Support
+ language on the right, and updating styles.
diff --git a/share/html/Elements/Footer b/share/html/Elements/Footer
--- a/share/html/Elements/Footer
@@ -22,7 +22,7 @@
+ </div>
+
+ <div class="col-md-4 col-sm-12">
-+ <p id="bpscredits"><span><&|/l_unsafe, '2020', '<a href="https://bestpractical.com/about">Best Practical Solutions, LLC</a>', &>Copyright 1996-[_1] [_2].</&></span></p>
++ <p id="bpscredits"><span><&|/l_unsafe, '2020', '<a href="https://bestpractical.com/about">Best Practical Solutions, LLC</a>', &>Copyright 1996-[_1] >>|<< [_2].</&></span></p>
+ </div>
% if (!$Menu) {
- <div class="col-md-4 col-sm-12">
@@ -39,13 +39,39 @@
--- a/share/static/css/elevator-light/layout.css
+++ b/share/static/css/elevator-light/layout.css
@@
- padding-top: 2.5em;
+ background: #fff;
+ padding-left: 15px;
+ padding-right: 15px;
+- padding-top: 5px;
++ padding-top: 9px;
++ padding-bottom: 8px;
+ bottom: 0;
+ width: 100%;
+ margin-left: 0;
+@@
+
+ div#footer #bpscredits {
+ text-align: center;
+- background: url(../../../static/images/bpslogo_wt_sm.svg) no-repeat top center !important;
+- padding-top: 2.5em;
}
+-div#footer a {
+- color: white;
+div#footer #version {
+ text-align: left;
+ }
+
+-/* Override the default bootstrap p margin to reduce bottom spacing in footer */
++div#footer p, div#footer a {
++ /*color: #f2f2f2;*/
++ color: #ededed;
+}
+
- div#footer a {
- color: white;
++/* Override the default bootstrap p margin to reset bottom spacing in footer */
+ div#footer p {
+- margin-bottom: .5rem;
++ margin-bottom: 0;
}
+
+ /* logo stuff */
More information about the rt-commit
mailing list