Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added light and black versions of close, maximize and restore icons (#11544) | Artur Signell | 2013-04-23 | 21 | -96/+156 |
| | | | | Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154 | ||||
* | Maximize Restore for Window #3400 | Pekka Hyvönen | 2013-04-04 | 3 | -1/+19 |
| | | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183 | ||||
* | Fixed Reindeer black/light window styles (#9687) | Artur Signell | 2013-01-11 | 1 | -6/+5 |
| | | | | Change-Id: I332365017caaf76daed5d7d809365eaf195eaf1f | ||||
* | Fixed browser specific theme selectors (#10362) | Artur Signell | 2012-11-23 | 1 | -6/+6 |
| | | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8 | ||||
* | Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵ | Marc Englund | 2012-11-23 | 1 | -36/+36 |
| | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3 | ||||
* | Sass restructure: tried some variants, this should be a reindeer structure ↵ | Marc Englund | 2012-09-28 | 1 | -36/+36 |
| | | | | that should work w/o overlay-container | ||||
* | Standard themes in SCSS form, updated CompileDefaultTheme (#9223) | Henri Sara | 2012-08-08 | 1 | -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. | ||||
* | Refine box-sizing: border-box styles (#8682) | Leif Åstrand | 2012-04-20 | 1 | -1/+2 |
| | |||||
* | Dynamically adjust window content paddings (#8313) | Leif Åstrand | 2012-03-09 | 1 | -4/+0 |
| | | | | This enables easy support for e.g. header height based on font size and footer height changing if resizing is disabled. | ||||
* | Update VWindow.setWidth/Height to set outer sizes (#8313) | Leif Åstrand | 2012-03-08 | 1 | -4/+9 |
| | | | Also fix some small issues related to when the min size is used | ||||
* | Window layouting changes attempt 2 (#8313) | Leif Åstrand | 2012-03-07 | 1 | -2/+3 |
| | |||||
* | #7984 removed Firefox workarounds | Artur Signell | 2011-11-22 | 1 | -3/+0 |
| | |||||
* | #7981 Removed Firefox 2 specific code and CSS | Artur Signell | 2011-11-22 | 1 | -16/+0 |
| | |||||
* | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 4 | -23/+4 |
| | |||||
* | css to cope better with browser plugins #6219, #5879 | Matti Tahvonen | 2010-12-30 | 1 | -1/+2 |
| | | | | svn changeset:16741/svn branch:6.5 | ||||
* | Reverted small change to reindeer black window styles. | Jouni Koivuviita | 2010-10-25 | 1 | -2/+2 |
| | | | | svn changeset:15689/svn branch:6.5 | ||||
* | Merged [15621] to 6.5 | Jouni Koivuviita | 2010-10-20 | 1 | -2/+2 |
| | | | | svn changeset:15622/svn branch:6.5 | ||||
* | Fixes #3161: Reindeer black window rounded borders look pixelated in Chrome | Jouni Koivuviita | 2010-05-24 | 1 | -6/+6 |
| | | | | svn changeset:13327/svn branch:6.4 | ||||
* | Small fix for window styles | Jouni Koivuviita | 2009-12-22 | 1 | -3/+0 |
| | | | | svn changeset:10524/svn branch:6.2 | ||||
* | Fix for #3878: Remove focus outline from subwindows | Jouni Koivuviita | 2009-12-17 | 1 | -0/+3 |
| | | | | | | * IE6 left out this time, fixing it later svn changeset:10387/svn branch:6.2 | ||||
* | Fixes #3121: Subwindow caption flows out of the window | Jouni Koivuviita | 2009-07-07 | 1 | -3/+6 |
| | | | | svn changeset:8337/svn branch:6.0 | ||||
* | Modified Reindeer black styles to be a bit more lighter, easier to see ↵ | Jouni Koivuviita | 2009-07-07 | 3 | -0/+0 |
| | | | | | | | | 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 | ||||
* | Reindeer theme style name reference example added. | Jouni Koivuviita | 2009-05-28 | 1 | -0/+1 |
| | | | | | | Minor fixes to Reindeer theme. svn changeset:8061/svn branch:6.0 | ||||
* | Reindeer theme update: new window style "light". | Jouni Koivuviita | 2009-05-26 | 6 | -24/+93 |
| | | | | | | Other fixes to progress indicator and datefield styles. svn changeset:8008/svn branch:6.0 | ||||
* | Tabsheet paging buttons added. Disabled buttons no longer appear to be ↵ | Jouni Koivuviita | 2009-05-25 | 1 | -0/+0 |
| | | | | | | "pushable". Fixes #2945 and #2999. svn changeset:7993/svn branch:6.0 | ||||
* | Black window style for Reindeer theme. | Jouni Koivuviita | 2009-05-25 | 7 | -2/+84 |
| | | | | | | Multiple other fixes to Reindeer theme. Some fixes to base and Runo themes involving window styles. svn changeset:7988/svn branch:6.0 | ||||
* | "poro" theme update: notifications | Jouni Koivuviita | 2009-05-14 | 1 | -4/+6 |
| | | | | svn changeset:7814/svn branch:6.0 | ||||
* | "poro" theme update: remove border from window in FF2, causes scrollbars to ↵ | Jouni Koivuviita | 2009-05-14 | 1 | -5/+6 |
| | | | | | | appear. svn changeset:7813/svn branch:6.0 | ||||
* | "poro" theme update: window theme added. | Jouni Koivuviita | 2009-05-14 | 7 | -0/+58 |
svn changeset:7811/svn branch:6.0 |