Move .text-description blocks in to <div>'s
This commit is contained in:
parent
b2f88e0a92
commit
b3957224a0
4
help.php
4
help.php
@ -13,7 +13,7 @@
|
|||||||
<?php require "./page-blocks/title-image.php";?>
|
<?php require "./page-blocks/title-image.php";?>
|
||||||
|
|
||||||
<h2>Help</h2>
|
<h2>Help</h2>
|
||||||
<span class="text-description">
|
<div class="text-description">
|
||||||
<p>Just type in a three character CRS code or a TIPLOC into the text
|
<p>Just type in a three character CRS code or a TIPLOC into the text
|
||||||
box and tap the Lookup button.</p>
|
box and tap the Lookup button.</p>
|
||||||
<p>If you enter a TIPLOC, this will not be verified - if it is
|
<p>If you enter a TIPLOC, this will not be verified - if it is
|
||||||
@ -26,7 +26,7 @@
|
|||||||
lookup.</p>
|
lookup.</p>
|
||||||
<p>I am working on a new version that will provide data for every
|
<p>I am working on a new version that will provide data for every
|
||||||
station in the National Rail database.</p>
|
station in the National Rail database.</p>
|
||||||
</span>
|
</div>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<?php include './page-blocks/footer.php';?>
|
<?php include './page-blocks/footer.php';?>
|
||||||
|
@ -38,10 +38,10 @@
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<span class="text-description">
|
<div class="text-description">
|
||||||
<p>This is an Alpha release and is under testing.</p>
|
<p>This is an Alpha release and is under testing.</p>
|
||||||
<p>Some features may not work and some stations may not be available.</p>
|
<p>Some features may not work and some stations may not be available.</p>
|
||||||
</span>
|
</div>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<?php include "./page-blocks/footer.php" ?>
|
<?php include "./page-blocks/footer.php" ?>
|
||||||
|
28
issue.php
28
issue.php
@ -54,21 +54,21 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<span class="text-description">
|
<div class="text-description">
|
||||||
On submission of this form, your browsers User Agent string will be
|
<p>
|
||||||
collected alongside the information you provide above and will be
|
On submission of this form, your browsers User Agent string will be
|
||||||
posted to the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues">
|
collected alongside the information you provide above and will be
|
||||||
issue tracker</a>.
|
posted to the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues">
|
||||||
</span>
|
issue tracker</a>.
|
||||||
<br>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<span class="form-info">
|
<br>
|
||||||
Your user agent is:
|
<span class="form-info">
|
||||||
</span>
|
Your user agent is:
|
||||||
<br>
|
</span>
|
||||||
<span class="text-description">
|
<br>
|
||||||
<?php echo $ua_str; ?>
|
<?php echo $ua_str; ?>
|
||||||
</span>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<input class="actionbutton" type="submit">
|
<input class="actionbutton" type="submit">
|
||||||
|
@ -62,6 +62,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-description {
|
.text-description {
|
||||||
|
display: inline-block;
|
||||||
|
width: 80%;
|
||||||
color: #0280e5;
|
color: #0280e5;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
@ -69,15 +71,8 @@ body {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.text-description{
|
|
||||||
display: inline-block;
|
|
||||||
width: 80%;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 600px) {
|
@media only screen and (min-width: 600px) {
|
||||||
p.text-description{
|
.text-description{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user