summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
Commit message (Collapse)AuthorAgeFilesLines
* Merged fix and sample for #2855 - "Implement input prompt for DateField" ↵Artur Signell2010-06-112-2/+14
| | | | | | from /branches/6.4-minor-features svn changeset:13646/svn branch:6.4
* Hide webkit textarea resize handles for disabled & readonly textfieldsJouni Koivuviita2010-06-041-0/+5
| | | | svn changeset:13548/svn branch:6.4
* Small fixes to table row selection styles.Jouni Koivuviita2010-05-262-22/+14
| | | | svn changeset:13363/svn branch:6.4
* Fixes #4571: Icon for Table Footer sampleJouni Koivuviita2010-05-252-3/+42
| | | | | | Additional style fixes as well for table footers. svn changeset:13344/svn branch:6.4
* merged bug fixes from 6.3 to 6.4Matti Tahvonen2010-05-211-0/+6
|\ | | | | | | svn changeset:13304/svn branch:6.4
| * Fix for #4161John Alhroos2010-05-201-0/+6
| | | | | | | | svn changeset:13271/svn branch:6.3
| * Release Notes for 6.3.0 release. For #4511.Marko Grönroos2010-04-131-2/+2
| | | | | | | | svn changeset:12513/svn branch:6.3
* | Added keyboard navigation to Tree #1086John Alhroos2010-05-101-0/+14
| | | | | | | | svn changeset:13109/svn branch:6.4
* | Dozens of enhancements and fixes to Runo theme, containing new sub-styles ↵Jouni Koivuviita2010-05-0437-349/+1249
| | | | | | | | | | | | for several components such as buttons, tables, accordions, windows, layouts, splitpanels and others. svn changeset:13024/svn branch:6.4
* | Changes in Table: John Alhroos2010-05-041-2/+5
| | | | | | | | | | | | | | | | - Changed keyboard selection mechanism - Added keyboard control with Home,End,Page Up and Page Down - Added focus outline svn changeset:13023/svn branch:6.4
* | Added keyboard navigation to Table #2390John Alhroos2010-04-292-6/+23
| | | | | | | | svn changeset:12925/svn branch:6.4
* | IE6 resize fix for Table footersJohn Alhroos2010-04-201-8/+7
| | | | | | | | svn changeset:12696/svn branch:6.4
* | Added footer to Table #1553John Alhroos2010-04-161-2/+31
|/ | | | svn changeset:12613/svn branch:6.4
* Opera doesn't support col-resize/row-resize cursor, added fallback for it in ↵Jouni Koivuviita2010-04-121-2/+4
| | | | | | splitpanel styles. svn changeset:12463/svn branch:6.3
* Fix for #4348John Alhroos2010-04-091-4/+5
| | | | svn changeset:12443/svn branch:6.3
* Loads of small fixes to Base and Reindeer themes: contains bugfixes for ↵Jouni Koivuviita2010-04-081-4/+7
| | | | | | issues found during developing the new Reindeer theme demo, plus a couple of new styles for Reindeer. svn changeset:12389/svn branch:6.3
* Fixes #4435: Readonly textareas are not rendered as readonlyJouni Koivuviita2010-03-301-1/+6
| | | | svn changeset:12211/svn branch:6.3
* Fixed textfield read-only styles (regression).Jouni Koivuviita2010-03-291-2/+1
| | | | svn changeset:12180/svn branch:6.3
* Small fix to drag-n-drop styles.Jouni Koivuviita2010-03-241-0/+6
| | | | svn changeset:12065/svn branch:6.3
* Drag-n-drop related styles.Jouni Koivuviita2010-03-244-61/+259
| | | | svn changeset:12056/svn branch:6.3
* Fixes #4334: TextField contents offset in Firefox 3.6Jouni Koivuviita2010-03-221-3/+8
| | | | | | | 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
* Fixes #4102: RichTextArea should provide feedback on current text formatJouni Koivuviita2010-03-191-17/+55
| | | | | | 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-181-2/+3
| | | | svn changeset:11973/svn branch:6.3
* #4359 Immediate upload in FormLayoutHenri Sara2010-03-171-2/+7
| | | | svn changeset:11921/svn branch:6.3
* cleaner tree drop location styles (not shaking that much anymore)Matti Tahvonen2010-03-151-2/+4
| | | | svn changeset:11890/svn branch:6.3
* VScrollTable: If multiple rows selected and drag starts on selected row, ↵Matti Tahvonen2010-03-091-7/+12
| | | | | | 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-052-24/+36
|\ | | | | | | svn changeset:11664/svn branch:6.3_dd
| * Fixes #266: Immediate upload button broken in Opera 10 (OS X)Jouni Koivuviita2010-03-041-0/+3
| | | | | | | | svn changeset:11631/svn branch:6.3
| * Fixes #3735: Use semantic HTMLJouni Koivuviita2010-03-031-0/+7
| | | | | | | | svn changeset:11604/svn branch:6.3
| * Updated Runo theme favicon to Vaadin logo.Jouni Koivuviita2010-02-221-0/+0
| | | | | | | | svn changeset:11457/svn branch:6.3
| * Changed base theme layout margins and spacings from ems to pixels (reduce ↵Jouni Koivuviita2010-02-101-22/+24
| | | | | | | | | | | | layout calculations, no conversion needed in the browser). svn changeset:11249/svn branch:6.3
| * Merged code changes from 6.2Henri Sara2010-02-011-1/+5
| | | | | | | | svn changeset:11069/svn branch:6.3
* | changesMatti Tahvonen2010-03-041-14/+15
| | | | | | | | svn changeset:11630/svn branch:6.3_dd
* | enhancing wrapper, now horizontal drop location -> example horizontally ↵Matti Tahvonen2010-02-171-3/+11
| | | | | | | | | | | | sortable layout svn changeset:11353/svn branch:6.3_dd
* | draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-161-4/+18
| | | | | | | | svn changeset:11349/svn branch:6.3_dd
* | styles, table drop handler, small changesMatti Tahvonen2010-02-161-2/+28
| | | | | | | | svn changeset:11339/svn branch:6.3_dd
* | small changesMatti Tahvonen2010-02-151-2/+10
| | | | | | | | svn changeset:11324/svn branch:6.3_dd
* | some preliminary drag and drop stuffMatti Tahvonen2010-01-281-1/+5
|/ | | | svn changeset:11052/svn branch:6.3_dd
* * Fixes #3907: Undefined wide MenuBar will drop items that do not fit in viewJouni Koivuviita2009-12-231-2/+5
| | | | | | * Fixes #3908: MenuBar doesn't open sub-submenus with hover in IE7 svn changeset:10538/svn branch:6.2
* Small fix for window stylesJouni Koivuviita2009-12-221-1/+4
| | | | svn changeset:10524/svn branch:6.2
* Fixes #1211: ISlider: Provide proper feedback (current value) to user when ↵Jouni Koivuviita2009-12-212-2/+17
| | | | | | moving handle svn changeset:10477/svn branch:6.2
* Fixes #3850: Submenu icon is placed outside the menu in IE7Jouni Koivuviita2009-12-152-71/+46
| | | | | | | * Refactored VMenuBar to not use TABLE element. Now uses DIVs all the way. * Note, the theme for MenuBar sub-menus seems to be quite fragile in IE6 and IE7. IE6 doesn't allow any of the contained elements to get "hasLayout", otherwise the popup will be too wide. IE7 needs some DeferredCommand magic to make it render separator items correctly. svn changeset:10301/svn branch:6.2
* Fixes #3849: Undefined wide menubar is 100% wide in IE6Jouni Koivuviita2009-12-141-0/+3
| | | | svn changeset:10274/svn branch:6.2
* Fixes #3843: Form caption is blue in IEJouni Koivuviita2009-12-142-0/+2
| | | | svn changeset:10273/svn branch:6.2
* Fixes #3848: Rich text sample is cut in IEJouni Koivuviita2009-12-141-0/+11
| | | | | | * H1-6 elements need line-height: normal; svn changeset:10270/svn branch:6.2
* Fixes #3631: LoginForm login button is too wide in IE6/IE7Jouni Koivuviita2009-12-081-0/+5
| | | | svn changeset:10191/svn branch:6.2
* Sampler updates:Jouni Koivuviita2009-12-041-1/+2
| | | | | | | * PopupView samples added * Menubar icons updated svn changeset:10156/svn branch:6.2
* VForm theme modified, fieldset now doesn't have a border if there is no ↵Jouni Koivuviita2009-12-012-0/+12
| | | | | | caption for the form. svn changeset:10116/svn branch:6.2
* Fixed one invalid CSS reference in Runo tabsheet.Jouni Koivuviita2009-11-302-2/+2
| | | | svn changeset:10102/svn branch:6.2