Changeset 1383 for trunk


Ignore:
Timestamp:
03/12/12 13:11:17 (13 years ago)
Author:
wschamai
Message:

MOD: Verification report HTML styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/helpers/VerificationExecutionServices.java

    r1358 r1383  
    539539        html =
    540540        "<!-- "+getComponentIndicator(treeItem)+" '" + getTreeItemTypeName(treeItem) +  "(" + getTreeItemTypeQName(treeItem) + ")" +  "' -->" + "\n" +
    541         "<div style='margin-left:10px; margin-right:10px; border:1px #aaa9a9 solid; background-color:#FFFFFF; '>" + "\n" +
     541        "<div style='margin-left:10px; margin-right:10px; border:1px #aaa9a9 solid; background-color:#F9F9F9; '>" + "\n" +
    542542        "   <div style='padding:5px;'>" + "\n" +
    543543            "   <span style='color:#000000; margin-left:0px;'>" + getComponentIndicator(treeItem)+": "+"\n" +
     
    565565        html =
    566566        "<!-- "+getComponentIndicator(treeItem)+" '" + getTreeItemTypeName(treeItem) +  "(" + getTreeItemTypeQName(treeItem) + ")" +  "' -->" + "\n" +
    567         "<div style='margin-left:10px; margin-right:10px; border:1px #aaa9a9 solid; background-color:#FFFFFF; '>" + "\n" +
     567        "<div style='margin-left:10px; margin-right:10px; border:1px #aaa9a9 solid; background-color:#F9F9F9; '>" + "\n" +
    568568            " <!-- Verdicts START  -->" + "\n" +
    569569           
Note: See TracChangeset for help on using the changeset viewer.