summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-2328-92/+131
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* UI stylename handling (#9832)Johannes Dahlström2012-11-143-7/+7
| | | | | | | | * Change VUI class name from v-view to v-ui * Use state.primaryStyleName so it can be changed * Remove useless v-app-VaadinServiceSession from bootstrap root div Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
* Define line-height for tooltips in Runo (#10136)Artur Signell2012-11-061-0/+1
| | | | Change-Id: Id73389fa7fa629ce312c2566b8b2dc36b0b6dcc5
* Fix for small theme bug induced by overlay-container #9220 Note: this will ↵Marc Englund2012-11-051-0/+1
| | | | | | break FF screenshots, but the new version is actually more according to spec, afaik. Change-Id: Ib7048522b06e62e5fc964e538a865524a08eaaab
* Overlay container #9220Marc Englund2012-10-302-2/+2
| | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
* Merge "Removed padding which has magically appeared (#10075)"John Ahlroos2012-10-301-0/+1
|\
| * Removed padding which has magically appeared (#10075)Artur Signell2012-10-261-0/+1
| | | | | | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4
* | Revert accidentally pushed "Fix most IE scrollbar issues"Artur Signell2012-10-292-18/+1
| | | | | | | | This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530.
* | Fix most IE scrollbar issuesArtur Signell2012-10-292-1/+18
| |
* | Fixed Chameleon theme for InlineDatefield #10070John Ahlroos2012-10-293-57/+71
|/ | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255
* Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-1610-77/+114
| | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7
* Reverted previously fixed scrollbars since it does not work with components ↵John Ahlroos2012-10-103-34/+0
| | | | | | requiring inline-block #9552 #9572 Change-Id: Iec43c1e4926b51724c93c93d1f4500e0fcf8759e
* Merge "Applied splitpanel scrollbar fix for IE9 as well #9552"Leif Åstrand2012-10-091-5/+6
|\
| * Applied splitpanel scrollbar fix for IE9 as well #9552John Ahlroos2012-10-091-5/+6
| | | | | | | | Change-Id: Ife96da6315796548c9aeab34b6f307a70e80ef36
* | Applied a similar fix for the scrollbars in accordion and tabsheet as was ↵John Ahlroos2012-10-092-0/+22
|/ | | | | | done for the splitpanel previously #9572 Change-Id: Ic52081d30e0febeac2cc2378e4a6af7f83306ae9
* Merge branch 'sass'John Ahlroos2012-10-0875-1455/+1510
|\
| * Merge branch 'master' into sassJohn Ahlroos2012-10-081-0/+3
| |\
| * \ Merge branch 'master' into sassMarc Englund2012-10-043-36/+36
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/formlayout/formlayout.scss WebContent/VAADIN/themes/reindeer/formlayout/formlayout.scss Change-Id: Ie895a1bbafdcf2fe79d500efb04c6eef3f5a812e
| * \ \ Merge branch 'master' into sassMarc Englund2012-10-011-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss theme-compiler/src/com/vaadin/sass/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
| * | | | Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-288-100/+149
| | | | |
| * | | | Sass restructure: fixed bug in embedded.scssMarc Englund2012-09-281-1/+1
| | | | |
| * | | | Sass restructure: base theme with renameable componentsMarc Englund2012-09-2831-495/+495
| | | | |
| * | | | Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-2831-712/+712
| | | | | | | | | | | | | | | | | | | | that should work w/o overlay-container
| * | | | Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-2810-64/+70
| | | | | | | | | | | | | | | | | | | | overlay-container.
| * | | | Rearranging sass theme structure in phases.Marc Englund2012-09-268-109/+109
| | | | |
* | | | | Merge "Fixed datefield height #9798"Johannes Dahlström2012-10-051-0/+1
|\ \ \ \ \
| * | | | | Fixed datefield height #9798John Ahlroos2012-10-041-0/+1
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: Iabd4c7e7729efeed02f8be087769de5f51634662
* | | | | Merge "Fixed selectors in layout.scss #9860"John Ahlroos2012-10-051-2/+2
|\ \ \ \ \
| * | | | | Fixed selectors in layout.scss #9860John Ahlroos2012-10-041-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | Change-Id: I297de32c4123ecc70bbadd92171b7858d7ef7399
* | | | | Merge "Added IE8 HTML5 doctype fix for removing unneeded scrollbars in ↵John Ahlroos2012-10-051-0/+10
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | splitpanel #9552"
| * | | | Added IE8 HTML5 doctype fix for removing unneeded scrollbars in splitpanel #9552John Ahlroos2012-10-041-0/+10
| |/ / / | | | | | | | | | | | | Change-Id: I2d9abc2add60809412a8625d4b4753aca408c7cd
* / / / Fixed combobox line heights in Chameleon theme #9838John Ahlroos2012-10-031-0/+3
|/ / / | | | | | | | | | Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec
* | / Merge from 6.8: Limit propagation of vertical spacing and margins inHenri Sara2012-10-013-36/+36
| |/ |/| | | | | | | | | | | | | | | | | 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
* | Fix and test case for #9294 (hideTabs() hides a nested tabsheet tabs as well)Johannes Dahlström2012-09-271-1/+1
|/
* Restored content:"" for layout slots which fixes #9736John Ahlroos2012-09-251-1/+1
|
* Caption text should be middle aligned #8294John Ahlroos2012-09-241-1/+1
|
* Revert "Fixed different spacing height in IE and Opera #8294". Was causing ↵John Ahlroos2012-09-241-5/+0
| | | | too many other tests to fail.
* Fixed different spacing height in IE and Opera #8294John Ahlroos2012-09-241-0/+5
|
* Revert "Restored table row heights #8294".John Ahlroos2012-09-211-2/+2
|
* Restored table row heights #8294John Ahlroos2012-09-211-2/+2
|
* Fixed panel caption height causing 1px jump #8294John Ahlroos2012-09-201-0/+1
|
* Fixed select row height changes #8294John Ahlroos2012-09-201-0/+4
|
* Revert "Fixed NativeButton 1px caption jump #8294"John Ahlroos2012-09-201-2/+1
|
* Fixed NativeButton 1px caption jump #8294John Ahlroos2012-09-201-1/+2
|
* Fixed 1px jump in caption #8294John Ahlroos2012-09-191-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-186-7/+6
| | | | html5 content type
* Moved grid layout margin and spacing fixes from reindeer to base theme #9559John Ahlroos2012-09-132-18/+20
|
* Fixed previously broken gridlayout margins and spacings.John Ahlroos2012-09-121-5/+5
|