X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fcore%2Ftest%2Ftree%2Fhtmlreport%2Fstyle.css;fp=org.argeo.slc%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fcore%2Ftest%2Ftree%2Fhtmlreport%2Fstyle.css;h=26d5ae2bdbe6f2f01c4cc51ee3e46fa8b27ab283;hb=ad6192d6f2a2740d6c2a644d8d30bb9f529de46b;hp=d7e7730bc95545c9ff39536e3d4dbcaca8999d17;hpb=875f97b054c6e996fa2d03c299c83cc80d336b54;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc/src/main/java/org/argeo/slc/core/test/tree/htmlreport/style.css b/org.argeo.slc/src/main/java/org/argeo/slc/core/test/tree/htmlreport/style.css index d7e7730bc..26d5ae2bd 100644 --- a/org.argeo.slc/src/main/java/org/argeo/slc/core/test/tree/htmlreport/style.css +++ b/org.argeo.slc/src/main/java/org/argeo/slc/core/test/tree/htmlreport/style.css @@ -65,87 +65,24 @@ td { text-align: left; } -/**************** Navigation ****************/ -td.nav1 { - padding: 5px 0px 0px 0px; - font-size: 12px; - font-weight: bold; -} - -td.nav2 { - padding: 0px 0px 0px 5px; - font-size: 12px; -} - -/**************** Forms ****************/ -input.submit { - border: solid 1px grey; - background-color: lightgrey; - align: right; -} - -input.submit:hover { - border: solid 1px #3399FF; - background-color: white; - color: #3399FF; -} - -input.std { - border: solid 1px lightgrey; - padding: 1px; - margin: 2px; +.passed { + color: green; } -.formError { +.failed { color: red; - padding: 1px; - margin: 2px; - font-weight: bold; } /**************** Pseudo classes ****************/ -a:link { - color: #0066CC; +a { text-decoration: none; } -a:visited { +a.nav { color: #0066CC; text-decoration: none; } a:hover { - color: #3399FF; - text-decoration: none; -} - -/************************* ID's *************************/ -#main { - position: absolute; - margin-left: 180px; - padding-top: 65px; -} - -#navigation { - position: absolute; - width: 150px; - height: 800px; - border-right: 1px solid #0066CC; - font-weight: normal; - margin-top: 60px; - margin-left: 10px; -} - -#banner { - position: absolute; - width: 400px; - height: 50px; -} - -#upperRight { - position: absolute; - top: 0; - right: 0; - margin-top: 20px; - margin-right: 10px; + text-decoration: underline; } \ No newline at end of file