NetTalk Central

Author Topic: Theme and CSS  (Read 2859 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Theme and CSS
« on: October 22, 2014, 12:06:15 PM »
HI,

I duplicated ARISTO theme and created CustomT.css with some style and ran gzip.bat

i can see my changes at the end of theme.css but it doesn´t have any effect.

my customt.css

.nt-formcell{
 display:table-cell;
 vertical-align:top;
 border-collapse: collapse;
 padding: 0px;                      <==== changed from 4px
}

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; font-size: 12px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }  <============= chaged from font-size: 14px

Using chrome developer mode when highlight the element i'm using for test, chrome show the original setting only.

Regards,
Walter - SOFTVALE


Walter - SOFTVALE

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Theme and CSS
« Reply #1 on: October 22, 2014, 09:42:35 PM »
personally I test everything first with the files set as "not combined" and "not compressed".
Also make sure the cache system is turned off (Performance tab of WebServer).

I tend to use Firebug in Firefox to see the actual settings, and see which ones are being overridden, and where.

Also, in non-combined mode, you can right-click o the age, choose source, then "follow" the link to customt.css to make sure
it is actually in the right place.

Cheers
Bruce