diff options
Diffstat (limited to 'WebContent/VAADIN/themes/tests-book')
-rw-r--r-- | WebContent/VAADIN/themes/tests-book/favicon.ico | bin | 6518 -> 0 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/tests-book/img/richtextarea-toolbar-fi.png | bin | 2183 -> 0 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/tests-book/img/smiley.jpg | bin | 1411 -> 0 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/tests-book/layouts/layoutname.html | 19 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/tests-book/layouts/printpage.html | 5 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/tests-book/styles.css | 208 |
6 files changed, 0 insertions, 232 deletions
diff --git a/WebContent/VAADIN/themes/tests-book/favicon.ico b/WebContent/VAADIN/themes/tests-book/favicon.ico Binary files differdeleted file mode 100644 index 1f81f0de76..0000000000 --- a/WebContent/VAADIN/themes/tests-book/favicon.ico +++ /dev/null diff --git a/WebContent/VAADIN/themes/tests-book/img/richtextarea-toolbar-fi.png b/WebContent/VAADIN/themes/tests-book/img/richtextarea-toolbar-fi.png Binary files differdeleted file mode 100644 index 4bb791c856..0000000000 --- a/WebContent/VAADIN/themes/tests-book/img/richtextarea-toolbar-fi.png +++ /dev/null diff --git a/WebContent/VAADIN/themes/tests-book/img/smiley.jpg b/WebContent/VAADIN/themes/tests-book/img/smiley.jpg Binary files differdeleted file mode 100644 index dc1a399c76..0000000000 --- a/WebContent/VAADIN/themes/tests-book/img/smiley.jpg +++ /dev/null diff --git a/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html b/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html deleted file mode 100644 index 6b75910783..0000000000 --- a/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html +++ /dev/null @@ -1,19 +0,0 @@ -<table width="100%" height="100%"> - <tr height="100%"> - <td> - <table align="center"> - <tr> - <td align="right">User name:</td> - <td><div location="username"></div></td> - </tr> - <tr> - <td align="right">Password:</td> - <td><div location="password"></div></td> - </tr> - </table> - </td> - </tr> - <tr> - <td align="right" colspan="2"><div location="okbutton"></div></td> - </tr> -</table>
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/tests-book/layouts/printpage.html b/WebContent/VAADIN/themes/tests-book/layouts/printpage.html deleted file mode 100644 index 2e65addcd8..0000000000 --- a/WebContent/VAADIN/themes/tests-book/layouts/printpage.html +++ /dev/null @@ -1,5 +0,0 @@ -<div>Here is some static content.</div> - -<script type='text/javascript'> -print(); -</script> diff --git a/WebContent/VAADIN/themes/tests-book/styles.css b/WebContent/VAADIN/themes/tests-book/styles.css deleted file mode 100644 index 02669ae3db..0000000000 --- a/WebContent/VAADIN/themes/tests-book/styles.css +++ /dev/null @@ -1,208 +0,0 @@ -@import url(../runo/legacy-styles.css); - -/*****************************************************************************/ -/* Styling for tests.magi application. */ -/*****************************************************************************/ - -.v-app { - background: white; -} - -/*****************************************************************************/ -/* For example_Forms() */ -/*****************************************************************************/ -.v-form { - border: thin solid; - padding: 5px 5px 5px 5px; -} - - -/*****************************************************************************/ -/* For example_Table() */ -/*****************************************************************************/ -/* Table rows contain three-row TextField components. */ -.v-table-components-inside .v-table-cell-content { - height: 54px; /* 3*18px = 54px. */ -} - -/****************************************************************************** - * For TableCellStyle.java. - ******************************************************************************/ -/* Center the text in header. */ -.v-table-header-cell { - text-align: center; -} - -/* Basic style for all cells. */ -.v-table-checkerboard .v-table-cell-content { - text-align: center; - vertical-align: middle; - padding-top: 12px; - width: 20px; - height: 28px; -} - -/* Style specifically for the row header cells. */ -.v-table-cell-content-rowheader { - background: #E7EDF3 url(../default/table/img/header-bg.png) repeat-x scroll 0 0; -} - -/* Style specifically for the "white" cells. */ -.v-table-cell-content-white { - background: white; - color: black; -} - -/* Style specifically for the "black" cells. */ -.v-table-cell-content-black { - background: black; - color: white; -} - -/*****************************************************************************/ -/* For example_Tree() */ -/*****************************************************************************/ - -.v-expandlayout-treeexample .v-panel .v-orderedlayout { - padding: 0px; -} - -.v-orderedlayout-margin-top { padding-top: 0px; } -.v-orderedlayout-margin-left { padding-left: 0px; } -.v-orderedlayout-margin-bottom { padding-bottom: 0px; } -.v-orderedlayout-margin-right { padding-right: 0px; } - -/*****************************************************************************/ -/* For example_GridLayout() */ -/*****************************************************************************/ -table.v-gridlayout-example-gridlayout { - background: blue; -} - -.v-gridlayout-example-gridlayout td { - background: white; -} - -/*****************************************************************************/ -/* For example_Alignment() */ -/*****************************************************************************/ -.v-gridlayout-example-alignment { - background: blue; -} -.v-gridlayout-example-alignment .v-expandlayout { - background: white; - width: 150px; - height: 75px; -} - -.v-orderedlayout { - margin: 5px; -} - -/* For SelectExample.java. */ -.v-orderedlayout tr { - vertical-align: top; -} - -/*****************************************************************************/ -/* For example_ProgressIndicator() */ -/*****************************************************************************/ -.v-progressindicator-invisible { - display: none; -} - -.v-progressindicator-fullwidth { - width: 100px; -} - -/*****************************************************************************/ -/* For example_Spacing() */ -/*****************************************************************************/ -.v-orderedlayout-spacingexample table { - background: blue; -} - -.v-orderedlayout-spacingexample td { - background: white; -} - -/* Set horizontal cell spacing for all OrderedLayouts. */ -.v-orderedlayout-hspacing { - padding-left: 10px; -} - -/* Set horizontal cell spacing in specific layout with "spacingexample" style. */ -.v-orderedlayout-spacingexample .v-orderedlayout-hspacing { - padding-left: 30px; -} - -/* Set vertical cell spacing in specific layout with "spacingexample" style. */ -.v-orderedlayout-spacingexample .v-orderedlayout-vspacing { - margin-top: 30px; -} - -table.v-gridlayout-spacingexample { - background: blue; -} - -.v-gridlayout-spacingexample td { - background: white; -} - -/*****************************************************************************/ -/* For example_Margin() */ -/*****************************************************************************/ -.v-orderedlayout-marginexample1 { padding-left: 200px; } -.v-orderedlayout-marginexample1 { padding-right: 100px; } -.v-orderedlayout-marginexample1 { padding-top: 50px; } -.v-orderedlayout-marginexample1 { padding-bottom: 25px; } - -.v-orderedlayout-marginexample2 .v-orderedlayout-margin-left { padding-left: 200px; } -.v-orderedlayout-marginexample2 .v-orderedlayout-margin-right { padding-right: 100px; } -.v-orderedlayout-marginexample2 .v-orderedlayout-margin-top { padding-top: 50px; } -.v-orderedlayout-marginexample2 .v-orderedlayout-margin-bottom { padding-bottom: 25px; } - -.v-orderedlayout-marginexample1 { background: #d0d0ff; border: 1px;} -.v-orderedlayout-marginexample2 { background: #ffd0d0; border: 1px;} -.v-orderedlayout-marginexample table { background: white; } - -/*****************************************************************************/ -/* For example_RichTextArea() */ -/*****************************************************************************/ -.v-richtextarea-richtextexample .gwt-ToggleButton .gwt-Image { - background-image: url(img/richtextarea-toolbar-fi.png) !important; -} - -/*****************************************************************************/ -/* For example_Layout() */ -/*****************************************************************************/ -.v-verticallayout-layoutexample { - background: gray; -} - -.layoutexample .v-verticallayout .v-label { - color: white; - background: gray; -} - -.layoutexample .v-label-title { - font-size: 24pt; - color: white; - line-height:36pt; - background: black; -} - -.layoutexample .v-panel .v-label { - font-size: 24pt; - color: gray; - line-height: 36pt; - background: white; -} - -.layoutexample .treecontainer, .layoutexample .v-panel, .layoutexample .v-caption { - background: white; -} - -.layoutexample .v-horizontallayout-spacing-on { - padding-left: 4px; -} |