The Apps.IO Customer Community
Last night Ning released a new release that included a new list design for the Members and Friends pages. An example of the new style can be seen below:
After receiving a few requests, we've cooked up a CSS code that turns the single list view shown above into a two column list that is a little more compact. Here's a preview:
If you'd like to have your network use this style instead of the default, the installation process is quite easy. Simply open your Network's Manage page, click "Appearance", then scroll down and click "Advanced", and then paste the following code at the very bottom of your network's preexisting custom CSS code.
CSS Code:
.xg_widget_profiles_friend .member_item, .xg_widget_profiles_members .member_item {
width:350px !important;
float:left !important;
margin-right: 5px !important;
clear:none !important;
}
.xg_widget_profiles_friend .member_item .xg_span-8, .xg_widget_profiles_members .member_item .xg_span-8 {
width:210px !important;
}
.xg_widget_profiles_friend .member_item .xg_span-6, .xg_widget_profiles_members .member_item .xg_span-6 {
width:130px !important;
}
Update: Themes with large font sizes will need to use the following code instead.
.xg_widget_profiles_friend .member_item, .xg_widget_profiles_members .member_item {
width:355px !important;
float:left !important;
margin-right: 1px !important;
clear:none !important;
}
.xg_widget_profiles_friend .member_item .xg_span-8, .xg_widget_profiles_members .member_item .xg_span-8 {
width:205px !important;
font-size:0.75em;
}
.xg_widget_profiles_friend .member_item .xg_span-8 img, .xg_widget_profiles_members .member_item .xg_span-8 img {
width: 75px;
height: 75px;
}
.xg_widget_profiles_friend .member_item .xg_span-6, .xg_widget_profiles_members .member_item .xg_span-6 {
width:140px !important;
font-size:0.8em;
}
Bob Schecter commented Jul. 10, 2009 ...
Apps.IO commented Jul. 10, 2009 ...
Bob Schecter commented Jul. 10, 2009 ...
Bob Schecter commented Jul. 10, 2009 ...
Bob Schecter commented Jul. 10, 2009 ...
Bob Schecter commented Jul. 10, 2009 ...
Charnita Fance commented Jul. 11, 2009 ...
Bob Schecter commented Jul. 15, 2009 ...
Bob Schecter commented Jul. 15, 2009 ...
© 2010 Apps.IO
Powered by
.