aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #4161John Alhroos2010-05-202-0/+12
| | | | svn changeset:13271/svn branch:6.3
* Fixes IE6 problem with #4582John Alhroos2010-05-202-6/+2
| | | | svn changeset:13264/svn branch:6.3
* Fix for #4582John Alhroos2010-05-171-1/+5
| | | | svn changeset:13200/svn branch:6.3
* Sandboxed some Liferay-only styles for only Liferay (for real).Jouni Koivuviita2010-04-272-12/+12
| | | | svn changeset:12858/svn branch:6.3
* More fixes for #4547Jouni Koivuviita2010-04-263-0/+16
| | | | svn changeset:12846/svn branch:6.3
* Fixes #4547: Vaadin theme in Liferay 6.0 theme has extra space and different ↵Jouni Koivuviita2010-04-2610-12/+76
| | | | | | | | | | | | color from Liferay theme * Most critical issues fixed, among which: ** Default background color differed from Liferay's bg ** Checkboxes and radio buttons having too little space between the input and caption ** Nativebutton's have a default look inside Liferay. Fixed Sampler buttons, but Runo will not work inside Liferay. ** Sampler breadcrumbs are centered vertically again svn changeset:12841/svn branch:6.3
* Release Notes for 6.3.0 release. For #4511.Marko Grönroos2010-04-137-6/+6
| | | | svn changeset:12513/svn branch:6.3
* Minor fix to panel style (reindeer)Jouni Koivuviita2010-04-122-12/+16
| | | | svn changeset:12464/svn branch:6.3
* Opera doesn't support col-resize/row-resize cursor, added fallback for it in ↵Jouni Koivuviita2010-04-124-6/+14
| | | | | | splitpanel styles. svn changeset:12463/svn branch:6.3
* sampler icons now theme resources and cached only once per applicationMatti Tahvonen2010-04-09113-0/+0
| | | | svn changeset:12449/svn branch:6.3
* Fix for #4348John Alhroos2010-04-094-14/+18
| | | | svn changeset:12443/svn branch:6.3
* #4500 move Reservr outside Vaadin coreHenri Sara2010-04-095-61/+0
| | | | svn changeset:12426/svn branch:6.3
* Small fix to Reindeer tabsheet style on white background.Jouni Koivuviita2010-04-083-8/+16
| | | | svn changeset:12398/svn branch:6.3
* Small fix to tabsheet style on blue background (border color on IE etc.)Jouni Koivuviita2010-04-082-18/+22
| | | | svn changeset:12394/svn branch:6.3
* Loads of small fixes to Base and Reindeer themes: contains bugfixes for ↵Jouni Koivuviita2010-04-0821-334/+598
| | | | | | issues found during developing the new Reindeer theme demo, plus a couple of new styles for Reindeer. svn changeset:12389/svn branch:6.3
* Removed Coverflow demo theme from 6.3 branch.John Alhroos2010-04-0843-8/+0
| | | | svn changeset:12378/svn branch:6.3
* Added clickable layout sample. #3773John Alhroos2010-04-062-1/+7
| | | | svn changeset:12306/svn branch:6.3
* Fixes #3505 Sample: AbsoluteLayoutJouni Koivuviita2010-04-012-0/+5
| | | | svn changeset:12269/svn branch:6.3
* Fixes #4435: Readonly textareas are not rendered as readonlyJouni Koivuviita2010-03-305-10/+50
| | | | svn changeset:12211/svn branch:6.3
* Fixed textfield read-only styles (regression).Jouni Koivuviita2010-03-295-10/+6
| | | | svn changeset:12180/svn branch:6.3
* disable unused prominent css (sample currently not enabled)Matti Tahvonen2010-03-241-1/+5
| | | | svn changeset:12082/svn branch:6.3
* Small fix to drag-n-drop styles.Jouni Koivuviita2010-03-244-0/+24
| | | | svn changeset:12065/svn branch:6.3
* Fixes #3492: DateField should have an option to show week numbersJouni Koivuviita2010-03-242-12/+22
| | | | svn changeset:12061/svn branch:6.3
* Drag-n-drop related styles.Jouni Koivuviita2010-03-2418-324/+1063
| | | | svn changeset:12056/svn branch:6.3
* Small corrections to #4334: TextField contents offset in Firefox 3.6Jouni Koivuviita2010-03-234-6/+10
| | | | svn changeset:12020/svn branch:6.3
* Fixes #4334: TextField contents offset in Firefox 3.6Jouni Koivuviita2010-03-2213-354/+51
| | | | | | | Fixes #4352: Vaadin application font is ugly in Windows Safari/Chrome * Changed WebKit to render text fields same as all other as well, no more border-images (easier to override in custom themes). svn changeset:12009/svn branch:6.3
* Fix for #3492 - DateField should have an option to show week numbersArtur Signell2010-03-221-1/+7
| | | | svn changeset:12006/svn branch:6.3
* Fix for #3492 - DateField should have an option to show week numbersArtur Signell2010-03-222-2/+20
| | | | svn changeset:12005/svn branch:6.3
* Fixes #4102: RichTextArea should provide feedback on current text formatJouni Koivuviita2010-03-197-105/+256
| | | | | | Revised the whole theme for RichTextArea. svn changeset:11985/svn branch:6.3
* fixes #4347, cursor is now "default" by default when mouse is over drag proxy.Matti Tahvonen2010-03-184-6/+10
| | | | svn changeset:11973/svn branch:6.3
* #4359 Immediate upload in FormLayoutHenri Sara2010-03-174-6/+26
| | | | svn changeset:11921/svn branch:6.3
* cleaner tree drop location styles (not shaking that much anymore)Matti Tahvonen2010-03-155-8/+16
| | | | svn changeset:11890/svn branch:6.3
* VScrollTable: If multiple rows selected and drag starts on selected row, ↵Matti Tahvonen2010-03-096-27/+51
| | | | | | client side now hints that all those rows are dragged. svn changeset:11700/svn branch:6.3
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-0514-95/+179
|\ | | | | | | svn changeset:11664/svn branch:6.3_dd
| * Reverted changeset [11604] (#3735: Use semantic HTML)Jouni Koivuviita2010-03-042-14/+0
| | | | | | | | svn changeset:11637/svn branch:6.3
| * Fixes #266: Immediate upload button broken in Opera 10 (OS X)Jouni Koivuviita2010-03-044-0/+12
| | | | | | | | svn changeset:11631/svn branch:6.3
| * Fixes #3735: Use semantic HTMLJouni Koivuviita2010-03-035-0/+42
| | | | | | | | svn changeset:11604/svn branch:6.3
| * Added Vaadin logo favicons to both Sampler themes (sampler-reindeer and ↵Jouni Koivuviita2010-02-222-0/+0
| | | | | | | | | | | | sampler-runo) svn changeset:11458/svn branch:6.3
| * Updated Runo theme favicon to Vaadin logo.Jouni Koivuviita2010-02-221-0/+0
| | | | | | | | svn changeset:11457/svn branch:6.3
| * Reverted gridlayout margins and spacings back to original after [11248].Jouni Koivuviita2010-02-222-0/+36
| | | | | | | | svn changeset:11447/svn branch:6.3
| * Changed base theme layout margins and spacings from ems to pixels (reduce ↵Jouni Koivuviita2010-02-103-66/+69
| | | | | | | | | | | | layout calculations, no conversion needed in the browser). svn changeset:11249/svn branch:6.3
| * Changed base theme layout margins and spacings from ems to pixels (reduce ↵Jouni Koivuviita2010-02-104-23/+22
| | | | | | | | | | | | layout calculations, no conversion needed in the browser). svn changeset:11248/svn branch:6.3
| * Merged changes from 6.2 branch.John Alhroos2010-02-102-0/+6
| | | | | | | | svn changeset:11245/svn branch:6.3
| * Merged code changes from 6.2Henri Sara2010-02-015-6/+32
| | | | | | | | svn changeset:11069/svn branch:6.3
* | changesMatti Tahvonen2010-03-044-55/+59
| | | | | | | | svn changeset:11630/svn branch:6.3_dd
* | enhancing wrapper, now horizontal drop location -> example horizontally ↵Matti Tahvonen2010-02-174-10/+42
| | | | | | | | | | | | sortable layout svn changeset:11353/svn branch:6.3_dd
* | draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-165-16/+73
| | | | | | | | svn changeset:11349/svn branch:6.3_dd
* | styles, table drop handler, small changesMatti Tahvonen2010-02-165-6/+109
| | | | | | | | svn changeset:11339/svn branch:6.3_dd
* | small changesMatti Tahvonen2010-02-154-6/+38
| | | | | | | | svn changeset:11324/svn branch:6.3_dd
* | some preliminary drag and drop stuffMatti Tahvonen2010-01-285-6/+32
|/ | | | svn changeset:11052/svn branch:6.3_dd