From: Matti Tahvonen Date: Thu, 7 Aug 2008 10:20:06 +0000 (+0000) Subject: styles for test case X-Git-Tag: 6.7.0.beta1~4386 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8517a2ec9efd9493e7e97935f2377958c0f69bae;p=vaadin-framework.git styles for test case svn changeset:5154/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css index b40139cc5c..1f20f4589e 100644 --- a/WebContent/ITMILL/themes/tests-tickets/styles.css +++ b/WebContent/ITMILL/themes/tests-tickets/styles.css @@ -58,3 +58,43 @@ .i-label-red { background: red; } + +/** #1953 */ +.i-gridlayout-borders td, +.i-gridlayout-borders { + border: 1px solid black; + border-collapse: collapse; +} + +.i-button-test-heading + { + width: 100px; + height: 50px; + } + + .i-label-test-spacer + { + width: 20px; + height: 48px; + background-color: black; + } + + .i-label-test-cell + { + width: 100px; + height: 48px; + } + + .i-label-test-col-head + { + width: 100px; + height: 48px; + background-color: navy; + text-align: center; + } + + .i-button-test-page-change + { + width: 100px; + height: 50px; + } \ No newline at end of file