You are here

og.css in Organic groups 6.2

Same filename and directory in other branches
  1. 6 theme/og.css
.og-picture-wrapper {
  border-bottom:1px dotted;
  padding:5px 0px;
  text-align:center;
}

.og-picture-wrapper .picture {
  float: none;
}

#block-og-5 div.item-list ul { padding: 0; margin: 0;  }
#block-og-5 div.item-list ul ul li {margin:0}

/*tighter search button on group details block*/
#block-og-0 .form-item {
  margin-bottom: .4em;
}

/*no link on group title in group details block*/
#block-og-0 h2 a {
  text-decoration:none;
}

/*used in node-og-group-post.tpl.php*/
.groups .links  {
  display: inline;
}

.view-id-og_members_faces table td, .view-id-og_members_block {
  text-align: center;
  vertical-align: bottom;
}

.view-id-og_members_block .item-list ul li {
  border-top: #CCCCCC 1px dotted;
  padding-top: 4px;
  list-style: none;
  background: none;
  margin-left: 0;
  padding-left: 0em;
  text-indent: -1em;
}

.view-id-og_members_faces tr.row-first td, .view-id-og_members_block ul li:first-child {
  border-top: none;
}

.view-id-og_members_faces div.picture, .view-id-og_members_block div.picture {
  float: none;
}

.views-field-is-admin {
  font-style: italic;
}

File

theme/og.css
View source
  1. .og-picture-wrapper {
  2. border-bottom:1px dotted;
  3. padding:5px 0px;
  4. text-align:center;
  5. }
  6. .og-picture-wrapper .picture {
  7. float: none;
  8. }
  9. #block-og-5 div.item-list ul { padding: 0; margin: 0; }
  10. #block-og-5 div.item-list ul ul li {margin:0}
  11. /*tighter search button on group details block*/
  12. #block-og-0 .form-item {
  13. margin-bottom: .4em;
  14. }
  15. /*no link on group title in group details block*/
  16. #block-og-0 h2 a {
  17. text-decoration:none;
  18. }
  19. /*used in node-og-group-post.tpl.php*/
  20. .groups .links {
  21. display: inline;
  22. }
  23. .view-id-og_members_faces table td, .view-id-og_members_block {
  24. text-align: center;
  25. vertical-align: bottom;
  26. }
  27. .view-id-og_members_block .item-list ul li {
  28. border-top: #CCCCCC 1px dotted;
  29. padding-top: 4px;
  30. list-style: none;
  31. background: none;
  32. margin-left: 0;
  33. padding-left: 0em;
  34. text-indent: -1em;
  35. }
  36. .view-id-og_members_faces tr.row-first td, .view-id-og_members_block ul li:first-child {
  37. border-top: none;
  38. }
  39. .view-id-og_members_faces div.picture, .view-id-og_members_block div.picture {
  40. float: none;
  41. }
  42. .views-field-is-admin {
  43. font-style: italic;
  44. }