Skip to content

Commit

Permalink
Added public static assets for the embedded server
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed Jun 5, 2009
1 parent 13fe6bc commit 34a6510
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 0 deletions.
Binary file added public/images/exclamation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/js/jquery.js

Large diffs are not rendered by default.

115 changes: 115 additions & 0 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
div.counters h2 {
font-size: 123.1%;
}

h1 {
font-size: 197%; /* 24px */
}
body {
font-family: "Helvetica Neue",Helvetica;
height: 100%;
}

.divider {
border-bottom: 5px solid #999;
}

strong {
font-weight: bold;
}

li.error-detail {
/*display: none;*/
padding: 4px;
}

span.network {
font-weight: bold;
background-color: #b1f100;
border: 1px solid #739d00;
}

table.counter td, table.counter th {
padding: 2px;
}

table.counter thead tr {
border-bottom: 1px solid #999;
}

table.counter tbody tr td {
text-align: center;
}

table.counter thead tr th {
font-weight: bold;
}

table.counter tfoot tr {
border-top: 1px solid #999;
}

table.counter tfoot tr th {
text-align: center;
}

table.counter th.left {
text-align: left;
}

#header-container {
margin-bottom: 10px;
}

#ft {
border-top: 5px solid #999;
}

div.padded {
padding: 8px;
}

td.blue {
color: #0e13d2;
font-weight: bold;
}

span.klass {
color: #444;
font-weight: bold;
}

span.time {
font-weight: bold;
}

span.desc {
font-style: italic;
}

li.error {
font-size: 88%;
background-color: #ffb4b4;
background-image: url('images/exclamation.png');
background-repeat: no-repeat;
background-position: center left;
padding: 5px;
border-bottom: 1px solid red;
cursor: pointer;
padding-left: 20px;
}

li.error:hover {
background-color: #fe8787;
}

ul {
list-style: none;
}

li.error-detail pre {
padding: 8px;
width: 95%;
overflow: auto;
}

7 changes: 7 additions & 0 deletions public/stylesheets/reset-fonts-grids.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34a6510

Please sign in to comment.