Skip to Content
Menú
This question has been flagged
2 Respostes
20081 Vistes

Dear All,

Please let me know, How to Place a Back ground image in Login screen of V7?

Avatar
Descartar
Autor Best Answer
  1. Go to web/static/src/css
  2. Open the base.css file.
  3. Replace the Linen number 843 background-image: url(htp://htp://www(dot)un(dot)org....); May be we can comment the line by /* ....and */

    Suppose your image is placed under /web/static/src/img/ MY_BG_IMAGE.png

  4. Then put a line like: background-image: url('/web/static/src/img/MY_BG_IMAGE.png ');
  5. To stop repeating this add this line: background-repeat:no-repeat; Thats it.
Avatar
Descartar

it's an interesting thread. http://help.openerp.com/question/3915/what-is-the-kitten-mode/. check it. you will like it.

Autor

Yes, Atul. :) Kitten Mode.. :D

Best Answer

Hi.. You can change background image of login screen.

edit base.css file in the following path. web/static/src/xml

you can add the image file in this div

<div class="oe_login_logo"><img src='/web/static/src/img/'/></div>

You can place your image in the img folder.

Avatar
Descartar
Autor

Hello Ashmsh,

Thank you for the reply.

Please let me knowm in which DIV I should give the image file's location?

Hi, I update my answer. Please check it..

Autor

Dear Ashmsh,

Thank you for the reply. This is for changing the LOGO in Login screen right ?

But, there is a "tile" like small image which is repeated. I want to replace that with a single Image, and this Image should be properly aligned in all screen resolutions.

Inorder to change the allignment of the image. Please edit base.css file in web/static/src/css

Autor

Yes, Ashmsh, I think its in Line number 843 . background-image: url('/web/static/src/img/ ');

But it is getting repeated..how to stop it? and How to make the view same for all resolutions ?

Related Posts Respostes Vistes Activitat
0
de des. 24
9463
3
de set. 24
21656
5
de des. 24
52947
4
de jul. 24
10574
7
d’ag. 23
10925