Loading...
 
Features / Usability

Features / Usability


Re: How to in wiki-6.1?

posts: 4656 Japan

> Well the option seem merged on the screen as I said so I wanted to space them out a bit that is all i.e something like "Forgot your password? Register" rather than "forgot your password?register" . Just so it does not look like one option as it does now

The appearance of this text is controlled by the theme stylesheet (or the base stylesheets it imports). You could add (or as changed to suit your taste):

#siteloginbar .pass,
#siteloginbar .sl-login {margin-right: 1em;}
#siteloginbar .sl-login label {margin-right: .3em;}

either as a custom.css file in /styles (will affect all themes) or in /styles/business (will affect only the Business theme, or (easiest way) in the Look and Feel admin page's custom css textarea (will affect all themes).

These properties should actually be there by default. I think they were but somehow got removed through some code evolution. wink

-- Gary

There are no comments at this time.