Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon6.gif   default css style , posted by Arno Teunisse on Thu Oct 18 23:18:03 2007 
    icon2.gif   Re: default css style , posted by Stefan Ritt on Fri Oct 19 09:08:06 2007 
Message ID: 2330     Entry time: Thu Oct 18 23:18:03 2007     Reply to this: 2331
Icon: Cool  Author: Arno Teunisse  Author Email: A.teeling3@chello.nl 
Category: Question  OS: Windows  ELOG Version: V2.6.5-189 
Subject: default css style  
The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h. So I added :

/* Just highlighting the last entries , Added by Arno Teunisse . Elog is calling
these, but they are not defined in the css style sheets*/

.list1h { border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}

.list2h {
border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}

If these are NOT defined the user that edit's an entrie and does a "list" afterwards get's the colorization of a menu and all is shifted onto the left.

with kind regards

Arno Teunisse
ELOG V3.1.5-fe60aaf