summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default
Commit message (Collapse)AuthorAgeFilesLines
* Initial datefield styles for "poro" theme.Jouni Koivuviita2009-05-121-4/+3
| | | | svn changeset:7760/svn branch:6.0
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-1225-1228/+1228
| | | | svn changeset:7752/svn branch:6.0
* Theme updates.Jouni Koivuviita2009-05-111-1/+5
| | | | svn changeset:7745/svn branch:6.0
* Merge new theme branch to 6.0 branch.Jouni Koivuviita2009-05-0825-2608/+1758
|\ | | | | | | svn changeset:7689/svn branch:6.0
| * "Poro" theme improvements. Now includes three different button styles :)Jouni Koivuviita2009-05-061-5/+1
| | | | | | | | svn changeset:7638/svn branch:theme_2009_03
| * New theme button almost themed (error indicator missing). Includes ↵Jouni Koivuviita2009-04-304-44/+54
| | | | | | | | | | | | SmartSprites syntax as well. svn changeset:7597/svn branch:theme_2009_03
| * Small fixes to base and default theme CSS.Jouni Koivuviita2009-04-303-5/+12
| | | | | | | | svn changeset:7580/svn branch:theme_2009_03
| * Major theme refactoring:Jouni Koivuviita2009-04-2926-2544/+1735
| |\ | |/ |/| | | | | | | | | | | | | | | | | -Base theme now completed. -Default theme is now inherited from the Base theme, all redundant (but mandatory) style properties have been moved to the Base theme. ---- Includes major merges from 6.0 branch as well. svn changeset:7572/svn branch:theme_2009_03
| * Merges from 6.0 branch.Jouni Koivuviita2009-04-091-0/+4
| | | | | | | | svn changeset:7375/svn branch:theme_2009_03
* | removed accidetally added cell border from default themeMatti Tahvonen2009-04-242-4/+2
| | | | | | | | svn changeset:7522/svn branch:6.0
* | major refactoring and cleaning related to column width handling in ↵Matti Tahvonen2009-04-232-20/+80
| | | | | | | | | | | | scrolltable. Hardcoded margins now removed and most things ought to be possible to define with CSS. fixes #2417 svn changeset:7512/svn branch:6.0
* | new component, absolutelayout (aka coordinatelayout #1267) and simple test case Matti Tahvonen2009-04-092-0/+10
|/ | | | svn changeset:7374/svn branch:6.0
* (merged from 5.4) Implements "input prompt" for ComboBox and TextField. Also ↵Marc Englund2009-04-063-6/+25
| | | | | | includes Sampler samples. Fixes #1455 svn changeset:7337/svn branch:6.0
* Merge from 5.3: An old IE7 fix caused IE6 problems, now targets IE7 only. ↵Marc Englund2009-03-251-2/+3
| | | | | | Fixes #2382 svn changeset:7173/svn branch:6.0
* css changes to fix FF2 and opera issues (#2652, #2749)Matti Tahvonen2009-03-133-10/+34
| | | | svn changeset:7080/svn branch:6.0
* Fixes the last issue in #1245: ITree wraps captions in IE6.Jouni Koivuviita2009-02-172-42/+48
| | | | svn changeset:6878/svn branch:trunk
* #2563 related fix - default link should not wrapArtur Signell2009-02-161-0/+4
| | | | svn changeset:6844/svn branch:trunk
* Fix for #2563 - OrderedLayout flicker on repaintArtur Signell2009-02-162-0/+12
| | | | | | | Changed Label so it never wraps when its width is undefined. Changed default Label width to 100%. svn changeset:6842/svn branch:trunk
* Small fix for disabled style cursor. Now disabled components shouldn't have ↵Jouni Koivuviita2009-02-103-6/+16
| | | | | | a "hand" cursor so eagerly. svn changeset:6780/svn branch:trunk
* fixes #2526Matti Tahvonen2009-02-052-0/+4
| | | | svn changeset:6741/svn branch:trunk
* fixes #2482, moved loading indicator to right side. Other fixes not too easy ↵Matti Tahvonen2009-02-052-2/+6
| | | | | | with IE and css only svn changeset:6737/svn branch:trunk
* links in table now inline to allow selection clicks on parts of cell not ↵Matti Tahvonen2009-02-043-28/+6
| | | | | | filled by the actual link content svn changeset:6722/svn branch:trunk
* Fixes #2468: Table cell content is 'lower' with some content.Jouni Koivuviita2009-02-042-6/+2
| | | | svn changeset:6721/svn branch:trunk
* Minor style change (default cursor for tooltips and disabled components).Jouni Koivuviita2009-02-022-2/+4
| | | | svn changeset:6704/svn branch:trunk
* Fixed dimension calculations and a bug with hideOnMouseOutRisto Yrjänä2009-02-022-2/+0
| | | | svn changeset:6703/svn branch:trunk
* Fixes #2522: Fix icon alignment in all componentsJouni Koivuviita2009-01-305-2/+22
| | | | | | Also one fix for IPopupView: NPE in ApplicationConnection after ComponentDetail etc. refactoring. svn changeset:6683/svn branch:trunk
* fixes #2472, error indicators now works more consistently with checkboxMatti Tahvonen2009-01-302-5/+29
| | | | svn changeset:6681/svn branch:trunk
* Minor fixes to ComboBox styles.Jouni Koivuviita2009-01-284-0/+2
| | | | svn changeset:6668/svn branch:trunk
* Fixes #2505: global font styles for components inside PopupView.Jouni Koivuviita2009-01-283-58/+86
| | | | svn changeset:6663/svn branch:trunk
* fixes #2500Matti Tahvonen2009-01-272-2/+0
| | | | svn changeset:6653/svn branch:trunk
* themed the i-link to be like it was previously on all browsersMatti Tahvonen2009-01-273-38/+50
| | | | svn changeset:6651/svn branch:trunk
* Fixes another regression caused by changeset [6645].Jouni Koivuviita2009-01-272-2/+4
| | | | svn changeset:6650/svn branch:trunk
* Fixes regression caused by changeset [6645].Jouni Koivuviita2009-01-272-2/+4
| | | | svn changeset:6649/svn branch:trunk
* Fixes #2464: Horizontal Slider theme broken.Jouni Koivuviita2009-01-272-2/+0
| | | | svn changeset:6646/svn branch:trunk
* Fixes #2455: ComboBox item icon does not display correctly.Jouni Koivuviita2009-01-276-39/+61
| | | | svn changeset:6645/svn branch:trunk
* Fix for #2463 - OrderedLayout backwards compatibility CSS issueArtur Signell2009-01-212-14/+14
| | | | svn changeset:6609/svn branch:trunk
* unified combobox read only with textfields (simply show value)Matti Tahvonen2009-01-152-0/+18
| | | | svn changeset:6559/svn branch:trunk
* fixes #2424, our iView is nosdays positioned -> no calculations needed ↵Matti Tahvonen2009-01-082-0/+16
| | | | | | anymore. Now position can also be set in theme. svn changeset:6460/svn branch:trunk
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ↵Artur Signell2009-01-082-16/+14
| | | | | | OrderedLayout svn changeset:6457/svn branch:trunk
* fixes #2427, disabling link componentMatti Tahvonen2009-01-082-0/+10
| | | | svn changeset:6442/svn branch:trunk
* fixes #2415Matti Tahvonen2009-01-072-2/+20
| | | | svn changeset:6427/svn branch:trunk
* fine tuned error indicator style in panelMatti Tahvonen2008-12-302-2/+6
| | | | svn changeset:6373/svn branch:trunk
* Test case and fix for #2407 - Caption missing for required field when using ↵Artur Signell2008-12-262-2/+2
| | | | | | a non-default layout inside a Form svn changeset:6357/svn branch:trunk
* Fix for #2384 : input.text styles overriden by Liferay default themeJoonas Lehtinen2008-12-222-137/+131
| | | | svn changeset:6331/svn branch:trunk
* fixes #2373. refactored DOM structure of RTE toolbarMatti Tahvonen2008-12-222-0/+14
| | | | svn changeset:6319/svn branch:trunk
* Whole 'tab' clickable in IE6, fixes #2376Marc Englund2008-12-192-8/+4
| | | | svn changeset:6307/svn branch:trunk
* Small fix for default form styles, related to #2371.Jouni Koivuviita2008-12-192-6/+4
| | | | svn changeset:6305/svn branch:trunk
* Subwindows were rendered wrong on ie6, fixes #2382Marc Englund2008-12-192-6/+0
| | | | svn changeset:6304/svn branch:trunk
* Fixes #2371: remove border from default form styles.Jouni Koivuviita2008-12-182-2/+14
| | | | svn changeset:6285/svn branch:trunk
* Fix for #2364 - Removed .i-disabled .i-disabled filter as filters do not ↵Artur Signell2008-12-182-2/+0
| | | | | | affect children (IE6/IE7) svn changeset:6279/svn branch:trunk