From: Laury GvR Date: Wed, 3 Sep 2014 13:16:36 +0000 (-0400) Subject: Thank-you form page styling, dropped unneeded incs X-Git-Tag: v1.0^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c5f667d26e3f7d77688ff9010a2aa4638287478f;p=web%2FStIgnaceBudgetHost.git 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 --- 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;