diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-28 13:20:13 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-28 13:20:13 +0000 |
commit | 159a3ba44e980fe1e173f8da1beb9f15d5598058 (patch) | |
tree | 8d1a74e0f58f899807b25f620b06c53320476177 /WebContent | |
parent | 65f5cf36630e2c96c42a5c33e414e1e87431f76b (diff) | |
download | vaadin-framework-159a3ba44e980fe1e173f8da1beb9f15d5598058.tar.gz vaadin-framework-159a3ba44e980fe1e173f8da1beb9f15d5598058.zip |
Removed dysfunctional theme, that is no longer used.
Previous commit modified Reindeer theme reference example: subwindows now open from buttons.
svn changeset:8066/svn branch:6.0
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer-style-example/styles.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/WebContent/VAADIN/themes/reindeer-style-example/styles.css b/WebContent/VAADIN/themes/reindeer-style-example/styles.css deleted file mode 100644 index b207e497e0..0000000000 --- a/WebContent/VAADIN/themes/reindeer-style-example/styles.css +++ /dev/null @@ -1,18 +0,0 @@ -@import "../reindeer/styles.css"; - -/** - * We need to remove the overflow from .v-view in order to make body scrollable - */ -.v-app, -.v-view { - overflow: visible; - height: auto; -} -.v-ie .v-app, -.v-ie .v-view { - height: 100%; -} -body.v-generated-body { - overflow: auto; - position: relative; -}
\ No newline at end of file |