summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-07-26 08:51:23 +0000
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-07-26 08:51:23 +0000
commit07ec6a6db41fb5059b1c2ad556de8b7b59f08b10 (patch)
tree2797c5d1f5d9665a8403559a5d389656225b6354 /WebContent
parentb0004167abaa8874f94556da83cb6d0aa0b5e3e6 (diff)
downloadvaadin-framework-07ec6a6db41fb5059b1c2ad556de8b7b59f08b10.tar.gz
vaadin-framework-07ec6a6db41fb5059b1c2ad556de8b7b59f08b10.zip
Reverted #7036 patch, will write a better one
svn changeset:24026/svn branch:6.8
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/textfield/richtext.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/WebContent/VAADIN/themes/base/textfield/richtext.css b/WebContent/VAADIN/themes/base/textfield/richtext.css
index 98726756f5..a304fa2a57 100644
--- a/WebContent/VAADIN/themes/base/textfield/richtext.css
+++ b/WebContent/VAADIN/themes/base/textfield/richtext.css
@@ -1,19 +1,12 @@
.v-richtextarea {
border: 1px solid #aaa;
+ overflow: hidden;
}
.v-richtextarea .gwt-RichTextArea {
background: #fff;
border: none;
}
-/* IE6 needs a hack to render the editor with a correct height */
-.v-ie6 .v-richtextarea {
- overflow: hidden;
-}
-.v-ie6 .v-scrollable {
- overflow: auto;
-}
-
.v-richtextarea .gwt-RichTextToolbar {
white-space: nowrap;
background: #959595 url(img/richtext-toolbar-bg.png) repeat-x 0 -42px;