From: Matti Tahvonen Date: Tue, 19 Aug 2008 07:36:08 +0000 (+0000) Subject: cleaning WebContent/ITMILL directory X-Git-Tag: 6.7.0.beta1~4337 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=323168b8afdb531224ab2164c8ddec2a66164662;p=vaadin-framework.git cleaning WebContent/ITMILL directory svn changeset:5210/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/testingtools/styles.css b/WebContent/ITMILL/themes/testingtools/styles.css deleted file mode 100644 index 8206e239d1..0000000000 --- a/WebContent/ITMILL/themes/testingtools/styles.css +++ /dev/null @@ -1,49 +0,0 @@ -@import url(../default/styles.css); - -.resulttable { - border-spacing: 0px; - margin: 0px 0px 0px 0px; - width: 100%; - border-left: 1px solid #b6bbbc; -} - -.resulttable TR.error { - background-color: #ffeeee; -} -.resulttable TR.warn { - background-color: #ffffee; -} -.resulttable TR.even { - background-color: #eeeeee; -} -.resulttable .line { - text-align: right; - border-right: 1px solid #cccccc; -} -.resulttable .line A { - color: #666666; - text-decoration: none; -} -.resulttable .error .line A { - color: red; -} -.resulttable .warn .line A { - color: green; -} - -.resulttable .code { - white-space: nowrap; - font-family: monospace; - border-right: 1px solid #cccccc; - padding: 3px 3px 3px 7px; -} -.resulttable .msg { - padding: 5px 10px 5px 10px; - white-space: nowrap; -} -.resulttable .msg span { - color: green; -} -.resulttable .msg span.err { - color: red; -}