summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/layout
Commit message (Collapse)AuthorAgeFilesLines
* Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-231-0/+5
| | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
* Reset line-height in layouts the same way as for v-scrollable (#10598)Artur Signell2013-01-071-0/+1
| | | | Change-Id: Iee684359f8d2ca6d06fe3014ab32d74cce3e7f73
* Additional fixes for IE scrollbars issuesArtur Signell2012-12-181-1/+2
| | | | | | Related to #9004, #9552, #9572, #9578 Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c
* Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-171-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 Signell2012-12-051-1/+1
| | | | Change-Id: I7ff2244ab7f2956cbf21122a3880d3ae27fb516a
* Fixed selectors in layout.scss #9860John Ahlroos2012-10-041-2/+2
| | | | Change-Id: I297de32c4123ecc70bbadd92171b7858d7ef7399
* Restored content:"" for layout slots which fixes #9736John Ahlroos2012-09-251-1/+1
|
* Trying again, this time making layouts block elements #8294John Ahlroos2012-09-191-2/+2
|
* Fixed issue where layouts with empty slots gets line height. #8294John Ahlroos2012-09-191-0/+1
|
* Removed empty content: in css rules since they generate a empty line with ↵John Ahlroos2012-09-181-2/+1
| | | | html5 content type
* Moved grid layout margin and spacing fixes from reindeer to base theme #9559John Ahlroos2012-09-131-0/+19
|
* Minor fix to CSS selectorJohn Ahlroos2012-09-061-3/+3
|
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-0/+188
selector to all layouts