diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2011-12-22 12:04:10 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2011-12-22 12:04:10 +0000 |
commit | 02daee926e0bb40bcd8a321a2a27570da5c9c928 (patch) | |
tree | 0e95ae3e0845bc0532a9e17fdd6536a5a156de58 /WebContent | |
parent | b046062c939ff96753cc84360767e2444784f1f4 (diff) | |
download | vaadin-framework-02daee926e0bb40bcd8a321a2a27570da5c9c928.tar.gz vaadin-framework-02daee926e0bb40bcd8a321a2a27570da5c9c928.zip |
Merged changes from 6.8
svn changeset:22469/svn branch:6.8
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/button/button.css | 2 | ||||
-rw-r--r-- | WebContent/release-notes.html | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/button/button.css b/WebContent/VAADIN/themes/chameleon/components/button/button.css index 13fa53cc3f..0a9544b5ae 100644 --- a/WebContent/VAADIN/themes/chameleon/components/button/button.css +++ b/WebContent/VAADIN/themes/chameleon/components/button/button.css @@ -182,7 +182,7 @@ body.v-ie .v-pressed.v-button-borderless { font-weight: normal; text-shadow: none; border: none; - padding: 1px; + margin: 1px; -webkit-box-shadow: none; -moz-box-shadow: none; } diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 6c26efd791..2fe8083556 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -469,6 +469,8 @@ <li>Liferay Portal 5.2-6.0</li> <li>GateIn Portal 3.1</li> <li>eXo Platform 3</li> + <li>Oracle WebLogic® Portal 10gR3</li> + <li>WebSphere Portal 6.1-7.0</li> </ul> <p> Vaadin also supports <b>Google App Engine</b>. @@ -485,6 +487,16 @@ <li>Google Chrome 13-15</li> </ul> + <p> + Vaadin supports the built-in browsers in the following <b>mobile operating + systems</b>: + </p> + + <ul> + <li>iOS 4-5</li> + <li>Android 2-3</li> + </ul> + <h2 id="vaadinontheweb">Vaadin on the Web</h2> <p> <ul> |