css.php 923 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. /**
  3. * Elgg Groups css
  4. *
  5. * @package groups
  6. */
  7. ?>
  8. .groups-profile > .elgg-image {
  9. margin-right: 20px;
  10. }
  11. .groups-stats {
  12. margin-top: 10px;
  13. }
  14. .groups-stats p {
  15. margin-bottom: 2px;
  16. }
  17. .groups-profile-fields div:first-child {
  18. padding-top: 0;
  19. }
  20. .groups-profile-fields .odd,
  21. .groups-profile-fields .even {
  22. border-bottom: 1px solid #DCDCDC;
  23. padding: 5px 0;
  24. margin-bottom: 0;
  25. }
  26. .groups-profile-fields .elgg-output {
  27. margin: 0;
  28. }
  29. #groups-tools > li {
  30. width: 48%;
  31. min-height: 200px;
  32. margin-bottom: 40px;
  33. }
  34. #groups-tools > li:nth-child(odd) {
  35. margin-right: 4%;
  36. }
  37. .groups-widget-viewall {
  38. float: right;
  39. font-size: 85%;
  40. }
  41. .groups-latest-reply {
  42. float: right;
  43. }
  44. .elgg-menu-groups-my-status li a {
  45. color: #444;
  46. display: block;
  47. margin: 3px 0 5px 0;
  48. padding: 2px 4px 2px 0;
  49. }
  50. .elgg-menu-groups-my-status li a:hover {
  51. color: #999;
  52. }
  53. .elgg-menu-groups-my-status li.elgg-state-selected > a {
  54. color: #999;
  55. }