summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/widget
Commit message (Collapse)AuthorAgeFilesLines
* Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-171-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 Englund2012-11-231-2/+2
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Revert accidentally pushed "Fix most IE scrollbar issues"Artur Signell2012-10-291-4/+1
| | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530.
* Fix most IE scrollbar issuesArtur Signell2012-10-291-1/+4
|
* Sass restructure: base theme with renameable componentsMarc Englund2012-09-281-2/+2
|
* Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-071-0/+13
was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)