NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew51 on November 22, 2018, 05:30:43 PM

Title: Moving from table to div browses
Post by: Matthew51 on November 22, 2018, 05:30:43 PM
Net Talk: 10.36

After updating my theme I have a few problems left I haven't been able to solve.

If I set "Column Width (rel)" to .5 the header is sized correctly, but the the contents are sized as if I entered 5.

The sort arrow is using a different image set.  Looking in my browser inspector I see that the table layout has 'ui-widget-header' applied while the div layout does not.  I can't figure out where to tell net talk to set that css class.

Thank you

Matthew
Title: Re: Moving from table to div browses
Post by: Matthew51 on November 23, 2018, 03:33:16 PM
Figured out the css.  If anyone else is interested I added
Code: [Select]
.nt-browse-row-header .ui-icon {
background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
to a custom css file.

Playing around with the width a bit more I found that if I entered 0.5 instead of .5 it worked as expected.  I guess I won't be lazy till it gets fixed  ;)