]> source.dussan.org Git - vaadin-framework.git/commitdiff
added testingtools theme (css)
authorMarc Englund <marc.englund@itmill.com>
Fri, 4 Jan 2008 08:41:08 +0000 (08:41 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 4 Jan 2008 08:41:08 +0000 (08:41 +0000)
svn changeset:3359/svn branch:trunk

WebContent/ITMILL/themes/testingtools/styles.css [new file with mode: 0644]

diff --git a/WebContent/ITMILL/themes/testingtools/styles.css b/WebContent/ITMILL/themes/testingtools/styles.css
new file mode 100644 (file)
index 0000000..9a62074
--- /dev/null
@@ -0,0 +1,35 @@
+.resulttable {\r
+       border-collapse: collapse;\r
+       border-spacing: 0px;\r
+       margin: 0px 0px 0px 0px;\r
+       width: 100%;\r
+}\r
+.resulttable TR.error {\r
+       background-color: #ffeeee;\r
+}\r
+.resulttable TR.even {\r
+       background-color: #eeeeee;\r
+}\r
+.resulttable .line {\r
+       text-align: right;\r
+       border-right: 1px solid #cccccc;\r
+}\r
+.resulttable .line A {\r
+       color: #666666;\r
+       text-decoration: none;\r
+}\r
+.resulttable .error .line A {\r
+       color: red;\r
+}\r
+\r
+.resulttable .code {\r
+       white-space: nowrap;\r
+       font-family: monospace;\r
+       border-right: 1px solid #cccccc;\r
+       padding: 3px 3px 3px 7px;\r
+}\r
+.resulttable .msg {\r
+       color: red;\r
+       padding: 5px 10px 5px 10px;\r
+       white-space: nowrap;\r
+}
\ No newline at end of file