diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2006-12-23 12:45:57 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2006-12-23 12:45:57 +0000 |
commit | 436f83d8897fa4a9e69ddafbe0e3cdaad1a0f1c9 (patch) | |
tree | 7523d22aa487f21a119136647e32f8ded66da30c /WebContent | |
parent | efe9a48429ef8576c951d82d0e7864f0745ee350 (diff) | |
download | vaadin-framework-436f83d8897fa4a9e69ddafbe0e3cdaad1a0f1c9.tar.gz vaadin-framework-436f83d8897fa4a9e69ddafbe0e3cdaad1a0f1c9.zip |
-Description popup styles changed
svn changeset:145/svn branch:toolkit
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/themes/default/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/themes/default/theme.css b/WebContent/themes/default/theme.css index c5f152a42d..73e5adf038 100644 --- a/WebContent/themes/default/theme.css +++ b/WebContent/themes/default/theme.css @@ -119,12 +119,14 @@ IMG.overlay { text-align: left;
}
.popup * {
- white-space: nowrap;
+ /*white-space: nowrap;*/ /* Really, there's no point doing it like this. If we need nowrap, we define it in the content that needs it, not on all. */
color: InfoText;
background-color: InfoBackground;
}
.popup .error {
font-size: 0.9em;
+ overflow: auto;
+ border: solid 1px red;
}
/* COMPONENTS */
|