Thank-you form page styling, dropped unneeded incs
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 13:16:36 +0000 (09:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 13:16:36 +0000 (09:16 -0400)
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
Toolkit/Photos/css/gallery.css
styles.css

index 5f88ba4..7900c63 100644 (file)
@@ -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';
index 545a01c..b05d173 100755 (executable)
@@ -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;}*/
index 98791b1..d01973d 100644 (file)
@@ -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;