Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
Center the footer content, increase font size, and add the logo blesta-gray.svg
Update #footer p to the following:
#footer p {
padding: 0 3px 0 0;
font-size: 12px;
color: #6e6e6e;
text-align: center;
}
Add markup below the p tag in the footer for the image:
<img src="/app/views/admin/default/images/blesta-gray.svg" style="
height: 28px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
">
(Create a #footer img style or something for the styles)
blesta-gray.svg can be found in Office > Blesta Dev > svg-logo