+1

Footer Fixed

Thiago Passamani 8 years ago updated 8 years ago 0

Image 48

Add the glpi/css/style.css file in the id #footer the following information:

position: fixed; bottom: 0; right: 0; width: 99%; z-index: 1500;

Thus it is:

[CSS]

#footer {
font-size: 9px;
color: # 000;
background-color: # E2E1DE;
padding: 6px;
height: 18px;
padding: 5px;
position: fixed;
bottom: 0;
right: 0;
width: 99%;
z-index: 1500;
}

[/CSS]


With this change the information is best displayed on the screen.


Sorry for my english.