summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a'Artur Signell2012-02-034-277/+277
|\ | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/button/button.css WebContent/VAADIN/themes/runo/button/button.css tests/integration_tests.xml
| * #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-024-293/+293
| | | | | | | | svn changeset:22852/svn branch:6.7
* | Remove the last simple ie6 hacks #7912Leif Åstrand2011-12-011-4/+0
| |
* | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-227-49/+1
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-0911-119/+0
|/
* Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-086-0/+0
| | | | svn changeset:21944/svn branch:6.7
* Final fix for #6745: Connectors for TreeJouni Koivuviita2011-09-281-0/+10
| | | | | | | -Adjusted all themes to have even pixel caption height -Liferay theme doesn't support the connectors (#7682) svn changeset:21411/svn branch:6.7
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-271-0/+3
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* #7496 Undo r20719 as the additional '{' and '}' in the css causes Safari 4 ↵Leif Åstrand2011-08-301-1/+9
| | | | | | to stop parsing the rest of the css svn changeset:20723/svn branch:6.7
* #7496 Theme files loaded from a css file using AlphaImageLoader only works ↵Leif Åstrand2011-08-301-9/+1
| | | | | | in the root context svn changeset:20719/svn branch:6.7
* Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can ↵Jouni Koivuviita2011-08-236-0/+0
| | | | | | | | make it more pretty in future releases if necessary. Includes TestBench test for the feature. svn changeset:20577/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-0/+7
| | | | svn changeset:20495/svn branch:6.7
* #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-101-1/+1
| | | | svn changeset:20245/svn branch:6.7
* Merge from 6.6Henri Sara2011-06-162-3/+3
|\ | | | | | | svn changeset:19412/svn branch:6.7
| * #6731 - focus on the node's caption instead of the element in order to avoid ↵Jonatan Kronqvist2011-04-081-3/+3
| | | | | | | | | | | | unnecessary scrolling svn changeset:18186/svn branch:6.5
| * #6367 - remove focus outline from table header cellJonatan Kronqvist2011-04-071-3/+4
| | | | | | | | svn changeset:18146/svn branch:6.5
| * Cleaned up #6197 - moved keyboard handling from the table body to the table rowsJonatan Kronqvist2011-04-061-1/+3
| | | | | | | | svn changeset:18129/svn branch:6.5
| * Fixed #6731 - tree no longer scrolls when an item is selected.Jonatan Kronqvist2011-04-061-2/+5
| | | | | | | | svn changeset:18127/svn branch:6.5
| * Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - ↵Artur Signell2011-03-241-2/+4
| | | | | | | | | | | | Moved v-app-loading class to separate div inside v-app svn changeset:17907/svn branch:6.5
| * #6542 Tabsheet content sometimes not rendered in IE6/IE7Artur Signell2011-03-031-2/+6
| | | | | | | | svn changeset:17566/svn branch:6.5
* | Fixes #6932 "Table rows shift a couple of pixels down when selecting a row ↵Jouni Koivuviita2011-05-191-3/+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
* | Fixed #5383 "TextField content alignment problem with Runo and FF"Jouni Koivuviita2011-05-191-2/+1
| | | | | | | | svn changeset:18910/svn branch:6.6
* | Fixes #6745 "Connectors for Tree"Jouni Koivuviita2011-05-191-2/+2
| | | | | | | | svn changeset:18907/svn branch:6.6
* | removed automatically compiled css files from svn. Derived files and should ↵Matti Tahvonen2011-04-211-4471/+0
| | | | | | | | | | | | thus not be in version control. core developers not need to build theme with ant script after core css files have been modified in the version control. svn changeset:18438/svn branch:6.6
* | merging fixes from 6.5Matti Tahvonen2011-04-201-1/+1
| | | | | | | | svn changeset:18406/svn branch:6.6
* | merging fixes from 6.5Matti Tahvonen2011-04-201-0/+3
| | | | | | | | svn changeset:18402/svn branch:6.6
* | #6011 Reverted IE9 panel fixes as IE9 actually seems to handle the panel ↵Artur Signell2011-04-112-6/+18
| | | | | | | | | | | | deco just fine svn changeset:18214/svn branch:6.6
* | #6811 TabSheet and Panel fixes needed for IE9Artur Signell2011-04-113-40/+18
| | | | | | | | svn changeset:18210/svn branch:6.6
* | Merged bugfixes and test updates from 6.5Artur Signell2011-03-251-2/+4
| | | | | | | | svn changeset:17929/svn branch:6.6
* | Merged some changes from 6.5Henri Sara2011-03-161-2/+6
|/ | | | svn changeset:17798/svn branch:6.6
* #6304 Moved display css rule to the base theme allowing it to be overriddenJonatan Kronqvist2011-02-071-2/+8
| | | | svn changeset:17187/svn branch:6.5
* #6086 Text selection does not work in link ButtonsArtur Signell2010-12-211-1/+5
| | | | svn changeset:16592/svn branch:6.5
* #6041 The splitter in a disabled split panel can be movedArtur Signell2010-12-211-2/+8
| | | | svn changeset:16591/svn branch:6.5
* styles for debug consoleMatti Tahvonen2010-12-161-2/+3
| | | | svn changeset:16540/svn branch:6.5
* Fix for #6143Jonatan Kronqvist2010-12-132-2/+12
| | | | svn changeset:16477/svn branch:6.5
* Fixed the table header styles in the liferay themeJonatan Kronqvist2010-12-091-2/+2
| | | | svn changeset:16423/svn branch:6.5
* #6119 - ComboBox visually broken in iPhone/iPadArtur Signell2010-12-081-2/+3
| | | | svn changeset:16415/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-2/+2
| | | | | | | Changed style names to be consistent with server side API Added test for caption style names svn changeset:16375/svn branch:6.5
* Recompiled themeArtur Signell2010-12-071-0/+10
| | | | svn changeset:16362/svn branch:6.5
* Fixed a theme bug in the Runo theme along with a vaadintunes theme bug ↵Jonatan Kronqvist2010-12-072-2/+10
| | | | | | related to #5066 svn changeset:16337/svn branch:6.5
* Fixed the broken TableRowHeight2 & -3 testsJonatan Kronqvist2010-12-072-5/+4
| | | | svn changeset:16336/svn branch:6.5
* Reverted the margin->padding change in [16247] and fixed the ↵Jonatan Kronqvist2010-12-031-2/+7
| | | | | | ie7-right-aligned-table-header problem specifically for ie7 svn changeset:16292/svn branch:6.5
* Fixed a couple Runo theme bugs in the headers of tables related to #5066Jonatan Kronqvist2010-12-012-5/+5
| | | | svn changeset:16247/svn branch:6.5
* The headers in align right table columns are now aligned in the same way as ↵Jonatan Kronqvist2010-11-291-2/+5
| | | | | | before #5066 svn changeset:16210/svn branch:6.5
* Sorting indicator no longer overlaps the column header in tables. #5066 and ↵Jonatan Kronqvist2010-11-242-26/+48
| | | | | | | | #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
* Reverted small change to reindeer black window styles.Jouni Koivuviita2010-10-251-2/+6
| | | | svn changeset:15689/svn branch:6.5
* fixed icon height in example to avoid flickering & stabilize screenshot testsMatti Tahvonen2010-09-232-2/+12
| | | | svn changeset:15141/svn branch:6.4
* Fix for #5066Jonatan Kronqvist2010-09-172-2/+26
| | | | svn changeset:14995/svn branch:6.4
* fallback size for developers using LoginForm in invalid layoutsMatti Tahvonen2010-09-011-3/+7
| | | | svn changeset:14676/svn branch:6.4
* fixes #3955, an element used by VCaption now styled in base theme instead of ↵Matti Tahvonen2010-08-311-0/+8
| | | | | | hardcoded in gwt code svn changeset:14674/svn branch:6.4