aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/escalator
Commit message (Collapse)AuthorAgeFilesLines
* Fixed regression in details row for IE8&9 and another small bug (#17423)Pekka Hyvönen2015-05-121-0/+7
| | | | | | | | | Regression caused by the previous patch for the ticket. Details row inherited extra margin-top from parent. Because some position functions in escalator use left for transforming the rows, the offset caused by the spacer deco was switched to padding-left from left, so it won't get overridden by the position funcion. Change-Id: I774ab9573c95f971a0e625dc8d79370f3d86daec
* Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-301-9/+3
| | | | | | IE8 still isn't pixel perfect, but you can't have 'em all. Change-Id: I1780441f130032503d783657103066f502dce570
* Fixes Escalator spacer tests (#16644)Henrik Paul2015-03-221-0/+8
| | | | Change-Id: I0cb3584673525b1a21b01a2e819056df7f94579c
* Adds initial details row support to Grid (#16644)Henrik Paul2015-02-171-3/+1
| | | | | | | For now, the details row only supports text content and index based row references Change-Id: Id12557d83732475b9a5133b3ee32ae31ba4fcdd7
* Escalator supports adding spacer elements into DOM. (#16644)Henrik Paul2015-02-161-0/+13
| | | | | | | | | This is the first step towards Grid's details rows: Escalator puts spacer elements in the DOM, and is able to scroll around with them. The spacers are put in their correct locations, but they will not affect the normal row elements in any way at this time. Change-Id: Id20090c4de117e07e332dcc81e9964360f778258
* Fixes IE scrollbar issues (#16634)Henrik Paul2015-02-101-1/+2
| | | | Change-Id: Ic948fb801f3bca5101ba630c99bd321f3e4f24bb
* Grid theme API changes and style fixesJouni Koivuviita2014-12-171-135/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed decorative element style names: - “headercorner” -> “header-deco” - “footercorner” -> “footer-deco” - “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco” The “-stripe” style name is now added for odd rows, not even (like in all Table themes). Re-implemented the Base mixins for Grid and Escalator. They are now used for all themes, which should make future development easier because things should only be implemented in one place. This change makes the theme also less brittle hopefully, because it reduces the amount of pixel calculations for paddings etc. and relies more on plain CSS. The Base theme now offers many variables for extending themes. This reduces unnecessary CSS output, and makes it easier to maintain multiple themes for the Grid. Added a box-shadow and box-sizing mixins to Base. Converted all CSS comments to Sass comments. Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
* Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-051-0/+11
| | | | Change-Id: I7901b42ac2a8c590d4967460eb926fde9199e83e
* Adds a themeable background element for horizontal scrollbar (#13334)Henrik Paul2014-11-271-0/+6
| | | | Change-Id: I95622de533497b3d89bcdd2a782c6271aec0764f
* Increase z-index of frozen cells for correct rendering (#13334)Teemu Suo-Anttila2014-08-061-1/+1
| | | | Change-Id: I3bf1fd2733e283c98a1ebb5ff260381ff4b5bfab
* Fixes a few Escalator regressions relating to IE8 and IE9 (#13334)Henrik Paul2014-04-101-5/+8
| | | | Change-Id: I3446d1f781f5aa5e3262a20f51999b0a52d48dd3
* Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-111-1/+8
| | | | Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
* Cells should not overflow #12645John Ahlroos2014-01-151-0/+1
| | | | Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
* Support OSX's hiding scrollbars (#12645)Henrik Paul2013-11-211-1/+15
| | | | Change-Id: If5df6a7651482a33558088398330fd73a4d43645
* Add column freezing to Escalator (#3087)Leif Åstrand2013-11-141-6/+9
| | | Change-Id: I9943b20ca2568c353c90dec598534fbb5ab58203
* Implement escalator pattern for widget (#12645)Henrik Paul2013-11-081-14/+34
| | | | Change-Id: Ibdc5a5162ae88e886e74d93f3f75f4ea3c6dab89
* Initial escalator commit (#12645)Henrik Paul2013-10-091-0/+72
Change-Id: Ibd0ac2896e12b99ddebdc26674a2dfced486c49a