summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/sampler
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-01-14 10:17:17 +0000
committerMarc Englund <marc.englund@itmill.com>2009-01-14 10:17:17 +0000
commit3fe6d3804a44a5a0ebb56124f3860ef1946ac021 (patch)
tree54cdb757acc334c67ef282ef9172b46acbee76f5 /WebContent/ITMILL/themes/sampler
parentfa3286406d48096b88714e6bc4cfc19324749620 (diff)
downloadvaadin-framework-3fe6d3804a44a5a0ebb56124f3860ef1946ac021.tar.gz
vaadin-framework-3fe6d3804a44a5a0ebb56124f3860ef1946ac021.zip
Sampler "featuretable" CSS bled to other tables.
svn changeset:6530/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/styles.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css
index 53b8d268b0..c4e2a80266 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/styles.css
+++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css
@@ -56,16 +56,16 @@
margin-left: -3px;
}
-.i-app-SamplerApplication tr.i-table-row,
-.i-app-SamplerApplication tr.i-table-row-odd {
+.i-app-SamplerApplication .i-table-featuretable tr.i-table-row,
+.i-app-SamplerApplication .i-table-featuretable tr.i-table-row-odd {
height: 50px;
}
-.i-app-SamplerApplication tr.i-table-row-section {
+.i-app-SamplerApplication .i-table-featuretable tr.i-table-row-section {
color: #333366;
font-size: 18px;
font-weight: bold;
}
-.i-app-SamplerApplication tr.i-table-row-subsection {
+.i-app-SamplerApplication .i-table-featuretable tr.i-table-row-subsection {
font-size: 16px;
font-weight: bold;
}