summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't assign any extra space to the width column (#8313)Leif Åstrand2012-03-051-0/+1
* Let the contents of sized form layouts use its size (#8313)Leif Åstrand2012-03-051-0/+6
* Define .v-has-width/height instead of v-undefined-width/height (#8313)Leif Åstrand2012-03-051-6/+6
* Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-021-0/+3
|\
| * #5100 Support for server-side focus/blur listeners; handle disabled tabs corr...Johannes Dahlström2012-02-271-0/+3
* | Don't use overflow: hidden by default (#8313)Leif Åstrand2012-02-281-2/+0
* | Don't use 100% sizing for undefined css layouts (#8313)Leif Åstrand2012-02-221-0/+6
* | Update GridLayout to use VLayoutSlot (#8313)Leif Åstrand2012-02-211-0/+6
* | display: inline-block instead of float: right for popup opener (#8313)Leif Åstrand2012-02-201-1/+1
* | Remove all margins from the combo box input field (#8313)Leif Åstrand2012-02-171-0/+1
* | Avoid captions wrapping over multiple rows (#8313)Leif Åstrand2012-02-171-18/+4
* | Set a style name for the layout slot and add overflow: hidden (#8313)Leif Åstrand2012-02-161-0/+5
* | Make VFilterSelect work with border-box & MeasureManager (#8313)Leif Åstrand2012-02-161-0/+3
* | Form without own measuring (#8313)Leif Åstrand2012-02-141-0/+7
* | Update CssLayout to use MeasureManager (#8313)Leif Åstrand2012-02-101-0/+2
* | Set some basic styles in css (#8313)Leif Åstrand2012-02-101-0/+7
* | Use box-sizing: border-box for all paintables (#8313)Leif Åstrand2012-02-091-0/+4
* | Update CssLayout to work with CalculatingLayotus (#8313)Leif Åstrand2012-02-091-0/+6
* | Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a'Artur Signell2012-02-033-171/+171
|\|
| * #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-023-188/+188
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-275-3/+34
|\|
| * #6718 Extend PopupDateField range - allow selection of the last days of theJohannes Dahlström2012-01-251-0/+3
| * Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)Marc Englund2012-01-191-0/+12