diff options
author | friendica <info@friendica.com> | 2014-09-19 23:35:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-19 23:35:16 -0700 |
commit | 1c564428182ea25892896109f6d8ec3f2a98b045 (patch) | |
tree | dec0482b8aaf7cd22c670d3eebc5a5c7d449fa0f | |
parent | 302483790c41238c1e11db3e0d2a51e738e6aa9b (diff) | |
download | volse-hubzilla-1c564428182ea25892896109f6d8ec3f2a98b045.tar.gz volse-hubzilla-1c564428182ea25892896109f6d8ec3f2a98b045.tar.bz2 volse-hubzilla-1c564428182ea25892896109f6d8ec3f2a98b045.zip |
Repeat after me - we always refer to our clientelle as 'members'. If your software calls you a "user" - get rid of it.
-rw-r--r-- | doc/main.bb | 4 | ||||
-rw-r--r-- | view/css/mod_new_channel.css | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/main.bb b/doc/main.bb index 9baeeebda..06559c327 100644 --- a/doc/main.bb +++ b/doc/main.bb @@ -35,8 +35,8 @@ Zot is the great new communicaton protocol invented especially for the Red Matri [zrl=[baseurl]/help/nomadic-identity]Got Zot? Nomadic Identity, Channel Cloning And More[/zrl]
[zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl]
-[size=large][b]Frequently Asked Questions For Users[/b][/size]
-[zrl=[baseurl]/help/faq_users]FAQ For Users[/zrl]
+[size=large][b]Frequently Asked Questions For Members[/b][/size]
+[zrl=[baseurl]/help/faq_users]FAQ For Members[/zrl]
[size=large][b]For Hub Administrators[/b][/size]
[zrl=[baseurl]/help/install]Install[/zrl]
diff --git a/view/css/mod_new_channel.css b/view/css/mod_new_channel.css index 0fca88389..068f4f3a5 100644 --- a/view/css/mod_new_channel.css +++ b/view/css/mod_new_channel.css @@ -67,7 +67,13 @@ h2 { position:absolute; top:22px; left:0; - z-index:2; + z-index:9999; + font-size: 60%; + line-height: 1.1; +} + +.stylish-select a { + font-weight: normal !important; } .stylish-select ul.newList { @@ -109,7 +115,8 @@ h2 { .stylish-select .selectedTxt { width:258px; overflow:hidden; - height:16px; + height:18px; + font-size: 90%; padding:0 23px 0 0; } |