aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Fix for 1px button caption jump after changing to HTML5 doctypeJohn Ahlroos2012-09-071-1/+1
| |
* | Removed paintable.scssJouni Koivuviita2012-09-071-12/+0
| |
* | Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-073-2/+15
| | | | | | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)
* | Minor fix to CSS selectorJohn Ahlroos2012-09-061-3/+3
| |
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-064-177/+27
| | | | | | selector to all layouts
* | Move captionless component error/required indicators top rightJohn Ahlroos2012-08-301-1/+1
| |
* | Minor changes to error indicator and caption vertical alignmentJohn Ahlroos2012-08-291-2/+2
| |
* | Fixed minor pixel jump in caption error indicatorJohn Ahlroos2012-08-291-1/+1
| |
* | Vertical align caption to topJohn Ahlroos2012-08-281-1/+1
| |
* | Replaced all .v and .v-connector selectors with .v-widget selectorJohn Ahlroos2012-08-282-10/+10
| |
* | Added boxlayout.scssJouni Koivuviita2012-08-173-0/+173
| |
* | merge master (sass theme changes)Jouni Koivuviita2012-08-1341-113/+329
|\ \
| * | Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-0840-100/+320
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Fixed a small regression in textarea white-space handlingJouni Koivuviita2012-08-101-0/+1
| | |
* | | merge masterJouni Koivuviita2012-08-073-3/+17
|\| |
| * | Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-1/+3
| |\| | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java
| | * A better patch and test for #7036Johannes Dahlström2012-07-261-1/+3
| | | | | | | | | | | | svn changeset:24027/svn branch:6.8
| | * Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-261-8/+1
| | | | | | | | | | | | svn changeset:24026/svn branch:6.8
| | * Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-251-1/+8
| | | | | | | | | | | | svn changeset:24024/svn branch:6.8
| * | Merge branch '6.8'Johannes Dahlström2012-07-242-2/+14
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/treetable/treetable.css WebContent/release-notes.html src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java src/com/vaadin/terminal/gwt/client/ui/textfield/VTextField.java
| | * #9064 Render checkboxes in a Table as display: inline-block like TreeTable ↵Johannes Dahlström2012-07-091-0/+5
| | | | | | | | | | | | | | | | | | already does svn changeset:24002/svn branch:6.8
| | * #7387 Render block elements in TreeTable hierarchy column correctly: draw ↵Johannes Dahlström2012-07-091-5/+9
| | | | | | | | | | | | | | | | | | the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent". svn changeset:23994/svn branch:6.8
* | | BoxlayoutJouni Koivuviita2012-08-073-8/+10
|\| |
| * | Merge branch '6.8'Johannes Dahlström2012-06-191-4/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations
| | * #8949 Make sure a drag image always has absolute positionJohannes Dahlström2012-06-151-4/+5
| | | | | | | | | | | | svn changeset:23944/svn branch:6.8
| * | Merge commit 'bec62'Johannes Dahlström2012-06-111-1/+0
| |\| | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css src/com/vaadin/terminal/gwt/client/ui/button/VButton.java src/com/vaadin/ui/Button.java
| | * Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a ↵Johannes Dahlström2012-05-211-1/+0
| | | | | | | | | | | | | | | | | | weird iOS 5 bug in Accordion touch support (#8723 #8792) svn changeset:23770/svn branch:6.8