We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Ajax IM 1.5 css | Forum

Topic location: Forum home » Development » Themes
Joseph
Joseph Dec 19 '12
added a scroll bar since some idiot decided the new instant chat wouldn't need one you should modify this some to fit your site and theme 



.ow_chat_list ul {

list-style: none;

margin: 0;

padding: 2px 0;

background: white;

overflow-y: scroll;

height: 300px;

width: 250px;

}


any more css changes for the new im leave it here I would love to change some things


Oxwall Accessories
Oxwall Accessories Dec 20 '12
doesn't one show up once the list of online users gets long enough?
Joseph
Joseph Dec 20 '12
no thanks to admin pal I always have 20 or more friends online and there never was a scroller at least not for the Graphite theme
The Forum post is edited by Joseph Dec 20 '12
Joseph
Joseph Dec 21 '12
A small update to fix the names back to everything being normal use this code with the above code


span.ow_chat_item_author,

span.ow_chat_item_text {        

width:105px;        

float:left;        

color:#444;        

padding:8px 0 0;        

margin:0;

}

The Forum post is edited by Joseph Dec 21 '12
Purusothaman Ramanujam
Graphite theme? Is that updated for 1.5?
Oxwall Accessories
Oxwall Accessories Dec 21 '12
I think it is
Joseph
Joseph Dec 21 '12
yes it was updated to 1.5 however for ajaxim you can only see 5 users and then the list overflows and you cant see anything so that's why i added this css 
Brien
Brien Jan 22 '13
ok im a coding deralect can you tell me exactly where to find the css and what edits to put in it as I use the chat plugin as well

matt
matt Sep 2 '13
Also, check out this page here for more css trix....

http://www.eobasi.com/...l-live-chat-box.html
Lee
Lee Sep 26 '13

Where do you put these 2 code in the css?

.ow_chat_list ul {

list-style: none;

margin: 0;

padding: 2px 0;

background: white;

overflow-y: scroll;

height: 300px;

width: 250px;

}



span.ow_chat_item_author,

span.ow_chat_item_text {        

width:105px;        

float:left;        

color:#444;        

padding:8px 0 0;        

margin:0;

}

Oxwall Accessories
Oxwall Accessories Sep 29 '13
admin/edit theme/edit css