Better looking Help windows.
Copied standard.css from serverApps/src/web/css/standard.css
This commit is contained in:
parent
90bbe7370a
commit
1dcac13a6a
|
@ -1,380 +1,165 @@
|
||||||
/** Adempiere Web Store (c) Jorg Janke */
|
/* ADempiere HTML UI (c) Jorg Janke */
|
||||||
/** $Id: standard.css,v 1.6 2006/05/15 23:02:35 mdeaelfweald Exp $ */
|
/* $Id: standard.css,v 1.1 2009/04/15 11:26:44 vinhpt Exp $ */
|
||||||
|
|
||||||
html{
|
|
||||||
}
|
|
||||||
body{
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
color: #333333;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
#page{
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
#main {
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
clear: both;
|
|
||||||
width: 100%;
|
|
||||||
border: 0px;
|
|
||||||
border-collapse: collapse;
|
|
||||||
|
|
||||||
}
|
|
||||||
#menu{
|
|
||||||
vertical-align: top;
|
|
||||||
text-align: left;
|
|
||||||
background: #ffffff url("fade.jpg") no-repeat fixed;
|
|
||||||
width: 129px;
|
|
||||||
float: left;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
#content {
|
|
||||||
vertical-align: top;
|
|
||||||
left: 130px;
|
|
||||||
right: 0px;
|
|
||||||
margin-right: 0px;
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
border-color: #CCCCCC;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px 0px 1px 1px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
min-width: 730px;
|
|
||||||
}
|
|
||||||
#vendorUse{
|
|
||||||
vertical-align:top;
|
|
||||||
text-align:right;
|
|
||||||
width: 0px;
|
|
||||||
float: right;
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
.contentTable{
|
|
||||||
width: 100%;
|
|
||||||
border: 1px;
|
|
||||||
border-spacing: 2px;
|
|
||||||
padding: 2px;
|
|
||||||
border-color: #CCCCCC;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
.internalTable{
|
|
||||||
width: 100%;
|
|
||||||
padding: 2px;
|
|
||||||
border-style: none;
|
|
||||||
}
|
|
||||||
.adTable{
|
|
||||||
width: 100%;
|
|
||||||
border: 1px;
|
|
||||||
border-spacing: 1px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
.oddRow{
|
|
||||||
background-color: #EEEEEE;
|
|
||||||
}
|
|
||||||
.evenRow{
|
|
||||||
background-color: #CCCCCC;
|
|
||||||
}
|
|
||||||
.amount{
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.quantity{
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.numeric{
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
#footer{
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
width: 100%;
|
|
||||||
border: 0px;
|
|
||||||
border-collapse: collapse;
|
|
||||||
padding: 3px;
|
|
||||||
white-space: nowrap;
|
|
||||||
min-width: 730px;
|
|
||||||
}
|
|
||||||
#footerParam4{
|
|
||||||
width: 130px;
|
|
||||||
text-align: left;
|
|
||||||
display:inline;
|
|
||||||
float: left;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#footerParam5{
|
|
||||||
text-align: left;
|
|
||||||
display:inline;
|
|
||||||
float: left;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#footerParam6{
|
|
||||||
text-align: right;
|
|
||||||
display:inline;
|
|
||||||
float: right;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#header{
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
background-image: url("AdempiereSKY.jpg");
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
height: 75px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#headerIcon {
|
|
||||||
width: 130px;
|
|
||||||
text-align: left;
|
|
||||||
float: left;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
#headerIcon img{
|
|
||||||
width: 130px;
|
|
||||||
height: 75px;
|
|
||||||
border-style: none;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
#headerContent {
|
|
||||||
text-align: left;
|
|
||||||
margin-right: 240px;
|
|
||||||
white-space: nowrap;
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
left: 131px;
|
|
||||||
}
|
|
||||||
#headerMenu {
|
|
||||||
text-align: right;
|
|
||||||
width: 240px;
|
|
||||||
float: right;
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
a {
|
a {
|
||||||
color: #000066;
|
color: #000066;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin-top:0px;
|
||||||
|
margin-right:0px;
|
||||||
|
margin-left:0px;
|
||||||
|
margin-bottom:0px;
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
font-family: Arial, verdana;
|
||||||
|
font-size: 8pt;
|
||||||
|
font-weight: normal;
|
||||||
|
COLOR: #000000;
|
||||||
|
background-color : white;
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #003366;
|
color: #003FAF;
|
||||||
font-size: x-large;
|
font-size: 14px !important;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #333333;
|
color: #000066;
|
||||||
font-size: large;
|
font-size: 14px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #006699;
|
color: #0000CC;
|
||||||
font-size: medium;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color: #6600CC;
|
color: #6600CC;
|
||||||
font-size: medium;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h5 {
|
|
||||||
color: #660099;
|
|
||||||
font-size: medium;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-size: larger;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
padding-bottom: 0;
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
color: #EEEEEE;
|
|
||||||
border: 1px;
|
|
||||||
border-color: #CCCCCC;
|
|
||||||
border-style: outset;
|
|
||||||
background-color: #006699;
|
|
||||||
text-align: left;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
caption {
|
|
||||||
color: #660099;
|
|
||||||
text-align: left;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
.menuDetail{
|
|
||||||
color: #006699;
|
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
padding-bottom: 0;
|
|
||||||
padding-left: 20px;
|
|
||||||
padding-top: 0;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.menuDetail:hover{
|
|
||||||
color: #006699;
|
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
padding-bottom: 0;
|
|
||||||
padding-left: 20px;
|
|
||||||
padding-top: 0;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
.menuMain{
|
|
||||||
color: #006699;
|
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
text-align: left;
|
|
||||||
text-decoration: none;
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
.menuMain:hover{
|
|
||||||
color: #006699;
|
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
text-align: left;
|
|
||||||
text-decoration: underline;
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
.menuSub{
|
|
||||||
color: #006699;
|
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding-left: 10px;
|
font-style: italic;
|
||||||
text-align: left;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.menuSub:hover{
|
|
||||||
color: #006699;
|
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 14px;
|
|
||||||
padding-left: 10px;
|
|
||||||
text-align: left;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
.error{
|
|
||||||
border: 1px solid #FF4A4A;
|
|
||||||
color: #FF0000;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
form{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
fieldset{
|
|
||||||
border: 1px solid #AAAAAA;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
legend{
|
|
||||||
color: #003366;
|
|
||||||
background: #EEEEEE;
|
|
||||||
border: 1px solid #999999;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
label{
|
|
||||||
clear: left;
|
|
||||||
width: 35%;
|
|
||||||
float: left;
|
|
||||||
text-align: right;
|
|
||||||
margin-right: 0.8em;
|
|
||||||
display: block;
|
|
||||||
font-weight: bold;
|
|
||||||
vertical-align: baseline;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
input{
|
|
||||||
/* color: #781351;*/
|
|
||||||
/* background: #fee3ad;*/
|
|
||||||
/* border: #000000;*/
|
|
||||||
}
|
|
||||||
select{
|
|
||||||
color: #000000;
|
|
||||||
background: #ffffff;
|
|
||||||
border: 1px solid #CCCCCC;
|
|
||||||
}
|
|
||||||
.mandatory{
|
|
||||||
background:#FFFF99;
|
|
||||||
}
|
|
||||||
input.disabled{
|
|
||||||
border: 0px;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
.buttons{
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
.Cbasket{
|
|
||||||
font-size: 9px;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
#imgButton{
|
|
||||||
border-style:outset;
|
|
||||||
}
|
|
||||||
#imgButtonPressed{
|
|
||||||
border-style:inset;
|
|
||||||
}
|
|
||||||
#status{
|
|
||||||
background-color: #fff8dc;
|
|
||||||
color: #000000;
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#validationInfo{
|
h5 {
|
||||||
text-align: center;
|
color: #660099;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#visaBox{
|
|
||||||
width: 40%;
|
h6 {
|
||||||
float:left;
|
font-size: 12px;
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
#amexBox{
|
|
||||||
width: 40%;
|
|
||||||
float:right;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.availProduct{
|
|
||||||
/* comment out next line to show the Availability column */
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
label#productSearch{
|
|
||||||
width:150px;
|
|
||||||
float: left;
|
|
||||||
text-align: right;
|
|
||||||
margin-right: 0.5em;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.nobr{
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.wideText{
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
.lineItem{
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
.entryNote{
|
|
||||||
font-size: small;
|
|
||||||
color: #666666;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
.emphasized{
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.disabledMsg{
|
|
||||||
display: none;
|
hr {
|
||||||
font-style: italic;
|
color: #000099;
|
||||||
text-align: center;
|
padding-bottom: 0;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
.tableNav
|
|
||||||
{
|
|
||||||
vertical-align: top;
|
th {
|
||||||
|
font-size: 10px;
|
||||||
|
background-color: #C9D9F5;
|
||||||
|
font-weight: bold;
|
||||||
|
color: black;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
font-size: 10px;
|
||||||
|
color: black;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align:justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuDetail{
|
||||||
|
color: #660099;
|
||||||
|
font-family: Arial,Helvetica,sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-top: 0;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuDetail:hover{
|
||||||
|
background-color: #99FFFF;
|
||||||
|
color: #660099;
|
||||||
|
font-size: 12px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-top: 0;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuMain{
|
||||||
|
color: #000066;
|
||||||
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuMain:hover{
|
||||||
|
background-color: #99FFFF;
|
||||||
|
color: #000066;
|
||||||
|
font-size: 14px;
|
||||||
|
text-align: left;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuSub{
|
||||||
|
color: #000066;
|
||||||
|
font-size: 12px;
|
||||||
|
padding-left: 10px;
|
||||||
|
text-align: left;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuSub:hover{
|
||||||
|
background-color: #99FFFF;
|
||||||
|
color: #000066;
|
||||||
|
font-size: 12px;
|
||||||
|
padding-left: 10px;
|
||||||
|
text-align: left;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menuDetail{
|
||||||
|
color: #660099;
|
||||||
|
display: block;
|
||||||
|
font-size: 12px;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
margin-top: 1px;
|
||||||
|
padding-right: 20px;
|
||||||
|
text-align: right;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menuMain{
|
||||||
|
border-top: groove;
|
||||||
|
color: #000066;
|
||||||
|
display: block;
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
margin-top: 5px;
|
||||||
|
text-align: left;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue