summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
Commit message (Collapse)AuthorAgeFilesLines
* MenuBar fixes:Jouni Koivuviita2009-11-086-47/+111
| | | | | | | | | | * Fixes #2849: Deprecate MenuBar.setSubmenuIcon method, and provide the same functionality via CSS * Fixes #2821: Sumbenu icon is not aligned with the menu item's text * Fixes #3482: MenuItem: Subitem is wrongly marked as selected Deprecated setCollapse method at the same time, redundant method (the feature should always be enabled). svn changeset:9675/svn branch:6.2
* fixes #2632Matti Tahvonen2009-11-065-18/+8
| | | | svn changeset:9663/svn branch:6.2
* merged [9471] from 6.1Matti Tahvonen2009-10-304-4/+0
| | | | svn changeset:9472/svn branch:6.2
* Reverted some read-only style fixes.Jouni Koivuviita2009-10-087-27/+93
| | | | svn changeset:9136/svn branch:6.2
* Fixes #3476: Sampler theme change icon offset in OperaJouni Koivuviita2009-10-071-1/+8
| | | | svn changeset:9126/svn branch:6.2
* Fix for #2611: ComboBox in readonly differs from readonly TextFieldJouni Koivuviita2009-10-076-17/+15
| | | | svn changeset:9124/svn branch:6.2
* Fixes #3456: DateField rendered wrong in readonly modeJouni Koivuviita2009-10-077-60/+40
| | | | svn changeset:9121/svn branch:6.2
* Fixes #3405: Sampler button icons messed up in IE6Jouni Koivuviita2009-10-061-8/+8
| | | | svn changeset:9109/svn branch:6.2
* Fixes #3430Jouni Koivuviita2009-10-051-4/+4
| | | | | | | (Remove randomness from VaadinTunes) and #3389 (Visual regression in ToolkitTunes) svn changeset:9077/svn branch:6.2
* Fixes #3471: Notification "styles" (i.e. types) should work similarly to ↵Jouni Koivuviita2009-10-056-76/+76
| | | | | | other component stylenames svn changeset:9073/svn branch:6.2
* Fixes #3396: System notifications are grey (reindeer)Jouni Koivuviita2009-10-054-18/+6
| | | | svn changeset:9071/svn branch:6.2
* Fixes #3410: RichTextEditor is missing background color (reindeer)Jouni Koivuviita2009-10-054-0/+12
| | | | svn changeset:9070/svn branch:6.2
* Initial commit for new Sampler home screen layout.Jouni Koivuviita2009-10-055-26/+73
| | | | svn changeset:9061/svn branch:6.2
* Updated test to be more suitable for automated testsArtur Signell2009-09-252-0/+0
| | | | svn changeset:8924/svn branch:6.1
* Fixed #3397 - Change reservr to use in-memory hsqldbArtur Signell2009-09-251-1/+2
| | | | | | | Fixed #3391 - Reservr reservation table (tab 2) should be full screen Fixed #3390 - Reservr top-right car graphic is cut svn changeset:8920/svn branch:6.1
* Very very minor fix to Sampler theme.Jouni Koivuviita2009-09-161-1/+1
| | | | svn changeset:8823/svn branch:6.1
* Fixes #3352: Make a custom theme for Sampler theme select dropdown (not ↵Jouni Koivuviita2009-09-165-1/+28
| | | | | | tested in IE) svn changeset:8815/svn branch:6.1
* Added blue and black styles for more layouts:Jouni Koivuviita2009-09-092-4/+16
| | | | | | | | * Grid layout * Form layout * Css layout svn changeset:8718/svn branch:6.1
* Fixes #3205: Table columns for rows get pushed forward when used inside LiferayJouni Koivuviita2009-09-084-0/+4
| | | | svn changeset:8699/svn branch:6.1
* Fixes ##2972: Create theme selector for SamplerJouni Koivuviita2009-09-049-9/+46
| | | | svn changeset:8665/svn branch:6.1
* Fixes #3280: Immediate upload component doesn't respect upload button ↵Jouni Koivuviita2009-09-045-44/+50
| | | | | | caption width svn changeset:8664/svn branch:6.1
* Fixed button sizing calculation regression for Runo theme (moved box-sizing ↵Jouni Koivuviita2009-09-045-8/+16
| | | | | | property from Reindeer to Base). svn changeset:8663/svn branch:6.1
* Fixes #3076: IE 7 Table scrollbar disappearance.Jouni Koivuviita2009-09-034-0/+12
| | | | svn changeset:8655/svn branch:6.1
* Fixed some typos in Sampler features and edited the CssLayout example ↵Jouni Koivuviita2009-09-031-13/+17
| | | | | | styles, now more "Vaadiness" included. svn changeset:8653/svn branch:6.1
* Fixes #3028: CheckBox captions wrap in IEJouni Koivuviita2009-09-034-124/+24
| | | | svn changeset:8652/svn branch:6.1
* Minor IE theme fix for Sampler.Jouni Koivuviita2009-09-031-3/+0
| | | | svn changeset:8650/svn branch:6.1
* better margin support (via server side api) for csslayout + some cleaningMatti Tahvonen2009-09-034-0/+67
| | | | svn changeset:8644/svn branch:6.1
* Test case for #3263Artur Signell2009-09-031-1/+5
| | | | svn changeset:8643/svn branch:6.1
* Fix for #3257 - Button in a table is too wide in IE7Artur Signell2009-09-014-0/+16
| | | | svn changeset:8615/svn branch:6.1
* Relocated CSS for the CssLayoutExample to the theme.Matti Tahvonen2009-09-012-0/+28
| | | | svn changeset:8608/svn branch:6.1
* Additional fix for #3247: VPopupView contains hard coded text "Loading..."Jouni Koivuviita2009-08-314-0/+20
| | | | | | -CSS files, forgot to commit svn changeset:8595/svn branch:6.1
* Small optimization to Reindeer notification CSS.Jouni Koivuviita2009-08-312-4/+2
| | | | svn changeset:8592/svn branch:6.1
* Updated notification styles for Reindeer. Fixes #3186: Add a close icon for ↵Jouni Koivuviita2009-08-313-8/+32
| | | | | | Notification.ERROR (Reindeer) svn changeset:8591/svn branch:6.1
* Fixes Button onClick event handling to support TestBench.Jouni Koivuviita2009-08-284-12/+20
| | | | | | Minor fixes to link-style Button base styles. svn changeset:8570/svn branch:6.1
* Fixes #3232: Implement new default look for Runo theme buttonJouni Koivuviita2009-08-273-22/+114
| | | | svn changeset:8562/svn branch:6.1
* The Button Component Strikes BackJouni Koivuviita2009-08-2719-1125/+1236
| | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1
* minor changes for upload and its themeMatti Tahvonen2009-08-054-0/+8
| | | | svn changeset:8443/svn branch:6.0
* multiple upload related enhancementsMatti Tahvonen2009-08-054-0/+94
| | | | | | | | | - implemented interruption of upload #963 - added generics - changed deprecated gwt methods to 1.6 handlers - immediate mode now works (also styled as "one button upload") svn changeset:8442/svn branch:6.0
* A very minor fix for Reindeer/IE8.Jouni Koivuviita2009-07-101-1/+2
| | | | svn changeset:8372/svn branch:6.0
* A very minor fix for Reindeer/IE8.Jouni Koivuviita2009-07-101-1/+2
| | | | svn changeset:8371/svn branch:6.0
* Fixes small textfield style problem in Liferay portlets (now in base and ↵Jouni Koivuviita2009-07-085-7/+29
| | | | | | Runo theme as well). svn changeset:8352/svn branch:6.0
* Fixes small textfield style problem in Liferay portlets.Jouni Koivuviita2009-07-081-1/+3
| | | | svn changeset:8351/svn branch:6.0
* Minor fixes to Reindeer theme.Jouni Koivuviita2009-07-073-4/+16
| | | | | | | * HR's now look pretty in all browsers, not just Safari. HR's are used in Reindeer styles example. * Fixed regression for textfield height in Safari. svn changeset:8341/svn branch:6.0
* Added textarea styles to Reindeer.Jouni Koivuviita2009-07-073-12/+40
| | | | | | Fixed notification border radius for Firefox. svn changeset:8340/svn branch:6.0
* Fixes #3121: Subwindow caption flows out of the windowJouni Koivuviita2009-07-071-3/+6
| | | | svn changeset:8337/svn branch:6.0
* Modified Reindeer black styles to be a bit more lighter, easier to see ↵Jouni Koivuviita2009-07-0738-60/+123
| | | | | | | | textfields and comboboxes on low contrast displays. Fixes blue and black layout styles for IE6 (previously had a child selector in layouts.css which caused IE6 fail the whole selector). svn changeset:8336/svn branch:6.0
* Fixes #3049: Icons missing from Reindeer theme (form error icon had wrong URL).Jouni Koivuviita2009-07-061-2/+6
| | | | svn changeset:8330/svn branch:6.0
* Fixes Ticket #3052: Link style button icons are always 16px wide in reindeer ↵Jouni Koivuviita2009-07-062-2/+10
| | | | | | theme svn changeset:8322/svn branch:6.0
* Small fixes to themes:Jouni Koivuviita2009-07-039-0/+26
| | | | | | | | Reindeer theme: labels inside table no longer have a specified line-height. Base theme: tree item icons and captions are now vertically aligned. svn changeset:8311/svn branch:6.0
* Fixes #3109: Down sort arrow visually broken in table with strong style ↵Jouni Koivuviita2009-07-022-2/+3
| | | | | | (reindeer) svn changeset:8281/svn branch:6.0