NetTalk Central

Author Topic: Moving from table to div browses  (Read 3146 times)

Matthew51

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • Email
Moving from table to div browses
« 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
Contractor with 10+ years of NetTalk experience looking for work.
www.linkedin.com/in/matthew-leavitt
BisWare.ca
Check out my free EasyTime Template

Matthew51

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • Email
Re: Moving from table to div browses
« Reply #1 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  ;)
Contractor with 10+ years of NetTalk experience looking for work.
www.linkedin.com/in/matthew-leavitt
BisWare.ca
Check out my free EasyTime Template