diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-11-06 11:23:43 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-11-06 11:23:43 +0000 |
commit | f50941e657d36fc0f562195491225c51a519a9b6 (patch) | |
tree | 056847acfaba44044249b6b23dd1ec92a7779931 /WebContent/VAADIN/themes | |
parent | d2a4ac654636d9d17da6dfa1ee79dfbfdb3ef23e (diff) | |
download | vaadin-framework-f50941e657d36fc0f562195491225c51a519a9b6.tar.gz vaadin-framework-f50941e657d36fc0f562195491225c51a519a9b6.zip |
fixes #2632
svn changeset:9663/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes')
5 files changed, 8 insertions, 18 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.css b/WebContent/VAADIN/themes/base/notification/notification.css index 6ab069b08c..9455c25a36 100644 --- a/WebContent/VAADIN/themes/base/notification/notification.css +++ b/WebContent/VAADIN/themes/base/notification/notification.css @@ -4,6 +4,8 @@ cursor: pointer; overflow: hidden; padding: 1em; + max-width:85%; + } .v-Notification h1, .v-Notification p, @@ -12,7 +14,6 @@ .v-Notification-warning h1, .v-Notification-warning p { display: inline; - white-space: nowrap; margin: 0 0.5em 0 0; } .v-Notification-warning { @@ -36,6 +37,3 @@ display: block;
margin: 0;
}
-.v-Notification-system p {
- white-space: nowrap;
-}
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index a1b560ec23..5752bd803b 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -665,6 +665,8 @@ div.v-app-loading { cursor: pointer; overflow: hidden; padding: 1em; + max-width:85%; + } .v-Notification h1, .v-Notification p, @@ -673,7 +675,6 @@ div.v-app-loading { .v-Notification-warning h1, .v-Notification-warning p { display: inline; - white-space: nowrap; margin: 0 0.5em 0 0; } .v-Notification-warning { @@ -697,9 +698,6 @@ div.v-app-loading { display: block; margin: 0; } -.v-Notification-system p { - white-space: nowrap; -} .v-orderedlayout-margin-top, .v-horizontallayout-margin-top, diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index e2f782424d..99aa1d9b45 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -665,6 +665,8 @@ div.v-app-loading { cursor: pointer; overflow: hidden; padding: 1em; + max-width:85%; + } .v-Notification h1, .v-Notification p, @@ -673,7 +675,6 @@ div.v-app-loading { .v-Notification-warning h1, .v-Notification-warning p { display: inline; - white-space: nowrap; margin: 0 0.5em 0 0; } .v-Notification-warning { @@ -697,9 +698,6 @@ div.v-app-loading { display: block; margin: 0; } -.v-Notification-system p { - white-space: nowrap; -} .v-orderedlayout-margin-top, .v-horizontallayout-margin-top, diff --git a/WebContent/VAADIN/themes/runo/notification/notification.css b/WebContent/VAADIN/themes/runo/notification/notification.css index e526877f2d..431392d562 100644 --- a/WebContent/VAADIN/themes/runo/notification/notification.css +++ b/WebContent/VAADIN/themes/runo/notification/notification.css @@ -17,7 +17,6 @@ .v-Notification-warning p { display: inline; font-weight: normal; - white-space: nowrap; margin: 0 10px 0 0; } .v-Notification-warning { diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 88e08840e1..17b09dde1f 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -665,6 +665,8 @@ div.v-app-loading { cursor: pointer; overflow: hidden; padding: 1em; + max-width:85%; + } .v-Notification h1, .v-Notification p, @@ -673,7 +675,6 @@ div.v-app-loading { .v-Notification-warning h1, .v-Notification-warning p { display: inline; - white-space: nowrap; margin: 0 0.5em 0 0; } .v-Notification-warning { @@ -697,9 +698,6 @@ div.v-app-loading { display: block; margin: 0; } -.v-Notification-system p { - white-space: nowrap; -} .v-orderedlayout-margin-top, .v-horizontallayout-margin-top, @@ -2164,7 +2162,6 @@ div.v-tree-node-leaf { .v-Notification-warning p { display: inline; font-weight: normal; - white-space: nowrap; margin: 0 10px 0 0; } .v-Notification-warning { |