Updated site to scale better on small screens; Added clearfix css; Updated shadow feature to use css shadows instead of js/images.

Added code to the admin part of the site - still non-functional.  Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB;  Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
This commit is contained in:
Wynne Crisman
2016-10-26 14:48:11 -07:00
parent 33de2aa5d2
commit e82078174b
106 changed files with 29016 additions and 1971 deletions

View File

@@ -41,9 +41,8 @@
<p class='l' style="font-size: 12px; font-weight: 800;">Call us: <span style="font-style: none; font-size: 18px; text-decoration: none;">707.684.4146</span> for details. </p>
-->
</div>
<img id="sleepyPig" style="position: absolute; left: 180px; top: 190px; width: 488px; height: 439px; z-index: 0;" src="images/sleepy_pig_v1.jpg"/>
<div style="text-align: center; width: 100%; margin-top: -120px;"><img id="sleepyPig" style="max-width: 488px; width: 100%; z-index: 0;" src="images/sleepy_pig_v1.jpg"/></div>
</div>
<runonce>
<script type="text/javascript" language="JavaScript">
$('#sleepyPig').fadeTo(0, 0.2);
$('.shadow').buildShadow();
</runonce>
</script>