2014-04-01 13:57:24 +00:00
|
|
|
/*View Groups*/
|
|
|
|
.groups-view {
|
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
border-right: 1px solid #DDDDDD;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: -10px;
|
2014-04-02 06:34:43 +00:00
|
|
|
min-height: 122px;
|
2014-04-01 13:57:24 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.groups-view ul li{
|
|
|
|
float: left;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #a5a5a5;
|
|
|
|
width: 43%;
|
|
|
|
}
|
|
|
|
.groups-view h4 a{
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
.small{
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.groups-view img {
|
|
|
|
border: 2px solid #DDDDDD;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-04-02 06:34:43 +00:00
|
|
|
.min-height-25{
|
|
|
|
min-height: 25px;
|
2014-04-01 13:57:24 +00:00
|
|
|
}
|
|
|
|
.groups-view:nth-of-type(odd)
|
|
|
|
{
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
.groups-view:nth-of-type(even)
|
|
|
|
{
|
|
|
|
padding-left: 2px;
|
2014-04-02 06:34:43 +00:00
|
|
|
}
|
|
|
|
.nomargin
|
|
|
|
{
|
|
|
|
margin: 0px !important;
|
2014-04-02 09:58:34 +00:00
|
|
|
color: #5a595a;
|
|
|
|
|
2014-04-02 06:34:43 +00:00
|
|
|
}
|
|
|
|
.line-height-1{
|
|
|
|
line-height:1 !important;
|
|
|
|
}
|
|
|
|
.margin-bottom-10{
|
|
|
|
margin-bottom: 10px;
|
2014-04-02 09:58:34 +00:00
|
|
|
}
|
|
|
|
.user_on_right{
|
|
|
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
|
|
|
|
}
|
|
|
|
.theme_color , .theme_color a {
|
|
|
|
color: #0099CC !important;
|
|
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
|
|
|
|
color: #5a595a;
|
|
|
|
}
|
|
|
|
.group_thumb_member{
|
|
|
|
height: 34px;
|
|
|
|
margin: 1px;
|
|
|
|
width: 34px;
|
|
|
|
}
|
|
|
|
.friendsBox{
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
.cb_img_thum{
|
|
|
|
border: 2px solid #DDDDDD;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.margin-top-25{
|
|
|
|
margin-top: 25px !important;
|
|
|
|
}
|
|
|
|
.basic-color{
|
|
|
|
color: #5a595a;
|
2014-04-01 13:57:24 +00:00
|
|
|
}
|