Layout Problems
- Thomas Hunziker
- Offline
- Administrator
Less
More
14 Mar 2012 19:56 #1644
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Layout Problems
Great
Please Log in or Create an account to join the conversation.
02 Apr 2012 19:49 #1714
by Richard
Replied by Richard on topic Re: Layout Problems
I made a small addition to have the contents of the table cells stop wrapping, so they will stay on one line for a much smoother layout.
Code:
th.ss-title, th.ss-col{
text-align:left;
white-space:nowrap;
}
td.ss-title{
white-space:nowrap;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.110 seconds