Skip to content

Commit

Permalink
Modified project view
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnerinc committed Oct 16, 2012
1 parent e12b98e commit 1d7139a
Show file tree
Hide file tree
Showing 11 changed files with 463 additions and 544 deletions.
Binary file added Documentation/images-ext/Parameters View.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/images-ext/Project View.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions Source/Kaizen/css/ext.styles.css
Expand Up @@ -142,6 +142,33 @@ div.section a.msbuildMessagesOff { background-position: 0px -32px; }
margin-right: 4px; margin-right: 4px;
} }


/* Project report view */
td.data a.report,
td.data a.externalLink {
display: block;
background-repeat: no-repeat;
padding: 0 5px 0 36px;
height:32px;
float: left;
text-decoration: none;
font-size: 150%;
line-height: 32px;
color: #9D9999;
}

td.data a.report:hover,
td.data a.externalLink:hover {
color: #000000;
}

td.data a.report {
background-image: url('../images/ext/report.ReportLink32.png');
}

td.data a.externalLink {
background-image: url('../images/ext/report.ExternalLink32.png');
}

/* Tree /* Tree
----------------------------------------*/ ----------------------------------------*/
.indent-tree { padding-left: 15px; } .indent-tree { padding-left: 15px; }
Expand Down
Binary file added Source/Kaizen/images/ext/fplogo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/Kaizen/images/ext/report.ReportLink128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/Kaizen/images/ext/report.ReportLink64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d7139a

Please sign in to comment.