You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2012-03-15 22:27:09

smithj4
Member
Registered: 2012-03-15
Posts: 13

Table style sheet improvements.

Hi,

I tried to report this to the glpi-project site on forge.indepnet.net, but I didn't see anything to open a new issue.

I am testing an update to our glpi server from version 0.72 to 0.80 and noticed that the new table style sheet doesn't look as good as it used to. When I looked into the details to figure out why, I discovered that the table background color was identical to the table cell color. I also noticed that the table border was commented out. See below for a patch that fixes both of these. I tested it on firefox and google chrome, both looked ok. Could this be considered for inclusion in a future version?

Thanks,
~Jason

--

diff -uNr glpi-0.80.7-dist/css/styles.css glpi-0.80.7/css/styles.css
--- glpi-0.80.7-dist/css/styles.css    2012-02-09 15:24:12.000000002 -0500
+++ glpi-0.80.7/css/styles.css    2012-03-15 14:47:53.000000002 -0400
@@ -379,8 +379,8 @@
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
-   /*border: 1px solid #cccccc;*/
-   background: #f2f2f2;
+   border: 1px solid #cccccc;
+   background: #fefefe;
    z-index:1;
    text-align: left;
    font-size: 11px;

Offline

#2 2012-05-08 20:07:40

JMD
GLPI - Lead
Registered: 2004-09-13
Posts: 9,180
Website

Re: Table style sheet improvements.

It's  a css customisation, you could do it as you want wink


JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au  projet GLPI   : Soutenir

Offline

Board footer

Powered by FluxBB