From: Ted Kremenek Date: Mon, 22 Sep 2008 18:05:05 +0000 (+0000) Subject: Reintegrate Daniel's changes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db9e91b688d4925b6bffab969ccc7c794f817df6;p=clang Reintegrate Daniel's changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56447 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/scanview.css b/utils/scanview.css index cce5ee9e59..a0406f37a0 100644 --- a/utils/scanview.css +++ b/utils/scanview.css @@ -17,4 +17,46 @@ td.SUMM_DESC { padding-left:12px } td.DESC { white-space:pre } td.Q { text-align:right } td { text-align:left } -tbody.scrollContent { overflow:auto } \ No newline at end of file +tbody.scrollContent { overflow:auto } + +table.form_group { + background-color: #ccc; + border: 1px solid #333; + padding: 2px; +} + +table.form_inner_group { + background-color: #ccc; + border: 1px solid #333; + padding: 0px; +} + +table.form { + background-color: #999; + border: 1px solid #333; + padding: 2px; +} + +td.form_label { + text-align: right; + vertical-align: top; +} +/* For one line entires */ +td.form_clabel { + text-align: right; + vertical-align: center; +} +td.form_value { + text-align: left; + vertical-align: top; +} +td.form_submit { + text-align: right; + vertical-align: top; +} + +h1.SubmitFail { + color: #f00; +} +h1.SubmitOk { +}