NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart 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
-
Bruce, thanks for that.
Best regareds,
Djordje Radovanovic
-
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
-
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
-
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
-
>> 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
-
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