| author | Sidharth Singh | 2012-03-02 04:06:52 (EST) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:18:45 (EDT) |
| commit | 6853dc2db6557156ce056d6383e31dc6cd5af961 (patch) (side-by-side diff) | |
| tree | d33f334264f484fce1bcb911a8fa68bf46711525 | |
| parent | 578389d25ecd9022f3e0ab9f959c36e2033c1b8a (diff) | |
| download | org.eclipse.stardust.ui.web-6853dc2db6557156ce056d6383e31dc6cd5af961.zip org.eclipse.stardust.ui.web-6853dc2db6557156ce056d6383e31dc6cd5af961.tar.gz org.eclipse.stardust.ui.web-6853dc2db6557156ce056d6383e31dc6cd5af961.tar.bz2 | |
Jira-ID: CRNT-23803
1)Added white-space:normal in portalComponentStyle.css for .popupDialogHdr style
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@54241 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | portal-common/src/main/resources/META-INF/xhtml/css/portalComponentStyle.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portal-common/src/main/resources/META-INF/xhtml/css/portalComponentStyle.css b/portal-common/src/main/resources/META-INF/xhtml/css/portalComponentStyle.css index 84495f2..27a9c60 100644 --- a/portal-common/src/main/resources/META-INF/xhtml/css/portalComponentStyle.css +++ b/portal-common/src/main/resources/META-INF/xhtml/css/portalComponentStyle.css @@ -173,6 +173,7 @@ font-weight: bold;
color: #333333;
background: #FFFFFF url(../images/panelHeader-BG.png) repeat-x scroll center bottom;
+ white-space: normal;
}
.popupDialogHdr .headerText {
|

