From 8517a2ec9efd9493e7e97935f2377958c0f69bae Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 7 Aug 2008 10:20:06 +0000 Subject: [PATCH] styles for test case svn changeset:5154/svn branch:trunk --- .../ITMILL/themes/tests-tickets/styles.css | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) 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 -- 2.39.5