Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build vaadin-themes with maven | Teemu Suo-Anttila | 2016-03-29 | 1 | -14/+0 |
| | | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f | ||||
* | Fixed IE scrollbar issues for most if not all components | Artur Signell | 2012-12-17 | 1 | -2/+3 |
| | | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056 | ||||
* | Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵ | Marc Englund | 2012-11-23 | 1 | -2/+2 |
| | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3 | ||||
* | Revert accidentally pushed "Fix most IE scrollbar issues" | Artur Signell | 2012-10-29 | 1 | -4/+1 |
| | | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530. | ||||
* | Fix most IE scrollbar issues | Artur Signell | 2012-10-29 | 1 | -1/+4 |
| | |||||
* | Sass restructure: base theme with renameable components | Marc Englund | 2012-09-28 | 1 | -2/+2 |
| | |||||
* | Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵ | Jouni Koivuviita | 2012-09-07 | 1 | -0/+13 |
was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real) |