summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Expand)AuthorAgeFilesLines
* merge master (sass theme changes)Jouni Koivuviita2012-08-1341-113/+329
|\
| * Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-0840-100/+320
* | Fixed a small regression in textarea white-space handlingJouni Koivuviita2012-08-101-0/+1
* | merge masterJouni Koivuviita2012-08-073-3/+17
|\|
| * Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-1/+3
| |\
| | * A better patch and test for #7036Johannes Dahlström2012-07-261-1/+3
| | * Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-261-8/+1
| | * Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-251-1/+8
| * | Merge branch '6.8'Johannes Dahlström2012-07-242-2/+14
| |\|
| | * #9064 Render checkboxes in a Table as display: inline-block like TreeTable al...Johannes Dahlström2012-07-091-0/+5
| | * #7387 Render block elements in TreeTable hierarchy column correctly: draw the...Johannes Dahlström2012-07-091-5/+9
* | | BoxlayoutJouni Koivuviita2012-08-073-8/+10
|\| |
| * | Merge branch '6.8'Johannes Dahlström2012-06-191-4/+5
| |\|
| | * #8949 Make sure a drag image always has absolute positionJohannes Dahlström2012-06-151-4/+5
| * | Merge commit 'bec62'Johannes Dahlström2012-06-111-1/+0
| |\|
| | * Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a weird...Johannes Dahlström2012-05-211-1/+0
| * | Merge commit '239aad'Johannes Dahlström2012-06-113-3/+0
| |\|
| | * #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ...Johannes Dahlström2012-05-113-3/+0
| * | Merge commit '63dc0'Johannes Dahlström2012-06-111-1/+6
| |\|
| | * Add new CSS class to the base theme enabling (touch) scrolling of the element...Johannes Dahlström2012-05-041-0/+5
* | | Extensive refactoring of BoxLayoutJouni Koivuviita2012-05-203-14/+21
* | | Merged master to layoutgraphJouni Koivuviita2012-05-116-7/+13
|\| |
| * | Refine box-sizing: border-box styles (#8682)Leif Åstrand2012-04-207-8/+16
* | | Fixed stuff related to BoxLayoutJouni Koivuviita2012-04-194-12/+13
* | | Removed unnecessary -ms-box-sizing propertyJouni Koivuviita2012-04-191-1/+0
* | | Fixed MenuBar CSS to not use float, but display: inline-block for minimum widthJouni Koivuviita2012-04-181-1/+1
* | | Fixed CssLayout natural with to 'auto' by setting its display value to blockJouni Koivuviita2012-04-181-1/+6
* | | Fixed component caption position inside CssLayoutJouni Koivuviita2012-04-181-3/+3
* | | Fixed link style button text alignmentJouni Koivuviita2012-04-181-1/+1
* | | Fixed some BoxLayout issuesJouni Koivuviita2012-04-181-12/+16
* | | Fixes to BoxLayout based on first round of screenshot testsJouni Koivuviita2012-04-183-8/+18
* | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-172-2/+5
|\| |
| * | Add overflow: hidden to v-label to prevent margins from escaping (#8671)Leif Åstrand2012-04-161-0/+3
| * | Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-121-1/+1
* | | BoxLayout now respects the current layout specs, dividing unused space equall...Jouni Koivuviita2012-04-161-4/+17
* | | Small fixes to VBoxLayout, moved styles to separate stylesheetJouni Koivuviita2012-04-092-1/+146
|/ /
* | Do panel wrapper sizing with cssLeif Åstrand2012-04-031-0/+6
* | Use overflow: hidden to remove scrollbars in IE8 (#8313)Leif Åstrand2012-03-231-0/+1
* | Hide log by setting width/height to 0 so that the same spacing is usedArtur Signell2012-03-211-0/+4
* | Ensure AbsoluteLayout wrappers have the rigth size (#8313)Leif Åstrand2012-03-211-1/+11
* | Only prevent margin collapse if embeddedLeif Åstrand2012-03-161-3/+4
* | Use box-sizing for v-view (#8313)Leif Åstrand2012-03-161-0/+2
* | Also limit error indicator width (#8313)Leif Åstrand2012-03-131-0/+2
* | Use 1px instead of 0 to avoid extra space in left col (#8313)Leif Åstrand2012-03-121-3/+1
* | Only use 100% width if parent width is defined (#8313)Leif Åstrand2012-03-121-1/+1
* | Use 100% width to get all extra space for the content (#8313)Leif Åstrand2012-03-091-1/+3
* | Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-091-2/+0
* | Update VWindow.setWidth/Height to set outer sizes (#8313)Leif Åstrand2012-03-081-8/+26
* | Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-071-3/+8
* | Remove CSS hack for FF2 (#7981)Leif Åstrand2012-03-071-9/+0