Start point upgrade HTML UI with Adempiere 3.5.3a

This commit is contained in:
vinhpt 2009-05-13 07:25:42 +00:00
parent 87dea94baa
commit 0f5265abd9
4 changed files with 28 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/* Compiere (c) Jorg Janke */ /* 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 { body {
/* Manu #F4FCFF; */ /* Manu #F4FCFF; */
@ -8,6 +8,13 @@ body {
font-size: 10px; font-size: 10px;
} }
input {
background-color: #FFFFFF;
font-size: 8pt;
font-family: verdana, arial;
border: solid gray 1px;
}
li{ li{
margin-left:10px; margin-left:10px;
padding-left:5px; padding-left:5px;

View File

@ -1,5 +1,5 @@
/* Compiere HTML UI (c) Jorg Janke */ /* 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 { h1 {
color: #003FAF; color: #003FAF;
font-size: 16px !important; font-size: 16px !important;

View File

@ -1,5 +1,5 @@
/* Compiere HTML UI (c) Jorg Janke */ /* 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 { a {
color: #000066; color: #000066;
@ -29,7 +29,7 @@ body {
h1 { h1 {
color: #003FAF; color: #003FAF;
font-size: 16px !important; font-size: 14px !important;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 0; margin-top: 0;
} }

View File

@ -1,5 +1,5 @@
/* Compiere HTML UI (c) Jorg Janke */ /* 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 { body {
@ -99,11 +99,11 @@ td {
background:url(/adempiere/images/Delete16.gif) no-repeat left; background:url(/adempiere/images/Delete16.gif) no-repeat left;
background-color:#ffffff; background-color:#ffffff;
} }
.nextpgbtn { .firstpgbtn {
cursor:pointer; cursor:pointer;
margin-top:5px; margin-top:5px;
border:outset 2px #ccc; 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; background-color:#ffffff;
} }
.prevpgbtn { .prevpgbtn {
@ -113,7 +113,20 @@ td {
background:url(/adempiere/images/Previous16.gif) no-repeat left; background:url(/adempiere/images/Previous16.gif) no-repeat left;
background-color:#ffffff; 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 { .Cerror {
background: #FF4A4A; background: #FF4A4A;
} }