From c5f667d26e3f7d77688ff9010a2aa4638287478f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Sep 2014 09:16:36 -0400 Subject: [PATCH] Thank-you form page styling, dropped unneeded incs The thank-you page had no margin or text formatting at all. A bunch of includes to such things as photoswipe were no longer needed --- Toolkit/Photos/Display.php | 20 ++++++++++---------- Toolkit/Photos/css/gallery.css | 4 ++-- styles.css | 10 ++++++++++ 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Toolkit/Photos/Display.php b/Toolkit/Photos/Display.php index 5f88ba4..7900c63 100644 --- a/Toolkit/Photos/Display.php +++ b/Toolkit/Photos/Display.php @@ -172,16 +172,16 @@ class Toolkit_Photos_Display */ public function toHTML(array $photoCatIds, $galleries) { - $GLOBALS['styleSheets'][] - = $this->baseURL . 'photoswipe/photoswipe.css'; - $GLOBALS['styleSheets'][] - = $this->baseURL . 'Toolkit/Photos/css/gallery.css'; - $GLOBALS['bottomScripts'][] - = $this->baseURL . 'photoswipe/lib/klass.min.js'; - $GLOBALS['bottomScripts'][] - = $this->baseURL . 'photoswipe/code.photoswipe.jquery-3.0.5.js'; - $GLOBALS['bottomScripts'][] - = $this->baseURL . 'Toolkit/Photos/js/photoGallery.js'; +// $GLOBALS['styleSheets'][] +// = $this->baseURL . 'photoswipe/photoswipe.css'; +// $GLOBALS['styleSheets'][] +// = $this->baseURL . 'Toolkit/Photos/css/gallery.css'; +// $GLOBALS['bottomScripts'][] +// = $this->baseURL . 'photoswipe/lib/klass.min.js'; +// $GLOBALS['bottomScripts'][] +// = $this->baseURL . 'photoswipe/code.photoswipe.jquery-3.0.5.js'; +// $GLOBALS['bottomScripts'][] +// = $this->baseURL . 'Toolkit/Photos/js/photoGallery.js'; $GLOBALS['styleSheets'][] = $this->glmAppBaseURL . 'libjs/jqueryui/1.8.13/development-bundle/themes/base/jquery.ui.all.css'; diff --git a/Toolkit/Photos/css/gallery.css b/Toolkit/Photos/css/gallery.css index 545a01c..b05d173 100755 --- a/Toolkit/Photos/css/gallery.css +++ b/Toolkit/Photos/css/gallery.css @@ -1,4 +1,4 @@ -.header { +/*.header { margin: 10px 20px; } #photo-gallery { @@ -25,4 +25,4 @@ div.thumb { .thumb a:hover img {border: 1px solid black;} .photocattitle {text-align: center; font-weight: bold;} .phototitle {text-align: center; font-weight: normal; width: 110px;} -.galleryRow {clear: left;} +.galleryRow {clear: left;}*/ diff --git a/styles.css b/styles.css index 98791b1..d01973d 100644 --- a/styles.css +++ b/styles.css @@ -613,6 +613,16 @@ footer ul.contact li:first-child:before { footer ul.contact li:last-child { padding-right: 0; } +#form-success-top { + margin-top: 50px; + margin-bottom: 25px; + margin: 0 0 25px 0; + color: #336633; + font-size: 22px; + font-weight: normal; + font-style: normal; + font-family: Arial, sans-serif; +} footer ul.copyright { width: 100%; text-align: center; -- 2.17.1