summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/tests-book
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2008-10-31 13:03:02 +0000
committerMarko Grönroos <magi@iki.fi>2008-10-31 13:03:02 +0000
commitbef8786d88f8fea4cdd43985c67b48a8cd200416 (patch)
tree12c93f92b2f5cc407a7ef50ea12a15bc9a77b3ec /WebContent/ITMILL/themes/tests-book
parent9cfca00027b228290d252b91e1274438f01ea140 (diff)
downloadvaadin-framework-bef8786d88f8fea4cdd43985c67b48a8cd200416.tar.gz
vaadin-framework-bef8786d88f8fea4cdd43985c67b48a8cd200416.zip
Better book example for RichTextArea.
svn changeset:5786/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/tests-book')
-rw-r--r--WebContent/ITMILL/themes/tests-book/img/richtextarea-toolbar-fi.pngbin0 -> 2183 bytes
-rw-r--r--WebContent/ITMILL/themes/tests-book/styles.css9
2 files changed, 8 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/tests-book/img/richtextarea-toolbar-fi.png b/WebContent/ITMILL/themes/tests-book/img/richtextarea-toolbar-fi.png
new file mode 100644
index 0000000000..4bb791c856
--- /dev/null
+++ b/WebContent/ITMILL/themes/tests-book/img/richtextarea-toolbar-fi.png
Binary files differ
diff --git a/WebContent/ITMILL/themes/tests-book/styles.css b/WebContent/ITMILL/themes/tests-book/styles.css
index 9ec120b767..43e609da71 100644
--- a/WebContent/ITMILL/themes/tests-book/styles.css
+++ b/WebContent/ITMILL/themes/tests-book/styles.css
@@ -146,7 +146,7 @@ table.i-gridlayout-spacingexample {
}
.i-gridlayout-spacingexample td {
- background: white;
+ background: white;
}
/*****************************************************************************/
@@ -165,3 +165,10 @@ table.i-gridlayout-spacingexample {
.i-orderedlayout-marginexample1 { background: #d0d0ff; border: 1px;}
.i-orderedlayout-marginexample2 { background: #ffd0d0; border: 1px;}
.i-orderedlayout-marginexample table { background: white; }
+
+/*****************************************************************************/
+/* For example_RichTextArea() */
+/*****************************************************************************/
+.i-richtextarea-richtextexample .gwt-ToggleButton .gwt-Image {
+ background-image: url(img/richtextarea-toolbar-fi.png) !important;
+}