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:
@@ -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>
|
||||
Reference in New Issue
Block a user