You are here

profile-module-manager.css in Profile Module Manager 7

Same filename and directory in other branches
  1. 7.2 css/profile-module-manager.css
/* Bundle List Description */
.modules-bundle-description {
  margin-bottom: 20px;
}
/* Wrapper for all bundles */
.module-bundles-wrapper {

}
/* Single bundle wrapper */
.module-bundle-wrapper {

}
/* Single bundle */
.module-bundle {

}
@media screen and (min-width:768px) {
  .module-bundle {
  }
}
.bundle-enabled .module-bundle {

}
.bundle-disabled .module-bundle {

}
/* Bundle description */
.module-bundle-description {

}
/* Bundle actions */
.bundle-actions {
  padding-top: 10px;
  font-size: 75%;
}

File

css/profile-module-manager.css
View source
  1. /* Bundle List Description */
  2. .modules-bundle-description {
  3. margin-bottom: 20px;
  4. }
  5. /* Wrapper for all bundles */
  6. .module-bundles-wrapper {
  7. }
  8. /* Single bundle wrapper */
  9. .module-bundle-wrapper {
  10. }
  11. /* Single bundle */
  12. .module-bundle {
  13. }
  14. @media screen and (min-width:768px) {
  15. .module-bundle {
  16. }
  17. }
  18. .bundle-enabled .module-bundle {
  19. }
  20. .bundle-disabled .module-bundle {
  21. }
  22. /* Bundle description */
  23. .module-bundle-description {
  24. }
  25. /* Bundle actions */
  26. .bundle-actions {
  27. padding-top: 10px;
  28. font-size: 75%;
  29. }