Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Green committed Oct 15, 2014
0 parents commit ccdd390
Show file tree
Hide file tree
Showing 315 changed files with 39,106 additions and 0 deletions.
44 changes: 44 additions & 0 deletions assets/1b1230e0/detailview/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
table.detail-view .null
{
color: pink;
}

table.detail-view
{
background: white;
border-collapse: collapse;
width: 100%;
margin: 0;
}

table.detail-view th, table.detail-view td
{
font-size: 0.9em;
border: 1px white solid;
padding: 0.3em 0.6em;
vertical-align: top;
}

table.detail-view th
{
text-align: right;
width: 160px;
}

table.detail-view tr.odd
{
background:#E5F1F4;
}

table.detail-view tr.even
{
background:#F8F8F8;
}

table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}
Binary file added assets/1b1230e0/gridview/bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/1b1230e0/gridview/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/1b1230e0/gridview/down.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ccdd390

Please sign in to comment.