sckl
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #1 on: March 29, 2011, 01:20:21 pm » |
|
Hi barak
yes - this login.css is right - but after customizing you should also consider to change the file from your admin-ws (which is usually located at C:\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\login\css\login.css )
within the first lines you can change the overall background colour (body { background-color: #FFFFFF; .... )
and if you take a look into the login.jsp, you can see that the login page is built up in three parts (tables) which all use different CSS (".isc-login-bkg-top" and ".isc-login-bkg-mid" and ".isc-login-bkg-bottom")
hope this helps
|