From fede6024f23849ed9f5883ca7daa748842193527 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 23 Oct 2015 14:21:41 -0400 Subject: [PATCH] Footer, align weather/TA vertically in small. --- config/server.ini | 4 ++-- styles.css | 9 ++++++++- templates/template.html | 5 ++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/config/server.ini b/config/server.ini index bcb180b..40347f9 100644 --- a/config/server.ini +++ b/config/server.ini @@ -172,8 +172,8 @@ mobile.hostname = Off google.search.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRTeX7yNUukyMrmY8FsCXcCA9axlYBTyhehgzuXOUfNI0E5UYHCLponA0A" google.maps.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRQsHGkczIjpqPY1-dTKNoaiGtfPJBTloI-YH7fzUV-bsMLwcy2Yjyti7A" -app.base_url = "http://localhost:8080/app.gaslightmedia.com/" -app.base_secure_url = "http://localhost:8080/app.gaslightmedia.com/" +app.base_url = "http://app.gaslightmedia.com/" +app.base_secure_url = "https://app.gaslightmedia.com/" error.reporting[] = E_ALL error.reporting[] = E_NOTICE diff --git a/styles.css b/styles.css index 91a9f8f..274d276 100644 --- a/styles.css +++ b/styles.css @@ -1025,9 +1025,11 @@ footer .contact li, footer .copyright li { line-height: 16px; } @media only screen and (max-width: 64em) { - footer .weather { + footer .weather, + footer .tripadvisor { text-align: center; } + footer .tripadvisor > div, footer .weather > div { display: inline-block; } @@ -1302,6 +1304,11 @@ footer .copyright .separator { box-sizing: border-box; padding:.2em;/.3em; } +footer .tripadvisor > *, +footer .weather > * { + float: none !important; + margin: 0 auto; +} #photoCategoryId option { padding: 3px; } diff --git a/templates/template.html b/templates/template.html index 3fed695..501e682 100755 --- a/templates/template.html +++ b/templates/template.html @@ -248,8 +248,11 @@ {end:} -
+
+
+
+

Current Weather

-- 2.17.1