NetTalk Central

NetTalk Web Server => Web Server - Share Knowledge => Topic started by: walter.dasilva on October 22, 2014, 12:06:15 PM

Title: Theme and CSS
Post by: walter.dasilva 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


Title: Re: Theme and CSS
Post by: Bruce 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