Removed old image files and updated the content and styling of the isntallation page

This commit is contained in:
Alex Tselegidis 2020-10-22 12:49:37 +03:00
parent 9604aa4ef9
commit a85ec4c275
6 changed files with 13 additions and 4 deletions

View File

@ -17,10 +17,9 @@
</div> </div>
<header> <header>
<a href="https://easyappointments.org" target="_blank"> <div class="container">
<img src="<?= base_url('assets/img/installation-banner.png') ?>" <h1 class="page-title">Easy!Appointments Installation</h1>
alt="Easy!Appointments Installation Banner"> </div>
</a>
</header> </header>
<div class="content container-fluid"> <div class="content container-fluid">

View File

@ -3,11 +3,21 @@ header {
margin-bottom: 25px; margin-bottom: 25px;
} }
header .page-title {
font-weight: lighter;
padding: 40px 0;
color: #429a82;
}
.content { .content {
margin: 32px; margin: 32px;
max-width: 980px; max-width: 980px;
} }
.content p {
word-break: break-all;
}
.alert { .alert {
margin: 25px 0 10px 0; margin: 25px 0 10px 0;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB