summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
Commit message (Collapse)AuthorAgeFilesLines
* Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-284-12/+30
|
* Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-2831-712/+712
| | | | that should work w/o overlay-container
* Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-282-5/+5
| | | | overlay-container.
* Rearranging sass theme structure in phases.Marc Englund2012-09-262-32/+34
|
* Moved grid layout margin and spacing fixes from reindeer to base theme #9559John Ahlroos2012-09-131-18/+1
|
* Fixed previously broken gridlayout margins and spacings.John Ahlroos2012-09-121-5/+5
|
* Moved background-position before sprite so sprite generator can override itArtur Signell2012-09-111-1/+1
|
* Fixed combobox item selector offset bug John Ahlroos2012-09-111-0/+1
|
* Fixing 1px caption jump in tabsheet and accordion after switching toJohn Ahlroos2012-09-072-0/+6
| | | HTML5 doctype
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-4/+4
| | | selector to all layouts
* Minor changes to error indicator and caption vertical alignmentJohn Ahlroos2012-08-291-1/+1
|
* Fixed minor pixel jump in caption error indicatorJohn Ahlroos2012-08-291-1/+1
|
* Replaced all .v and .v-connector selectors with .v-widget selectorJohn Ahlroos2012-08-281-4/+4
|
* merge master (sass theme changes)Jouni Koivuviita2012-08-1339-35/+243
|\
| * Merge SASS fixes keeping comments, remove hack for reindeer (#9223)Henri Sara2012-08-102-7/+6
| |
| * Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-0838-21/+230
| | | | | | | | | | | | | | | | 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 masterJouni Koivuviita2012-08-071-3/+3
|\|
| * 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
* | | Merged master to layoutgraphJouni Koivuviita2012-05-113-3/+6
|\| |
| * | Refine box-sizing: border-box styles (#8682)Leif Åstrand2012-04-203-3/+6
| | |
* | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-181-1/+3
|\ \ \
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-181-1/+3
| |\| |
| | * | Revert "Reduce tree node caption padding to make room for focus border"Leif Åstrand2012-04-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 64f34f1c6ed5f910d5bf401a573d6b72539a437b. The fix is not needed to prevent scrolling any more now that margin is used instead of padding for reserving room for the layout's "margin".
* | | | Reduced error indicator icon height to 14px in ReindeerJouni Koivuviita2012-04-181-1/+1
|/ / /
* / / Fixes to BoxLayout based on first round of screenshot testsJouni Koivuviita2012-04-181-4/+12
|/ /
* | Reduce tree node caption padding to make room for focus borderLeif Åstrand2012-04-171-3/+1
| |
* | Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-121-4/+4
| |
* | Merge commit '0b46687ab0cedb3523321854b52d988dae18452a' from origin/6.8Artur Signell2012-03-231-1/+1
|\|
| * [merge from 6.7] #7904 Fixed typo in Reindeer panel themeAutomerge2012-03-021-1/+1
| | | | | | | | svn changeset:23169/svn branch:6.8
* | Prevent properly sized button element from causing scrolling in IE8Leif Åstrand2012-03-211-0/+3
| |
* | Remove old hack that nowadays just seems to cause problems (#7984)Leif Åstrand2012-03-161-3/+0
| |
* | Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-091-4/+0
| | | | | | | | This enables easy support for e.g. header height based on font size and footer height changing if resizing is disabled.
* | Move panel background back to where it belongs. (#8313)Leif Åstrand2012-03-081-7/+1
| | | | | | | | | | | | This is done to avoid using min-height: 100% which triggers overflow issues in browsers that do not take the scrollbar into account. The background seems to have been on the child of the .v-panel-content to make some things work in IE6.
* | Update VWindow.setWidth/Height to set outer sizes (#8313)Leif Åstrand2012-03-081-4/+9
| | | | | | Also fix some small issues related to when the min size is used
* | Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-071-2/+3
| |
* | Define .v-has-width/height instead of v-undefined-width/height (#8313)Leif Åstrand2012-03-051-8/+5
| |
* | 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
* | 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
| |
* | Further reduce the size calculations for VFilterSelect (#8313)Leif Åstrand2012-02-221-1/+2
| |
* | Use a more specific selector to override height in tables (#8313)Leif Åstrand2012-02-221-1/+2
| |
* | 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
| |
* | Don't let icon affect undefined wide combo box (#8313)Leif Åstrand2012-02-201-0/+3
| |
* | Only use explicit 24px for text field paintables (#8313)Leif Åstrand2012-02-161-0/+3
| |
* | Make VFilterSelect work with border-box & MeasureManager (#8313)Leif Åstrand2012-02-161-1/+1
| |
* | Update text field height for border-box sizing (#8313)Leif Åstrand2012-02-131-1/+2
| |