diff options
author | Marko Grönroos <magi@iki.fi> | 2008-10-31 13:03:02 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2008-10-31 13:03:02 +0000 |
commit | bef8786d88f8fea4cdd43985c67b48a8cd200416 (patch) | |
tree | 12c93f92b2f5cc407a7ef50ea12a15bc9a77b3ec /WebContent/ITMILL/themes/tests-book | |
parent | 9cfca00027b228290d252b91e1274438f01ea140 (diff) | |
download | vaadin-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.png | bin | 0 -> 2183 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/tests-book/styles.css | 9 |
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 Binary files differnew file mode 100644 index 0000000000..4bb791c856 --- /dev/null +++ b/WebContent/ITMILL/themes/tests-book/img/richtextarea-toolbar-fi.png 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; +} |