| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
IE8 still isn't pixel perfect, but you can't have 'em all.
Change-Id: I1780441f130032503d783657103066f502dce570
|
|
|
|
| |
Change-Id: I0cb3584673525b1a21b01a2e819056df7f94579c
|
|
|
|
|
|
|
| |
For now, the details row only supports text content and index
based row references
Change-Id: Id12557d83732475b9a5133b3ee32ae31ba4fcdd7
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ic948fb801f3bca5101ba630c99bd321f3e4f24bb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I7901b42ac2a8c590d4967460eb926fde9199e83e
|
|
|
|
| |
Change-Id: I95622de533497b3d89bcdd2a782c6271aec0764f
|
|
|
|
| |
Change-Id: I3bf1fd2733e283c98a1ebb5ff260381ff4b5bfab
|
|
|
|
| |
Change-Id: I3446d1f781f5aa5e3262a20f51999b0a52d48dd3
|
|
|
|
| |
Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
|
|
|
|
| |
Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
|
|
|
|
| |
Change-Id: If5df6a7651482a33558088398330fd73a4d43645
|
|
|
| |
Change-Id: I9943b20ca2568c353c90dec598534fbb5ab58203
|
|
|
|
| |
Change-Id: Ibdc5a5162ae88e886e74d93f3f75f4ea3c6dab89
|
|
Change-Id: Ibd0ac2896e12b99ddebdc26674a2dfced486c49a
|