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:
@@ -474,11 +474,8 @@ sup, sub {
|
||||
/* Scrolls all five pictures one at a time from right to left. */
|
||||
.scrollViewport {
|
||||
margin: 0;
|
||||
/*
|
||||
width: 805px;
|
||||
height: 145px;
|
||||
*/
|
||||
width: 568px;
|
||||
max-width: 568px;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
@@ -519,6 +516,12 @@ sup, sub {
|
||||
background: url('images/shadow_130_90.png') no-repeat scroll 0px 0px;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
-webkit-box-shadow: 7px 7px 7px -3px rgba(0,0,0,0.67);
|
||||
-moz-box-shadow: 7px 7px 7px -3px rgba(0,0,0,0.67);
|
||||
box-shadow: 7px 7px 7px -3px rgba(0,0,0,0.67);
|
||||
}
|
||||
|
||||
/* Chicken */
|
||||
#chicken {
|
||||
width: auto;
|
||||
@@ -662,6 +665,7 @@ sup, sub {
|
||||
color: #e40329 !important;
|
||||
}
|
||||
|
||||
@require "clearfix"
|
||||
@require "farm"
|
||||
@require "food"
|
||||
@require "animals"
|
||||
@@ -674,7 +678,6 @@ sup, sub {
|
||||
@require "pigs"
|
||||
@require "chicken"
|
||||
@require "markets"
|
||||
@require "produce"
|
||||
@require "slideshow"
|
||||
@require "visiting"
|
||||
@require "weddings"
|
||||
|
||||
Reference in New Issue
Block a user