BUG 7743 Adjustment the label 'green' in the printstyle style sheet.
This commit is contained in:
@@ -90,14 +90,14 @@ form.formDefault .FormButton {
|
|||||||
{
|
{
|
||||||
left:0px;
|
left:0px;
|
||||||
top:0px;
|
top:0px;
|
||||||
background-image:url(/skins/green/images/ftl.png);
|
background-image:url(../images/ftl.png);
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
}
|
}
|
||||||
.boxTop div.c, .boxTopBlue div.c
|
.boxTop div.c, .boxTopBlue div.c
|
||||||
{
|
{
|
||||||
top:0px;
|
top:0px;
|
||||||
right:0px;
|
right:0px;
|
||||||
background-image:url(/skins/green/images/ftr.png);
|
background-image:url(../images/ftr.png);
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
}
|
}
|
||||||
.boxTop div.b, .boxTopBlue div.b
|
.boxTop div.b, .boxTopBlue div.b
|
||||||
@@ -199,21 +199,21 @@ form.formDefault .FormButton {
|
|||||||
{
|
{
|
||||||
left:0px;
|
left:0px;
|
||||||
top:0px;
|
top:0px;
|
||||||
background-image:url(/skins/green/images/ftlL.png);
|
background-image:url(../images/ftlL.png);
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
}
|
}
|
||||||
.boxTopPanel div.c
|
.boxTopPanel div.c
|
||||||
{
|
{
|
||||||
top:0px;
|
top:0px;
|
||||||
right:0px;
|
right:0px;
|
||||||
background-image:url(/skins/green/images/ftrL.png);
|
background-image:url(../images/ftrL.png);
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
}
|
}
|
||||||
.boxTopPanel div.b
|
.boxTopPanel div.b
|
||||||
{
|
{
|
||||||
width:100%;
|
width:100%;
|
||||||
height:16px;
|
height:16px;
|
||||||
background: transparent url(/skins/green/images/ftc.png) repeat-x;
|
background: transparent url(../images/ftc.png) repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BoxPanel Bottom Model END */
|
/* BoxPanel Bottom Model END */
|
||||||
@@ -254,7 +254,7 @@ form.formDefault .content
|
|||||||
form.formDefault input.FormField
|
form.formDefault input.FormField
|
||||||
{
|
{
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
background: #FFFFFF url(/skins/green/images/input_back.gif) repeat-x;
|
background: #FFFFFF url(../images/input_back.gif) repeat-x;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
font:normal 11px Arial,Helvetica,sans-serif;
|
font:normal 11px Arial,Helvetica,sans-serif;
|
||||||
}
|
}
|
||||||
@@ -282,7 +282,7 @@ form.formDefault .FormFieldContent
|
|||||||
form.formDefault textarea.FormTextArea
|
form.formDefault textarea.FormTextArea
|
||||||
{
|
{
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
background: #FFFFFF url(/skins/green/images/input_back.gif) repeat-x;
|
background: #FFFFFF url(../images/input_back.gif) repeat-x;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
font:normal 11px Arial,Helvetica,sans-serif;
|
font:normal 11px Arial,Helvetica,sans-serif;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
@@ -290,7 +290,7 @@ form.formDefault textarea.FormTextArea
|
|||||||
form.formDefault textarea.FormTextPM
|
form.formDefault textarea.FormTextPM
|
||||||
{
|
{
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
background: #FFFFFF url(/skins/green/images/input_back.gif) repeat-x;
|
background: #FFFFFF url(../images/input_back.gif) repeat-x;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
font:normal 12 Courier New, monospace ;
|
font:normal 12 Courier New, monospace ;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<en>Refresh View</en>
|
<en>Refresh View</en>
|
||||||
</PME_REFRESH_VIEW>
|
</PME_REFRESH_VIEW>
|
||||||
|
|
||||||
<HTML2 type="textarea" cols="120" rows="16" style="width:100%" className="htmleditor">
|
<HTML2 type="textarea" cols="120" rows="16" style="width:100%;" className="htmleditor">
|
||||||
<en>HTML Code</en>
|
<en>HTML Code</en>
|
||||||
</HTML2>
|
</HTML2>
|
||||||
<PME_SYNCH_JS type="javascript"><![CDATA[
|
<PME_SYNCH_JS type="javascript"><![CDATA[
|
||||||
|
|||||||
Reference in New Issue
Block a user