Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed button highlighting when dragging #10917 | John Ahlroos | 2013-06-06 | 1 | -1/+3 |
| | | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a | ||||
* | Fixed IE scrollbar issues for most if not all components | Artur Signell | 2012-12-17 | 1 | -0/+1 |
| | | | | | | | 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 | ||||
* | Fixed browser specific theme selectors (#10362) | Artur Signell | 2012-11-23 | 2 | -3/+3 |
| | | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8 | ||||
* | Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵ | Marc Englund | 2012-11-23 | 3 | -31/+31 |
| | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3 | ||||
* | Sass restructure: split button into nativebutton and checkbox | Marc Englund | 2012-09-28 | 3 | -88/+115 |
| | |||||
* | Sass restructure: base theme with renameable components | Marc Englund | 2012-09-28 | 1 | -10/+10 |
| | |||||
* | Fix for 1px button caption jump after changing to HTML5 doctype | John Ahlroos | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | merge master (sass theme changes) | Jouni Koivuviita | 2012-08-13 | 1 | -1/+5 |
|\ | |||||
| * | Standard themes in SCSS form, updated CompileDefaultTheme (#9223) | Henri Sara | 2012-08-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon. | ||||
* | | Removed unnecessary -ms-box-sizing property | Jouni Koivuviita | 2012-04-19 | 1 | -1/+0 |
| | | |||||
* | | Fixed link style button text alignment | Jouni Koivuviita | 2012-04-18 | 1 | -1/+1 |
| | | |||||
* | | Fixes to BoxLayout based on first round of screenshot tests | Jouni Koivuviita | 2012-04-18 | 1 | -2/+2 |
|/ | |||||
* | Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a' | Artur Signell | 2012-02-03 | 1 | -158/+158 |
|\ | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/button/button.css WebContent/VAADIN/themes/runo/button/button.css tests/integration_tests.xml | ||||
| * | #8311 Converted CRLF -> LF in css/html/xml files | Artur Signell | 2012-02-02 | 1 | -175/+175 |
| | | | | | | | | svn changeset:22852/svn branch:6.7 | ||||
* | | #7913 Removed IE7 specific CSS rules | Artur Signell | 2011-11-22 | 1 | -9/+0 |
| | | |||||
* | | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 1 | -10/+2 |
|/ | |||||
* | #6086 Text selection does not work in link Buttons | Artur Signell | 2010-12-21 | 1 | -1/+5 |
| | | | | svn changeset:16592/svn branch:6.5 | ||||
* | replaced hard coded style with a css rule | Matti Tahvonen | 2010-10-02 | 1 | -0/+4 |
| | | | | svn changeset:15308/svn branch:6.4 | ||||
* | Potential fix for #4636 - Checking a checkbox moves it 1 pixel down in IE6+IE7 | Artur Signell | 2010-07-02 | 1 | -0/+7 |
| | | | | svn changeset:14049/svn branch:6.4 | ||||
* | Merged code changes from 6.2 | Henri Sara | 2010-02-01 | 1 | -1/+5 |
| | | | | svn changeset:11069/svn branch:6.3 | ||||
* | Fixed button sizing calculation regression for Runo theme (moved box-sizing ↵ | Jouni Koivuviita | 2009-09-04 | 1 | -0/+4 |
| | | | | | | property from Reindeer to Base). svn changeset:8663/svn branch:6.1 | ||||
* | Fixes #3028: CheckBox captions wrap in IE | Jouni Koivuviita | 2009-09-03 | 1 | -31/+6 |
| | | | | svn changeset:8652/svn branch:6.1 | ||||
* | Fix for #3257 - Button in a table is too wide in IE7 | Artur Signell | 2009-09-01 | 1 | -0/+4 |
| | | | | svn changeset:8615/svn branch:6.1 | ||||
* | Fixes Button onClick event handling to support TestBench. | Jouni Koivuviita | 2009-08-28 | 1 | -3/+5 |
| | | | | | | Minor fixes to link-style Button base styles. svn changeset:8570/svn branch:6.1 | ||||
* | The Button Component Strikes Back | Jouni Koivuviita | 2009-08-27 | 1 | -36/+113 |
| | | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1 | ||||
* | Renaming ITMILL/ -> VAADIN/ part 1 (for #2904) | Marc Englund | 2009-05-12 | 1 | -0/+95 |
svn changeset:7762/svn branch:6.0 |