Start point upgrade HTML UI with Adempiere 3.5.3a
This commit is contained in:
parent
87dea94baa
commit
0f5265abd9
|
@ -1,5 +1,5 @@
|
|||
/* Compiere (c) Jorg Janke */
|
||||
/* $Id: menu.css,v 1.1 2006/04/21 18:03:35 jjanke Exp $ */
|
||||
/* $Id: menu.css,v 1.1 2009/04/15 11:26:44 vinhpt Exp $ */
|
||||
|
||||
body {
|
||||
/* Manu #F4FCFF; */
|
||||
|
@ -8,6 +8,13 @@ body {
|
|||
font-size: 10px;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #FFFFFF;
|
||||
font-size: 8pt;
|
||||
font-family: verdana, arial;
|
||||
border: solid gray 1px;
|
||||
}
|
||||
|
||||
li{
|
||||
margin-left:10px;
|
||||
padding-left:5px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Compiere HTML UI (c) Jorg Janke */
|
||||
/* $Id: popup.css,v 1.1 2006/04/21 18:03:35 jjanke Exp $ */
|
||||
/* $Id: popup.css,v 1.1 2009/04/15 11:26:44 vinhpt Exp $ */
|
||||
h1 {
|
||||
color: #003FAF;
|
||||
font-size: 16px !important;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Compiere HTML UI (c) Jorg Janke */
|
||||
/* $Id: standard.css,v 1.1 2006/04/21 18:03:35 jjanke Exp $ */
|
||||
/* $Id: standard.css,v 1.1 2009/04/15 11:26:44 vinhpt Exp $ */
|
||||
|
||||
a {
|
||||
color: #000066;
|
||||
|
@ -29,7 +29,7 @@ body {
|
|||
|
||||
h1 {
|
||||
color: #003FAF;
|
||||
font-size: 16px !important;
|
||||
font-size: 14px !important;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Compiere HTML UI (c) Jorg Janke */
|
||||
/* $Id: window.css,v 1.1 2006/04/21 18:03:35 jjanke Exp $ */
|
||||
/* $Id: window.css,v 1.1 2009/04/15 11:26:44 vinhpt Exp $ */
|
||||
|
||||
|
||||
body {
|
||||
|
@ -99,11 +99,11 @@ td {
|
|||
background:url(/adempiere/images/Delete16.gif) no-repeat left;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.nextpgbtn {
|
||||
.firstpgbtn {
|
||||
cursor:pointer;
|
||||
margin-top:5px;
|
||||
border:outset 2px #ccc;
|
||||
background:url(/adempiere/images/Next16.gif) no-repeat left;
|
||||
background:url(/adempiere/images/First16.gif) no-repeat left;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.prevpgbtn {
|
||||
|
@ -113,7 +113,20 @@ td {
|
|||
background:url(/adempiere/images/Previous16.gif) no-repeat left;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
.nextpgbtn {
|
||||
cursor:pointer;
|
||||
margin-top:5px;
|
||||
border:outset 2px #ccc;
|
||||
background:url(/adempiere/images/Next16.gif) no-repeat left;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.lastpgbtn {
|
||||
cursor:pointer;
|
||||
margin-top:5px;
|
||||
border:outset 2px #ccc;
|
||||
background:url(/adempiere/images/Last16.gif) no-repeat left;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.Cerror {
|
||||
background: #FF4A4A;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue