diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-04 13:42:08 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-04 17:30:51 +0200 |
commit | 228267306146facd7d4f8ec7be3b22504a924bf7 (patch) | |
tree | dd244ae60713da94081a740c62d630310ad8363f /WebContent/VAADIN/themes/chameleon/components/table | |
parent | fb68bd53035fdd9cf0448623d5f6867fe17bab64 (diff) | |
download | vaadin-framework-228267306146facd7d4f8ec7be3b22504a924bf7.tar.gz vaadin-framework-228267306146facd7d4f8ec7be3b22504a924bf7.zip |
Ensure popup datefield width setting works in all themes (#10485)
Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/table')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/table/table.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/table/table.scss b/WebContent/VAADIN/themes/chameleon/components/table/table.scss index 41f6b2edba..f224e898f1 100644 --- a/WebContent/VAADIN/themes/chameleon/components/table/table.scss +++ b/WebContent/VAADIN/themes/chameleon/components/table/table.scss @@ -106,7 +106,7 @@ div.#{$primaryStyleName}-focus-slot-right { ******************************************************************************/ .#{$primaryStyleName}-small .#{$primaryStyleName}-caption-container, .#{$primaryStyleName}-small .#{$primaryStyleName}-body { - font-size: 11.05px; + font-size: $chameleon-font-size-small; } .#{$primaryStyleName}-small .#{$primaryStyleName}-resizer, @@ -124,7 +124,7 @@ div.#{$primaryStyleName}-focus-slot-right { ******************************************************************************/ .#{$primaryStyleName}-big .#{$primaryStyleName}-caption-container, .#{$primaryStyleName}-big .#{$primaryStyleName}-body { - font-size: 15.6px; + font-size: $chameleon-font-size-big; } .#{$primaryStyleName}-big .#{$primaryStyleName}-caption-container { |