]> source.dussan.org Git - vaadin-framework.git/commit
Add two new size variants for Valo, tiny and huge
authorJouni Koivuviita <jouni@vaadin.com>
Fri, 15 Aug 2014 09:32:34 +0000 (12:32 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 15 Aug 2014 10:51:58 +0000 (10:51 +0000)
commite95965a10bb6070096ee239ba22cc0e038874bde
tree4d2d25163cab40ede60d9c1b07720fa1d0ecfb59
parent56195677e92cb6ad9ac6e0e5ef2aae2a403d3fc0
Add two new size variants for Valo, tiny and huge

Available as additional style names for buttons, text fields/text
areas, combo boxes, date fields and labels.

Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
13 files changed:
WebContent/VAADIN/themes/valo/components/_button.scss
WebContent/VAADIN/themes/valo/components/_combobox.scss
WebContent/VAADIN/themes/valo/components/_datefield.scss
WebContent/VAADIN/themes/valo/components/_label.scss
WebContent/VAADIN/themes/valo/components/_textarea.scss
WebContent/VAADIN/themes/valo/components/_textfield.scss
WebContent/VAADIN/themes/valo/shared/_variables.scss
server/src/com/vaadin/ui/themes/ValoTheme.java
uitest/src/com/vaadin/tests/themes/valo/ButtonsAndLinks.java
uitest/src/com/vaadin/tests/themes/valo/ComboBoxes.java
uitest/src/com/vaadin/tests/themes/valo/DateFields.java
uitest/src/com/vaadin/tests/themes/valo/Labels.java
uitest/src/com/vaadin/tests/themes/valo/TextFields.java