NetTalk Central

Author Topic: NT 7.14 login form moved to center  (Read 3665 times)

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
NT 7.14 login form moved to center
« on: July 09, 2013, 02:48:22 PM »
Upgraded from NT 7.11 to NT 7.14 - before upgrade my login form sat nicely in the upper-left corner of the browser window - now it is placed right in the middle of the browser window. After login the menu and all windows are in their normal position.

Chuck

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: NT 7.14 login form moved to center
« Reply #1 on: July 09, 2013, 07:43:27 PM »
Bruce, thanks for that.

Best regareds,

Djordje Radovanovic

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: NT 7.14 login form moved to center
« Reply #2 on: July 09, 2013, 11:01:56 PM »
I didn't do it on purpose :) - I suspect it's just the way the css you are using comes out. The position of the login window is determined by css, so depending on your exact configuration the position of the login bit might be on the left, or in the middle.

There were some changes to the basic underlying layouts - which will affect things, so this is probably a side effect of that.

The easiest way to see what's happening is to take a look at the css being applied using Firebug and then adjust accordingly.
Or post an example so we can take a look. (Or put the page online so we can see it from here.)

cheers
Bruce

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: NT 7.14 login form moved to center
« Reply #3 on: July 10, 2013, 11:57:49 AM »
I have not made any changes to CSS - it is exactly as installed. Is there a way to move the login form back to the upper-left corner?

Chuck

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: NT 7.14 login form moved to center
« Reply #4 on: July 10, 2013, 12:28:34 PM »
I wrote some css long ago to center the login form. X versions back it moved to the left again "all by itself" but now it's back where I want it to be. So I'm not for any changes!

Peter

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: NT 7.14 login form moved to center
« Reply #5 on: July 10, 2013, 08:54:10 PM »
>> Is there a way to move the login form back to the upper-left corner?

Absolutely. Take a look at what CSS Classes are being applied to the login screen, and change as appropriate. Without seeing an example (as an app or online) though it's hard to be more specific than that.

cheers
Bruce

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: NT 7.14 login form moved to center
« Reply #6 on: July 11, 2013, 02:13:07 AM »
Bruce,

This is the culprit - ' nt-fix-center nt-width-300px'

Was not in the login form css before the upgrade. Was in the "Form Div" entry field.

Chuck