my status and color in activity stream problem

GK User
Sun Jun 27, 2010 12:32 pm
Hello. I am starting to finish up all the issues I am having with my site :) However, there are a few things I can't seem to fix, actually I can't seem to fix anything myself, but I have been trying.

My first problem is this : On my users profile pages they can enter their status : write your thoughts here

picture :
Image

This status field is way to big. A one line textarea input filed would do much better. How can I go about to change that?

My other problem is in the activity stream. If someone comments or likes something it comes up in a white box, and the usernames of people commenting or liking gets the same color, so it is only visible when hovering the mouse over empty space, like theese two pictures.

Image
here is a selection of one of the places this occurs, and below is the same place with the mouse hovering :
Image

Would be great to change the font color in theese windows or change them totally on the whole site so that it would fit everywhere.

I hope someone might have some tips for me :)


link to site to see font thing in action : http://hundegal.no/sosialisering
- jansverre
User avatar
Senior Boarder

GK User
Sun Jun 27, 2010 12:37 pm
Please show me your website and give me some guest login.
User avatar
Platinum Boarder

GK User
Sun Jun 27, 2010 12:40 pm
http://hundegal.no/sosialisering is the website and you can login with

thank you :)
User avatar
Senior Boarder

GK User
Sun Jun 27, 2010 2:34 pm
Please try adding this code on gk_stuff.css file:

Code: Select all
#community-wrap #profile-new-status textarea#statustext.status {
height:2.8em!important}

#community-wrap .small.likes-content a {color:#008ACA}
#community-wrap .small.likes-content a:hover {text-decoration:underline}


Cheers
User avatar
Platinum Boarder

GK User
Sun Jun 27, 2010 2:45 pm
Cool. That fixes almost all my problems, but on the comments it is still white text until hover ... You know what I could do to fix that? :)
User avatar
Senior Boarder

GK User
Sun Jun 27, 2010 5:57 pm
Try this:

Code: Select all
#community-wrap #activity-stream-container a.wall-coc-author {color: #008ACA}
#community-wrap #activity-stream-container a.wall-coc-author:hover {text-decoration:underline}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jun 27, 2010 6:04 pm
Thank you :) It is so perfect :)

thank you thank you thank you :D

jansverre
User avatar
Senior Boarder


cron