summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
Commit message (Collapse)AuthorAgeFilesLines
* Fix regressions in Grid SCSSJouni Koivuviita2014-12-182-2/+2
| | | | | | | | | | Fix regressions from previous Grid style patch: - Typo in selector (dot instead of comma) - “active” style renamed to “focused” - Scrollbar border styling moved from Valo (was working) to Base (now all themes work the same) Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
* Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-171-2/+2
| | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
* Grid theme API changes and style fixesJouni Koivuviita2014-12-172-197/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-17106-0/+0
|\ | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| * Removed packages starting with a digit from export-package (#15105)Teppo Kurki2014-12-16106-0/+0
| | | | | | | | | | | | | | | | The Runo theme icons have been duplicated to folders icons16, icons32 and icons64 which will be in the export-package declaration. Original folders with icons also remain. Change-Id: I19e481057a418e39a030359f62eefc3bc3d7f131
* | Patches up the themes for Grid a bit (#13334)Henrik Paul2014-12-121-34/+74
| | | | | | | | Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
* | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-086-1/+3
| | | | | | | | Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
* | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-051-0/+165
|/ | | | | | Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
* Fix shadow bug with menu in runo theme (#14162)Dmitrii Rogozin2014-07-071-3/+2
| | | | Change-Id: I9f6486597c45180ef7f748ba128f3f287d28bd97
* Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-022-0/+15
| | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
* 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-281-0/+0
| | | | | | | | Added new version for favicon.ico, which has 32x32 pixel version in addition to 16x16 pixels. Adds support for high resolution/retina displays. Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
* Add missing dialog maximize/restore icons for Runo (#11734)Artur Signell2013-05-313-1/+24
| | | | Change-Id: If8ebbdb7cd8e6a6acfb15fcdc48a41489ab059c6
* Extracted dialog style to a separate block (#11734)Artur Signell2013-05-311-23/+25
| | | | Change-Id: I3f57188cde30122b56bb6f8cea435cd4c56b58e2
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-291-1/+5
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Fixed header padding to avoid caption overlap (#3400)Artur Signell2013-04-091-1/+1
| | | | Change-Id: If12a50a6f50ab502573ff84dcf88a7b9a4f0b5a6
* Maximize/restore icons for Chameleon, Liferay, Runo (#3400)Artur Signell2013-04-053-7/+19
| | | | Change-Id: Ibbeed5b5925442f966841c0f5d2ea3dbfe9007bb
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-2/+21
| | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
* Applied IE9 CSS fixes to IE10 also (#11301)Artur Signell2013-03-111-3/+0
| | | | Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
* Fixed Runo dialog window style (#10599)Artur Signell2013-01-101-2/+2
| | | | Change-Id: Ic530907e51fc686bdd1d94d4c911b1e5a05c4104
* Merge "Fixed ComboBox width problems in all themes (#10484)"Leif Åstrand2013-01-081-1/+6
|\
| * Fixed ComboBox width problems in all themes (#10484)Artur Signell2013-01-071-1/+6
| | | | | | | | Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29
* | Fixed lower left corner of tabsheet in Runo (#10658)Artur Signell2013-01-071-1/+1
|/ | | | Change-Id: I22be985d1fd741650e9ce38f2554429103f46ad1
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-3/+12
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Merge "Added override for font-sizes which used em in base theme (#10606, ↵Leif Åstrand2013-01-042-1/+6
|\ | | | | | | #10587)"
| * Added override for font-sizes which used em in base theme (#10606, #10587)Artur Signell2013-01-022-1/+6
| | | | | | | | Change-Id: I556137c307bdacdb22cbd2abb4461268997ff53d
* | Ensure panel decoration is shown (#10258)Artur Signell2013-01-021-1/+1
|/ | | | Change-Id: Iaf5a25224b10560da15f94b22fa6b77c843a4a47
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-023-8/+8
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Merge changes Ide0a7e28,I78da2c2cArtur Signell2012-12-182-1/+4
|\ | | | | | | | | | | * changes: Ugly hacks to make tests screenshot compatible Fixed IE scrollbar issues for most if not all components
| * Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-172-1/+4
| | | | | | | | | | | | | | 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
* | Removed Firefox rule making dropdown too high (#10559)Artur Signell2012-12-171-3/+0
|/ | | | Change-Id: I62c808b90da155b0ae0489c4eaeff370063f3572
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-102-1/+23
| | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Additional fixes for accordion/IE (#9552)Artur Signell2012-12-101-3/+3
| | | | | | Fixes Accordion for other themes than Reindeer aswell Change-Id: If849e77adfb07e6a14784139c19e45b3b35a43b9
* Added support for $primaryStyleName to RunoMarc Englund2012-12-0722-383/+383
| | | | Change-Id: I2c1a24b2655c1b9361b52e24f542deb64be8a914
* Revert "Temporary work around for drag'n'drop image problem (#10385)"Artur Signell2012-12-022-8/+2
| | | | | | | | No longer needed as #10384 is fixed This reverts commit 7dad7d82287bc9906ef12d1efd64f8b1da3a0326. Change-Id: Id7dbd716144452b80fae07d54f4a61c5091fd83d
* Temporary work around for drag'n'drop image problem (#10385)Artur Signell2012-11-262-2/+8
| | | | Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-235-25/+25
| | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* Ensure generated-body rules are not prefixed (#10360)Artur Signell2012-11-232-3/+4
| | | | | | This should not cause issue with multiple themes as you do not have a generated body then. Change-Id: I9391ee006de9c5759df0d7e1a7d6470caf82a8c4
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-232-41/+41
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-234-9/+17
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* Define line-height for tooltips in Runo (#10136)Artur Signell2012-11-061-0/+1
| | | | Change-Id: Id73389fa7fa629ce312c2566b8b2dc36b0b6dcc5
* Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-163-39/+49
| | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7
* Merge branch 'master' into sassMarc Englund2012-10-041-11/+11
|\ | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/formlayout/formlayout.scss WebContent/VAADIN/themes/reindeer/formlayout/formlayout.scss Change-Id: Ie895a1bbafdcf2fe79d500efb04c6eef3f5a812e
| * Merge from 6.8: Limit propagation of vertical spacing and margins inHenri Sara2012-10-011-11/+11
| | | | | | | | | | | | | | | | | | | | nested FormLayouts, related test (#9427) svn changeset:24503/svn branch:6.8 svn changeset:24504/svn branch:6.8 svn changeset:24506/svn branch:6.8 Change-Id: I7eca0fccdd9fc9258514c68025bd9e99dcc0b89d
* | Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-282-4/+4
| | | | | | | | overlay-container.
* | Rearranging sass theme structure in phases.Marc Englund2012-09-262-32/+35
|/
* Removed empty content: in css rules since they generate a empty line with ↵John Ahlroos2012-09-182-2/+2
| | | | html5 content type
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-4/+4
| | | selector to all layouts
* merge master (sass theme changes)Jouni Koivuviita2012-08-1327-6/+163
|\
| * Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-0827-6/+163
| | | | | | | | | | | | | | | | 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.
* | Merged master to layoutgraphJouni Koivuviita2012-05-111-1/+2
|\|