summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Collapse)AuthorAgeFilesLines
* Merged patch for #6765 from 6.7 (disable TextArea resize handle)Marc Englund2012-01-181-0/+1
| | | | svn changeset:22693/svn branch:6.8
* Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-181-1/+5
| | | | svn changeset:22691/svn branch:6.8
* dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-211-0/+21
| | | | svn changeset:22081/svn branch:6.8
* Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-083-0/+0
| | | | svn changeset:21944/svn branch:6.7
* #6745: Connectors for TreeJouni Koivuviita2011-09-296-4/+15
| | | | | | -Added 8bit PNG's for IE6 svn changeset:21429/svn branch:6.7
* Final fix for #6745: Connectors for TreeJouni Koivuviita2011-09-2810-133/+159
| | | | | | | -Adjusted all themes to have even pixel caption height -Liferay theme doesn't support the connectors (#7682) svn changeset:21411/svn branch:6.7
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-271-4/+8
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* #5170 updated to use an additional css class when text input is disabled and ↵Leif Åstrand2011-09-271-0/+4
| | | | | | set the cursor using the theme css file svn changeset:21329/svn branch:6.7
* Fix for #7505John Alhroos2011-09-231-1/+1
| | | | svn changeset:21270/svn branch:6.7
* #5780 TreeTable uses images that not display transparent in IE6 - reverted ↵Leif Åstrand2011-08-303-23/+7
| | | | | | previous fix causing problems with safari 4. Added new fix using gif-versions of the arrows in IE6 svn changeset:20726/svn branch:6.7
* #5780 TreeTable uses images that not display transparent in IE6Leif Åstrand2011-08-301-0/+24
| | | | svn changeset:20720/svn branch:6.7
* #5608 Item icons do not work in OptionGroupLeif Åstrand2011-08-251-0/+5
| | | | svn changeset:20638/svn branch:6.7
* Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can ↵Jouni Koivuviita2011-08-234-2/+16
| | | | | | | | make it more pretty in future releases if necessary. Includes TestBench test for the feature. svn changeset:20577/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-0/+4
| | | | svn changeset:20495/svn branch:6.7
* Fix for #7388John Alhroos2011-08-171-0/+3
| | | | svn changeset:20447/svn branch:6.7
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-172-1/+40
| | | | svn changeset:20445/svn branch:6.7
* #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-101-1/+1
| | | | svn changeset:20245/svn branch:6.7
* Merged TreeTable into Vaadin core (#5371)Jonatan Kronqvist2011-06-163-0/+20
| | | | svn changeset:19416/svn branch:6.7
* Merge from 6.6Henri Sara2011-06-165-17/+16
|\ | | | | | | svn changeset:19412/svn branch:6.7
| * merged fix for #6713Matti Tahvonen2011-04-151-1/+12
| | | | | | | | svn changeset:18334/svn branch:6.5
| * #6731 - focus on the node's caption instead of the element in order to avoid ↵Jonatan Kronqvist2011-04-082-4/+4
| | | | | | | | | | | | unnecessary scrolling svn changeset:18186/svn branch:6.5
| * #6367 - remove focus outline from table header cellJonatan Kronqvist2011-04-072-4/+6
| | | | | | | | svn changeset:18146/svn branch:6.5
| * Cleaned up #6197 - moved keyboard handling from the table body to the table rowsJonatan Kronqvist2011-04-062-2/+6
| | | | | | | | svn changeset:18129/svn branch:6.5
| * Fixed #6731 - tree no longer scrolls when an item is selected.Jonatan Kronqvist2011-04-062-2/+8
| | | | | | | | svn changeset:18127/svn branch:6.5
| * Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - ↵Artur Signell2011-03-242-2/+6
| | | | | | | | | | | | Moved v-app-loading class to separate div inside v-app svn changeset:17907/svn branch:6.5
| * #6542 Tabsheet content sometimes not rendered in IE6/IE7Artur Signell2011-03-032-2/+10
| | | | | | | | svn changeset:17566/svn branch:6.5
* | Fixes #6932 "Table rows shift a couple of pixels down when selecting a row ↵Jouni Koivuviita2011-05-191-0/+4
| | | | | | | | | | | | | | | | | | in IE7" * Added negative margins to the cell content when the row is focused * Removed padding/line-height changes from all core themes that previously handled the focus state offset change svn changeset:18925/svn branch:6.6
* | Fixes #5535 "Clicking on a menubar show a visible focus"Jouni Koivuviita2011-05-191-0/+1
| | | | | | | | svn changeset:18908/svn branch:6.6
* | Fixes #6745 "Connectors for Tree"Jouni Koivuviita2011-05-193-4/+16
| | | | | | | | svn changeset:18907/svn branch:6.6
* | isolating #6911 related hack to only grid layout and ordered layouts which ↵Matti Tahvonen2011-05-061-1/+3
| | | | | | | | | | | | are most likely to face the issue svn changeset:18657/svn branch:6.6
* | a possible fix for #6911Matti Tahvonen2011-05-051-0/+5
| | | | | | | | svn changeset:18655/svn branch:6.6
* | removed automatically compiled css files from svn. Derived files and should ↵Matti Tahvonen2011-04-211-2284/+0
| | | | | | | | | | | | thus not be in version control. core developers not need to build theme with ant script after core css files have been modified in the version control. svn changeset:18438/svn branch:6.6
* | merging fixes from 6.5Matti Tahvonen2011-04-202-2/+2
| | | | | | | | svn changeset:18406/svn branch:6.6
* | merging fixes from 6.5Matti Tahvonen2011-04-202-2/+8
| | | | | | | | svn changeset:18402/svn branch:6.6
* | fixes #6713Matti Tahvonen2011-04-151-1/+12
| | | | | | | | svn changeset:18333/svn branch:6.6
* | Merged bugfixes and test updates from 6.5Artur Signell2011-03-252-2/+6
| | | | | | | | svn changeset:17929/svn branch:6.6
* | Merged some changes from 6.5Henri Sara2011-03-162-2/+10
|/ | | | svn changeset:17798/svn branch:6.6
* #6304 Moved display css rule to the base theme allowing it to be overriddenJonatan Kronqvist2011-02-072-2/+13
| | | | svn changeset:17187/svn branch:6.5
* #6086 Text selection does not work in link ButtonsArtur Signell2010-12-212-2/+10
| | | | svn changeset:16592/svn branch:6.5
* #6041 The splitter in a disabled split panel can be movedArtur Signell2010-12-212-2/+14
| | | | svn changeset:16591/svn branch:6.5
* styles for debug consoleMatti Tahvonen2010-12-162-2/+4
| | | | svn changeset:16540/svn branch:6.5
* Fix for #6143Jonatan Kronqvist2010-12-131-2/+2
| | | | svn changeset:16477/svn branch:6.5
* Fixed the table header styles in the liferay themeJonatan Kronqvist2010-12-091-2/+2
| | | | svn changeset:16423/svn branch:6.5
* #6119 - ComboBox visually broken in iPhone/iPadArtur Signell2010-12-082-2/+4
| | | | svn changeset:16414/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-072-4/+4
| | | | | | | Changed style names to be consistent with server side API Added test for caption style names svn changeset:16375/svn branch:6.5
* Recompiled themeArtur Signell2010-12-071-0/+10
| | | | svn changeset:16362/svn branch:6.5
* Fixed a theme bug in the Runo theme along with a vaadintunes theme bug ↵Jonatan Kronqvist2010-12-071-2/+2
| | | | | | related to #5066 svn changeset:16337/svn branch:6.5
* Fixed the broken TableRowHeight2 & -3 testsJonatan Kronqvist2010-12-071-1/+0
| | | | svn changeset:16336/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-031-0/+10
| | | | svn changeset:16323/svn branch:6.5
* Reverted the margin->padding change in [16247] and fixed the ↵Jonatan Kronqvist2010-12-032-2/+11
| | | | | | ie7-right-aligned-table-header problem specifically for ie7 svn changeset:16292/svn branch:6.5