summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/table
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge branch '6.8'Johannes Dahlström2012-07-241-3/+3
|\ | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/treetable/treetable.css WebContent/release-notes.html src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java src/com/vaadin/terminal/gwt/client/ui/textfield/VTextField.java
| * #7387 Render block elements in TreeTable hierarchy column correctly: draw ↵Johannes Dahlström2012-07-091-3/+3
| | | | | | | | | | | | the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent". svn changeset:23994/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-021-0/+1
|\| | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java
| * [merge from 6.7] #8398 drag image of table header cell in too high in ↵Automerge2012-02-161-0/+1
| | | | | | | | | | | | reindeer when rearranging columns svn changeset:23049/svn branch:6.8
* | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-221-5/+0
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-13/+0
|/
* Removed height from a couple of Reindeer table selectors that weren't there ↵Jouni Koivuviita2011-09-271-4/+0
| | | | | | previously (because of a typo). svn changeset:21346/svn branch:6.7
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-271-42/+24
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* Fixes for issues found during review of #6720Jonatan Kronqvist2011-08-231-1/+5
| | | | | | | - Don't statically set row height - Table.RowGenerator and Table.GeneratedRow made Serializable svn changeset:20561/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-0/+9
| | | | svn changeset:20495/svn branch:6.7
* Fixed the IE6 rendering bug #7314John Alhroos2011-07-271-1/+6
| | | | svn changeset:19991/svn branch:6.6
* Fixes disabled shim appearing behind Table in IE #7324John Alhroos2011-07-261-0/+6
| | | | svn changeset:19940/svn branch:6.6
* Fix for IE6 overflow bug #7314John Alhroos2011-07-251-0/+8
| | | | svn changeset:19922/svn branch:6.6
* Fixes #6932 "Table rows shift a couple of pixels down when selecting a row ↵Jouni Koivuviita2011-05-191-4/+0
| | | | | | | | | in IE7" * Added negative margins to the cell content when the row is focused * Removed padding/line-height changes from all core themes that previously handled the focus state offset change svn changeset:18925/svn branch:6.6
* Fixes #6923 "IE7 Reindeer theme bug in Table column chooser"Jouni Koivuviita2011-05-191-1/+2
| | | | svn changeset:18917/svn branch:6.6
* Merged changes from 6.5 branchHenri Sara2011-02-281-1/+1
| | | | svn changeset:17493/svn branch:6.6
* Sorting indicator no longer overlaps the column header in tables. #5066 and ↵Jonatan Kronqvist2010-11-241-26/+15
| | | | | | | | #2681 The sorting indicator is now placed in its own div element instead of being added as a background picture for the existing header cell element. svn changeset:16130/svn branch:6.5
* Fix for #5066Jonatan Kronqvist2010-09-171-0/+20
| | | | svn changeset:14995/svn branch:6.4
* Fix for #5316Jonatan Kronqvist2010-07-071-4/+0
| | | | svn changeset:14137/svn branch:6.4
* Small fixes to table row selection styles.Jouni Koivuviita2010-05-261-10/+3
| | | | svn changeset:13363/svn branch:6.4
* Fixes #4571: Icon for Table Footer sampleJouni Koivuviita2010-05-251-9/+21
| | | | | | Additional style fixes as well for table footers. svn changeset:13344/svn branch:6.4
* Added keyboard navigation to Table #2390John Alhroos2010-04-291-0/+11
| | | | svn changeset:12925/svn branch:6.4
* Added footer to Table #1553John Alhroos2010-04-161-0/+17
| | | | svn changeset:12613/svn branch:6.4
* Loads of small fixes to Base and Reindeer themes: contains bugfixes for ↵Jouni Koivuviita2010-04-081-16/+15
| | | | | | issues found during developing the new Reindeer theme demo, plus a couple of new styles for Reindeer. svn changeset:12389/svn branch:6.3
* VScrollTable: If multiple rows selected and drag starts on selected row, ↵Matti Tahvonen2010-03-091-1/+3
| | | | | | client side now hints that all those rows are dragged. svn changeset:11700/svn branch:6.3
* Removed table cell right border from the last cells (Reindeer theme).Jouni Koivuviita2009-11-181-0/+6
| | | | svn changeset:9857/svn branch:6.2
* Modified Reindeer black styles to be a bit more lighter, easier to see ↵Jouni Koivuviita2009-07-071-0/+17
| | | | | | | | 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 #3109: Down sort arrow visually broken in table with strong style ↵Jouni Koivuviita2009-07-021-1/+1
| | | | | | (reindeer) svn changeset:8281/svn branch:6.0
* Table normal style variant for black background added to Reindeer theme.Jouni Koivuviita2009-05-286-6/+63
| | | | svn changeset:8040/svn branch:6.0
* Fixed an issue in reindeer theme: tables with high rows can't use sprites as ↵Jouni Koivuviita2009-05-261-2/+1
| | | | | | the selection background. svn changeset:8009/svn branch:6.0
* Removed explicit height setting from reindeer theme table.Jouni Koivuviita2009-05-221-5/+1
| | | | svn changeset:7946/svn branch:6.0
* reindeer theme updates: filterselect with icon fixed, table default style ↵Jouni Koivuviita2009-05-217-17/+50
| | | | | | now lighter (previous style now with stylename "strong"). svn changeset:7934/svn branch:6.0
* "poro" theme update:Jouni Koivuviita2009-05-142-5/+39
| | | | | | | | * slider theme added * table theme fixes * error indicator fixes in many components svn changeset:7800/svn branch:6.0
* "poro" theme update: table styles mostly done, some small glitches in IEJouni Koivuviita2009-05-136-0/+118
svn changeset:7782/svn branch:6.0