summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/datefield
Commit message (Collapse)AuthorAgeFilesLines
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-6/+0
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Added override for font-sizes which used em in base theme (#10606, #10587)Artur Signell2013-01-021-0/+1
| | | | Change-Id: I556137c307bdacdb22cbd2abb4461268997ff53d
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-21/+21
| | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-231-104/+104
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Fix for small theme bug induced by overlay-container #9220 Note: this will ↵Marc Englund2012-11-051-0/+1
| | | | | | break FF screenshots, but the new version is actually more according to spec, afaik. Change-Id: Ib7048522b06e62e5fc964e538a865524a08eaaab
* Removed padding which has magically appeared (#10075)Artur Signell2012-10-261-0/+1
| | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4
* Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-281-104/+104
| | | | that should work w/o overlay-container
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+4
| | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* Refine box-sizing: border-box styles (#8682)Leif Åstrand2012-04-201-1/+2
|
* Prevent properly sized button element from causing scrolling in IE8Leif Åstrand2012-03-211-0/+3
|
* Define .v-has-width/height instead of v-undefined-width/height (#8313)Leif Åstrand2012-03-051-8/+5
|
* Proper selector for defined sizing (#8313)Leif Åstrand2012-02-231-1/+1
|
* Always use box-sizing for date text field (#8313)Leif Åstrand2012-02-231-6/+8
|
* New attempt at getting full width (#8313)Leif Åstrand2012-02-211-1/+4
|
* Use full width without messing with box-sizing (#8313)Leif Åstrand2012-02-211-7/+1
|
* PopupDateField without size calculations (#8313)Leif Åstrand2012-02-201-4/+15
|
* #7984 removed Firefox workaroundsArtur Signell2011-11-221-1/+0
|
* #7981 Removed Firefox 2 specific code and CSSArtur Signell2011-11-221-7/+1
|
* #7912 Remove support for IE6Leif Åstrand2011-11-091-9/+0
|
* Fix for #5098Jonatan Kronqvist2010-09-231-1/+1
| | | | svn changeset:15149/svn branch:6.4
* Fixes readonly datefield white background.John Alhroos2010-08-101-0/+3
| | | | svn changeset:14441/svn branch:6.4
* Merged fix and sample for #2855 - "Implement input prompt for DateField" ↵Artur Signell2010-06-111-0/+7
| | | | | | from /branches/6.4-minor-features svn changeset:13646/svn branch:6.4
* Fixes IE6 problem with #4582John Alhroos2010-05-201-1/+1
| | | | svn changeset:13264/svn branch:6.3
* More fixes for #4547Jouni Koivuviita2010-04-261-0/+6
| | | | svn changeset:12846/svn branch:6.3
* Loads of small fixes to Base and Reindeer themes: contains bugfixes for ↵Jouni Koivuviita2010-04-081-2/+2
| | | | | | 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 #3492: DateField should have an option to show week numbersJouni Koivuviita2010-03-241-6/+11
| | | | svn changeset:12061/svn branch:6.3
* Drag-n-drop related styles.Jouni Koivuviita2010-03-241-12/+7
| | | | svn changeset:12056/svn branch:6.3
* Small corrections to #4334: TextField contents offset in Firefox 3.6Jouni Koivuviita2010-03-231-0/+1
| | | | svn changeset:12020/svn branch:6.3
* Fixes #4334: TextField contents offset in Firefox 3.6Jouni Koivuviita2010-03-221-17/+5
| | | | | | | 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-0/+9
| | | | svn changeset:12005/svn branch:6.3
* Fixes #3456: DateField rendered wrong in readonly modeJouni Koivuviita2009-10-071-4/+14
| | | | svn changeset:9121/svn branch:6.2
* Reindeer theme update: new window style "light".Jouni Koivuviita2009-05-261-0/+4
| | | | | | Other fixes to progress indicator and datefield styles. svn changeset:8008/svn branch:6.0
* Tabsheet paging buttons added. Disabled buttons no longer appear to be ↵Jouni Koivuviita2009-05-251-0/+5
| | | | | | "pushable". Fixes #2945 and #2999. svn changeset:7993/svn branch:6.0
* Black window style for Reindeer theme.Jouni Koivuviita2009-05-251-10/+8
| | | | | | Multiple other fixes to Reindeer theme. Some fixes to base and Runo themes involving window styles. svn changeset:7988/svn branch:6.0
* Reindeer theme update: inline datefield now works on black background.Jouni Koivuviita2009-05-2214-0/+83
| | | | svn changeset:7960/svn branch:6.0
* More reindeer theme component now support black styles: datefield and ↵Jouni Koivuviita2009-05-223-0/+13
| | | | | | combobox. Some other updates as well. svn changeset:7955/svn branch:6.0
* "poro" theme update:Jouni Koivuviita2009-05-131-3/+5
| | | | | | | | * context menu styles added * tree styles improved * fixed textfield styles for Opera svn changeset:7776/svn branch:6.0
* "poro" theme update:Jouni Koivuviita2009-05-136-20/+153
| | | | | | | * datefield styles finished * many other fixes for other components svn changeset:7770/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-1211-0/+112
svn changeset:7762/svn branch:6.0