diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-02 15:17:06 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-02 15:20:29 +0200 |
commit | eb9238a0a9984e05d1378978c4f89533436e96a8 (patch) | |
tree | 81bedf7715ebb73293c16c5a2e87421a536226e6 /WebContent/VAADIN/themes/chameleon/components/table/table.scss | |
parent | cc26765c48ca63542389ae5f6045017876f26620 (diff) | |
download | vaadin-framework-eb9238a0a9984e05d1378978c4f89533436e96a8.tar.gz vaadin-framework-eb9238a0a9984e05d1378978c4f89533436e96a8.zip |
Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)
Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/table/table.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/table/table.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/table/table.scss b/WebContent/VAADIN/themes/chameleon/components/table/table.scss index b3ebf44d63..41f6b2edba 100644 --- a/WebContent/VAADIN/themes/chameleon/components/table/table.scss +++ b/WebContent/VAADIN/themes/chameleon/components/table/table.scss @@ -96,7 +96,7 @@ div.#{$primaryStyleName}-focus-slot-right { } .#{$primaryStyleName}-scrollposition { - font-size: 0.9em; + font-size: 11.7px; opacity: .85; filter: alpha(opacity=85); } @@ -106,7 +106,7 @@ div.#{$primaryStyleName}-focus-slot-right { ******************************************************************************/ .#{$primaryStyleName}-small .#{$primaryStyleName}-caption-container, .#{$primaryStyleName}-small .#{$primaryStyleName}-body { - font-size: 0.85em; + font-size: 11.05px; } .#{$primaryStyleName}-small .#{$primaryStyleName}-resizer, @@ -124,7 +124,7 @@ div.#{$primaryStyleName}-focus-slot-right { ******************************************************************************/ .#{$primaryStyleName}-big .#{$primaryStyleName}-caption-container, .#{$primaryStyleName}-big .#{$primaryStyleName}-body { - font-size: 1.2em; + font-size: 15.6px; } .#{$primaryStyleName}-big .#{$primaryStyleName}-caption-container { |