This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def american_apparel_2001_colors | |
["Aqua","Army","Ash Grey (no xs)","Ash White Stripe (no xs)","Asphalt","Baby Blue","Black","Brown","Cranberry", | |
"Creme","Eggplant","Forest","Fuchsia","Gold","Grass","Heather Grey ","Kelly Green ","Lapis (no xs)","Lemon", | |
"Light Blue","Light Pink","Lime","Mint","Navy","New Silver","Olive","Orange","Pink","Purple","Raspberry ", | |
"Red","Royal Blue","Sea Foam ","Slate","Teal","White"] | |
end | |
def american_apparel_girls_colors | |
["Aqua","Army (no 2xl)","Ash Grey (no 2xl)","Ash White Stripe (no 2xl)","Asphalt(no 2xl)","Baby Blue","Black", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module PrintingHelper | |
def other_position | |
["Left Sleeve","Right Sleeve","Left Side", "Right Side",["Other (explain in notes)","Other"]] | |
end | |
def position_options(selected = nil, prompt = nil) | |
groups = ["Front Tshirt", "Back Tshirt", "Other"] | |
options = [ | |
["Full Front","Center Chest","Left Breast","Right Breast", "Lower Left", "Lower Right", "Lower Center"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actionmailer (2.1.0, 1.3.6, 1.3.3) | |
actionpack (2.1.0, 1.13.6, 1.13.3) | |
actionwebservice (1.2.6, 1.2.3) | |
activerecord (2.1.0, 1.15.6, 1.15.3) | |
activeresource (2.1.0) | |
activesupport (2.1.0, 1.4.4, 1.4.2) | |
acts_as_ferret (0.4.1) | |
aws-s3 (0.5.1, 0.5.0) | |
builder (2.1.2) | |
capistrano (2.4.3, 2.0.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*---------------------------------------------------------------------------------------- | |
= USER BAR | |
------------------------------------------------------------------------------------------*/ | |
#user_bar { | |
height: 25px; | |
margin-right:10px; | |
position:absolute; | |
top:0; | |
width:572px; | |
right:10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* =General | |
----------------------------------------------*/ | |
body { | |
margin: 0 auto; | |
font-size: 13px; | |
line-height:1.5; | |
background-position:center top; | |
} | |
#wrapper { |
NewerOlder