Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Different fix for #11152 which is restricted to the problematic case in ↵ | Artur Signell | 2013-04-23 | 1 | -0/+5 |
| | | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0 | ||||
* | Reset line-height in layouts the same way as for v-scrollable (#10598) | Artur Signell | 2013-01-07 | 1 | -0/+1 |
| | | | | Change-Id: Iee684359f8d2ca6d06fe3014ab32d74cce3e7f73 | ||||
* | Additional fixes for IE scrollbars issues | Artur Signell | 2012-12-18 | 1 | -1/+2 |
| | | | | | | Related to #9004, #9552, #9572, #9578 Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c | ||||
* | Fixed IE scrollbar issues for most if not all components | Artur Signell | 2012-12-17 | 1 | -0/+5 |
| | | | | | | | 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 | ||||
* | Made layouts inline-blocks to support undefined width (#10080) | Artur Signell | 2012-12-05 | 1 | -1/+1 |
| | | | | Change-Id: I7ff2244ab7f2956cbf21122a3880d3ae27fb516a | ||||
* | Fixed selectors in layout.scss #9860 | John Ahlroos | 2012-10-04 | 1 | -2/+2 |
| | | | | Change-Id: I297de32c4123ecc70bbadd92171b7858d7ef7399 | ||||
* | Restored content:"" for layout slots which fixes #9736 | John Ahlroos | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Trying again, this time making layouts block elements #8294 | John Ahlroos | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | Fixed issue where layouts with empty slots gets line height. #8294 | John Ahlroos | 2012-09-19 | 1 | -0/+1 |
| | |||||
* | Removed empty content: in css rules since they generate a empty line with ↵ | John Ahlroos | 2012-09-18 | 1 | -2/+1 |
| | | | | html5 content type | ||||
* | Moved grid layout margin and spacing fixes from reindeer to base theme #9559 | John Ahlroos | 2012-09-13 | 1 | -0/+19 |
| | |||||
* | Minor fix to CSS selector | John Ahlroos | 2012-09-06 | 1 | -3/+3 |
| | |||||
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layout | John Ahlroos | 2012-09-06 | 1 | -0/+188 |
selector to all layouts |