Hi all,
in my static/styles.css i added:
/*User Information*/
#logged { width:100%; height:14px; color: black; font-size: 0.75em;
text-align: right; display:block; margin-top: 0.5em; }
#logged p { text-align: right; margin-right: 5.0em; color: #195866; }
and in my layout.html:
<div id="logged">
{{if t2.logged_in==True:}}
<p>{{=session.logged_user}}</p>
{{pass}}
</div>
so that i have a "bar" under the title, telling who is the logger
user.
Ok, when i run web2py locally it shows good: text on the right with
the font-size i chose, etc.
But i uploaded myapp in my home server (running debian just like my
desktop pc) and it shows all on the left, with a regular font. Just
like i didn't set anything in the css. I looked at the page source and
the <div id="logged"> is present.
Why it acts like so? What have i to change?
Paolo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---