NetTalk Central

Author Topic: interesting  (Read 2499 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 674
    • View Profile
    • Email
interesting
« on: April 05, 2013, 09:36:09 AM »

Poul

  • Full Member
  • ***
  • Posts: 160
    • View Profile
Re: interesting
« Reply #1 on: April 05, 2013, 12:59:04 PM »
i think bruce uses this already, i see references in nettalk-ui.css

osquiabro

  • Hero Member
  • *****
  • Posts: 674
    • View Profile
    • Email
Re: interesting
« Reply #2 on: April 05, 2013, 01:20:10 PM »
i see the reference in nettalk-ui.css, but not see  javascript files in script folders

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: interesting
« Reply #3 on: April 06, 2013, 07:00:35 AM »
what references?

osquiabro

  • Hero Member
  • *****
  • Posts: 674
    • View Profile
    • Email
Re: interesting
« Reply #4 on: April 06, 2013, 03:01:28 PM »
in nettalk-ui.css :

/* Corner radius */
.nt-corner-tl { -moz-border-radius: 4px 0px 0px 0px; -webkit-border-radius: 4px 0px 0px 0px; border-radius: 4px 0px 0px 0px; behavior: url(PIE.htc);}
.nt-corner-tr { -moz-border-radius: 0px 4px 0px 0px; -webkit-border-radius: 0px 4px 0px 0px; border-radius: 0px 4px 0px 0px; behavior: url(PIE.htc);}
.nt-corner-bl { -moz-border-radius: 0px 0px 4px 0px; -webkit-border-radius: 0px 0px 4px 0px; border-radius: 0px 0px 4px 0px; behavior: url(PIE.htc);}
.nt-corner-br { -moz-border-radius: 0px 0px 0px 4px; -webkit-border-radius: 0px 0px 0px 4px; border-radius: 0px 0px 0px 4px; behavior: url(PIE.htc);}
.nt-corner-top { -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; behavior: url(PIE.htc);}
.nt-corner-bottom { -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; behavior: url(PIE.htc);}
.nt-corner-right { -moz-border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; border-radius: 0px 4px 4px 0px; behavior: url(PIE.htc);}
.nt-corner-left { -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; behavior: url(PIE.htc);}
.nt-corner-all { -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; behavior: url(PIE.htc);}