Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SOF-TEAM/web-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsebasct committed Apr 15, 2013
2 parents d61dbfd + 71d3688 commit ae0c64f
Show file tree
Hide file tree
Showing 180 changed files with 19,581 additions and 0 deletions.
44 changes: 44 additions & 0 deletions webapp3/assets/7c286c99/detailview/styles.css
Original file line number Original file line 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 webapp3/assets/7c286c99/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 webapp3/assets/7c286c99/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 webapp3/assets/7c286c99/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 ae0c64f

Please sign in to comment.