Initial Commit

This commit is contained in:
Jason Katz
2011-06-14 18:08:28 -07:00
commit 5a34ac406c
172 changed files with 18457 additions and 0 deletions

61
public/stylesheets/assets.css Executable file
View File

@@ -0,0 +1,61 @@
.assettable {
table-layout: fixed;
border-collapse: collapse;
}
.sed {
width: 1%;
max-width: 1%;
padding: 1px;
border: none;
}
.importantcolumn {
width: 10em;
max-width: 10em;
overflow: hidden;
text-align: center;
border-left: 1px solid black;
}
.mediumcolumn {
width: 7em;
max-width: 7em;
overflow: hidden;
text-align: center;
border-left: 1px solid black;
}
.smallcolumn {
width: 5em;
max-width: 5em;
overflow: hidden;
text-align: center;
border-left: 1px solid black;
}
.smallercolumn {
width: 3em;
max-width: 3em;
overflow: hidden;
text-align: center;
border-left: 1px solid black;
}
.smallcolumntag {
width: 3em;
max-width: 3em;
overflow: hidden;
text-align: center;
}
.evenrow {
background-color: #cccccc;
}
.softwarecolumn {
border-left: 1px solid black;
overflow: hidden;
}

62
public/stylesheets/scaffold.css Executable file
View File

@@ -0,0 +1,62 @@
body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
td {
padding: 5px;
}
.comment_body {
height: 4em;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
.fieldWithErrors {
padding: 2px;
background-color: red;
display: table;
}
#errorExplanation {
width: 400px;
border: 2px solid red;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
background-color: #f0f0f0;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
background-color: #c00;
color: #fff;
}
#errorExplanation p {
color: #333;
margin-bottom: 0;
padding: 5px;
}
#errorExplanation ul li {
font-size: 12px;
list-style: square;
}