summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fixed accordion to not cause scrollbars in IE (#9552)"Marc Englund2012-12-071-2/+2
|\
| * Fixed accordion to not cause scrollbars in IE (#9552)Artur Signell2012-12-071-2/+2
| | | | | | | | Change-Id: Ie27894b35be4d79c29b201ec79991c7d9263a1eb
* | Merge "Revert "Temporary work around for drag'n'drop image problem (#10385)""Marc Englund2012-12-072-10/+9
|\ \ | |/ |/|
| * Revert "Temporary work around for drag'n'drop image problem (#10385)"Artur Signell2012-12-022-10/+9
| | | | | | | | | | | | | | | | No longer needed as #10384 is fixed This reverts commit 7dad7d82287bc9906ef12d1efd64f8b1da3a0326. Change-Id: Id7dbd716144452b80fae07d54f4a61c5091fd83d
* | Made layouts inline-blocks to support undefined width (#10080)Artur Signell2012-12-051-1/+1
|/ | | | Change-Id: I7ff2244ab7f2956cbf21122a3880d3ae27fb516a
* Temporary work around for drag'n'drop image problem (#10385)Artur Signell2012-11-262-9/+10
| | | | Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-239-14/+14
| | | | | | 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-8/+9
| | | | | | This should not cause issue with multiple themes as you do not have a generated body then. Change-Id: I9391ee006de9c5759df0d7e1a7d6470caf82a8c4
* Moved DebugConsole (and related) styles to separate mixin which is applied ↵Marc Englund2012-11-233-27/+35
| | | | | | globally; the console is a widgetset-wide singleton, not usually to be styled. Fixes #10357 Change-Id: I39940fa92f748a6ef7a143797f06ef9d7d68ce36
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-2334-517/+517
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Disabled @media print {} to avoid invalid CSS, see #10336Marc Englund2012-11-231-0/+3
| | | | Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-236-37/+46
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* UI stylename handling (#9832)Johannes Dahlström2012-11-141-5/+5
| | | | | | | | * 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
* 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 primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-162-0/+7
| | | | 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-0835-625/+661
|\
| * Merge branch 'master' into sassMarc Englund2012-10-041-14/+14
| |\ | | | | | | | | | | | | | | | | | | | | | 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-284-88/+119
| | | |
| * | | 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: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-282-46/+51
| | | | | | | | | | | | | | | | overlay-container.
* | | | 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
* / / / Added IE8 HTML5 doctype fix for removing unneeded scrollbars in splitpanel #9552John Ahlroos2012-10-041-0/+10
|/ / / | | | | | | | | | Change-Id: I2d9abc2add60809412a8625d4b4753aca408c7cd
* | / Merge from 6.8: Limit propagation of vertical spacing and margins inHenri Sara2012-10-011-14/+14
| |/ |/| | | | | | | | | | | | | | | | | 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
|
* 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-184-5/+4
| | | | html5 content type
* Moved grid layout margin and spacing fixes from reindeer to base theme #9559John Ahlroos2012-09-131-0/+19
|
* Add missing closing brace to @mixin base-commonJohannes Dahlström2012-09-101-0/+2
|
* Merge branch '6.8'John Ahlroos2012-09-101-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml
| * Enable (hopefully this time for real) native touch scrolling on Mobile ↵Johannes Dahlström2012-09-041-1/+5
| | | | | | | | | | | | Safari 6+ (#8792) svn changeset:24300/svn branch:6.8
| * Remove #8792 fix from 6.8.2, defer to 6.8.3Johannes Dahlström2012-08-071-4/+0
| | | | | | | | svn changeset:24098/svn branch:6.8
| * Enable native touch scrolling on iOS 6 (#8792)Johannes Dahlström2012-08-071-0/+4
| | | | | | | | svn changeset:24094/svn branch:6.8