]> source.dussan.org Git - vaadin-framework.git/commitdiff
styles for test case
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 7 Aug 2008 10:20:06 +0000 (10:20 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 7 Aug 2008 10:20:06 +0000 (10:20 +0000)
svn changeset:5154/svn branch:trunk

WebContent/ITMILL/themes/tests-tickets/styles.css

index b40139cc5ce0dfb5f78aeaf0cc85b572d0fd4862..1f20f4589e7cc5640776311f3af520513a23797d 100644 (file)
 .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