Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   Change column width in list mode?, posted by David Wallis on Mon Dec 2 23:28:28 2019 
    icon2.gif   Re: Change column width in list mode?, posted by Stefan Ritt on Wed Dec 4 10:37:32 2019 
       icon2.gif   Re: Change column width in list mode?, posted by David Wallis on Fri Dec 6 15:40:19 2019 
Message ID: 69073     Entry time: Wed Dec 4 10:37:32 2019     In reply to: 69070     Reply to this: 69075
Icon: Reply  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category: Question  OS: Linux  ELOG Version: V3.1.3 
Subject: Re: Change column width in list mode? 

You need

.listframe td:nth-child(3) {
   min-width: 250px;
}

/Stefan

David Wallis wrote:

In some of our logbooks, some columns are very narrow, which makes their content difficult to read. I have tried adding a custom css file like this:

listframe td:nth-child(3) {
   width: 250px;
}

But I find that the column width does not change. I have verified via element inspection that the width attribute is active on the correct column (td).

Am I doing someting wrong, or is this not possible?

 

ELOG V3.1.5-fe60aaf