Ticket #1002211: Create Help pane for Bizidium - fix the css styling for help panel

This commit is contained in:
Elaine Tan 2013-02-21 16:51:28 +08:00
parent 5219160e32
commit 505d1e7741
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ public class HelpController
public void renderToolTip(GridField field)
{
StringBuilder sb = new StringBuilder();
sb.append("<html>\n<body>\n<div class=\"content\">\n");
sb.append("<html>\n<body>\n<div class=\"help-content\">\n");
if (field != null)
{
@ -155,7 +155,7 @@ public class HelpController
pnlContextHelp.setTitle(ctxType.equals(X_AD_CtxHelp.CTXTYPE_Home) ? Msg.getMsg(Env.getCtx(), "GettingStarted") : Msg.getMsg(Env.getCtx(), "HowTo"));
StringBuilder sb = new StringBuilder();
sb.append("<html>\n<body>\n<div class=\"content\">\n");
sb.append("<html>\n<body>\n<div class=\"help-content\">\n");
String ctxHelpMsg = getCtxHelpMsgList(ctxType, recordId);
if (ctxHelpMsg.length() > 0)

View File

@ -1213,7 +1213,7 @@ tbody.z-grid-empty-body td {
filter: brightness(-30%);
}
.content
.help-content
{
padding: 5px;
font-size: 11px;