You are here

openatrium.css in Open Atrium 7.2

/**
 * Stylesheet for Panopoly Profile
 */

#panopoly-theme-selection-form .form-item-theme {
  clear: both;
  margin-top: .5em;
  margin-bottom: .5em;
}

#panopoly-theme-selection-form .form-item-theme label img {
  float: left;
  width: 100px;
  margin-right: 1em;
}

#panopoly-apps-check #edit-pantheon img {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

body.maintenance-page #logo {
  background: transparent url(openatrium.png) no-repeat top left;
  height: 0;
  overflow: hidden;
  padding-top: 187px; /* height of logo  */
  width: 622px; /* width of logo  */
}

File

openatrium.css
View source
  1. /**
  2. * Stylesheet for Panopoly Profile
  3. */
  4. #panopoly-theme-selection-form .form-item-theme {
  5. clear: both;
  6. margin-top: .5em;
  7. margin-bottom: .5em;
  8. }
  9. #panopoly-theme-selection-form .form-item-theme label img {
  10. float: left;
  11. width: 100px;
  12. margin-right: 1em;
  13. }
  14. #panopoly-apps-check #edit-pantheon img {
  15. float: right;
  16. margin-left: 1em;
  17. margin-bottom: 1em;
  18. }
  19. body.maintenance-page #logo {
  20. background: transparent url(openatrium.png) no-repeat top left;
  21. height: 0;
  22. overflow: hidden;
  23. padding-top: 187px; /* height of logo */
  24. width: 622px; /* width of logo */
  25. }