[Rt-commit] rt branch, 4.6/tweak-footer-style, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Nov 6 15:58:59 EST 2019
The branch 4.6/tweak-footer-style was deleted and repushed:
was dec487f1adedf828ca81367ba0eda0f8579633da
now e74fb1d9ab43cee7508d24027d78465c8bc3953d
1: 0180179f4a = 1: 0180179f4a Put footer to the end of viewport when the page is short
2: 98642d248e ! 2: 37d249bcef Move bpscredits in footer to center
@@ -30,6 +30,26 @@
--- a/share/static/css/elevator-light/layout.css
+++ b/share/static/css/elevator-light/layout.css
@@
+ text-align: right;
+ font-size: 0.9em;
+ background: #fff;
+- padding-left: 3em;
+- padding-right: 1em;
++ padding-left: 15px;
++ padding-right: 15px;
+ bottom: 0;
+ width: 100%;
++ margin-left: 0;
++ margin-right: 0;
++}
++
++div#footer > div {
++ padding-left: 0;
++ padding-right: 0;
+ }
+
+ div#footer #time {
+@@
}
div#footer #bpscredits {
3: 2d7b631135 ! 3: 18ac28b647 Smaller font size in footer
@@ -12,6 +12,6 @@
- font-size: 0.9em;
+ font-size: 0.8em;
background: #fff;
- padding-left: 3em;
- padding-right: 1em;
+ padding-left: 15px;
+ padding-right: 15px;
4: 2a16a547ff ! 4: 3cc8b90166 Set footer's background color to dark
@@ -6,13 +6,13 @@
--- a/share/static/css/elevator-light/layout.css
+++ b/share/static/css/elevator-light/layout.css
@@
- padding-right: 1em;
- bottom: 0;
width: 100%;
+ margin-left: 0;
+ margin-right: 0;
+ background: #2C3539;
}
- div#footer #time {
+ div#footer > div {
@@
padding-top: 1.5em;
}
5: dec487f1ad = 5: e74fb1d9ab Show bpslogo in footer with dark theme
More information about the rt-commit
mailing list