Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵ | Marc Englund | 2012-11-23 | 1 | -1/+3 |
| | | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375 | ||||
* | Sass restructure: need to disable .themename{} -wrapping until we get ↵ | Marc Englund | 2012-09-28 | 1 | -46/+1 |
| | | | | overlay-container. | ||||
* | Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵ | Jouni Koivuviita | 2012-09-07 | 1 | -1/+1 |
| | | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real) | ||||
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layout | John Ahlroos | 2012-09-06 | 1 | -1/+1 |
| | | | selector to all layouts | ||||
* | Added boxlayout.scss | Jouni Koivuviita | 2012-08-17 | 1 | -0/+1 |
| | |||||
* | merge master (sass theme changes) | Jouni Koivuviita | 2012-08-13 | 1 | -2/+3 |
| | |||||
* | Standard themes in SCSS form, updated CompileDefaultTheme (#9223) | Henri Sara | 2012-08-08 | 1 | -0/+45 |
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. |