From 0f5265abd9f2656478eadf8aa3096db7805ac6e9 Mon Sep 17 00:00:00 2001 From: vinhpt Date: Wed, 13 May 2009 07:25:42 +0000 Subject: [PATCH] Start point upgrade HTML UI with Adempiere 3.5.3a --- serverApps/src/web/css/menu.css | 9 ++++++++- serverApps/src/web/css/popup.css | 2 +- serverApps/src/web/css/standard.css | 4 ++-- serverApps/src/web/css/window.css | 21 +++++++++++++++++---- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/serverApps/src/web/css/menu.css b/serverApps/src/web/css/menu.css index 6080dde5c5..198d2ca7d4 100644 --- a/serverApps/src/web/css/menu.css +++ b/serverApps/src/web/css/menu.css @@ -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; diff --git a/serverApps/src/web/css/popup.css b/serverApps/src/web/css/popup.css index 9681278685..ab4df60c26 100644 --- a/serverApps/src/web/css/popup.css +++ b/serverApps/src/web/css/popup.css @@ -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; diff --git a/serverApps/src/web/css/standard.css b/serverApps/src/web/css/standard.css index fffcf90039..ffa670ed14 100644 --- a/serverApps/src/web/css/standard.css +++ b/serverApps/src/web/css/standard.css @@ -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; } diff --git a/serverApps/src/web/css/window.css b/serverApps/src/web/css/window.css index 738b5664f3..f249f5c20e 100644 --- a/serverApps/src/web/css/window.css +++ b/serverApps/src/web/css/window.css @@ -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; }