You are here

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

Same filename and directory in other branches
  1. 7 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 {

}

.bundle {
  width: 25%;
  height: auto;
  float: left;
}

/* Enableable bundleable */
.bundle-enable {
  float: left;
  margin: 1% 1% 1% 0;
  width: 100%;
  height: 300px;
  position: relative;
  padding-left: 1%;
  border-width: 0 0 0 0.5px;
  border-style: solid;
  border-color: #000;
}
.pmm-actions, .bundle-enable-link, .alakazaam, .bundle-enabled {
  bottom: 10%;
  position: absolute;
}
.bundle-demo-link {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.enabled-modules-admin {
  clear: both;
  margin: 1% 1% 1% 0;
  width: 100%;
  height: 300px;
  position: relative;
  padding-left: 1%;
  border-width: 0 0 0 0.5px;
  border-style: solid;
  border-color: #000;
}
@media screen and (max-width:768px) {
  .bundle-enable {
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:927px) {
  .bundle-enable {
    width: 49%;
  }
}
@media screen and (min-width:927px) and (max-width:1229px) {
  .bundle-enable {
    width: 32.1%;
  }
}
@media screen and (min-width:1229px) {
  .bundle-enable {
    width: 24%;
  }
}

@media screen and (min-width:768px) {
  .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. .bundle {
  15. width: 25%;
  16. height: auto;
  17. float: left;
  18. }
  19. /* Enableable bundleable */
  20. .bundle-enable {
  21. float: left;
  22. margin: 1% 1% 1% 0;
  23. width: 100%;
  24. height: 300px;
  25. position: relative;
  26. padding-left: 1%;
  27. border-width: 0 0 0 0.5px;
  28. border-style: solid;
  29. border-color: #000;
  30. }
  31. .pmm-actions, .bundle-enable-link, .alakazaam, .bundle-enabled {
  32. bottom: 10%;
  33. position: absolute;
  34. }
  35. .bundle-demo-link {
  36. position: absolute;
  37. bottom: 10%;
  38. right: 10%;
  39. }
  40. .enabled-modules-admin {
  41. clear: both;
  42. margin: 1% 1% 1% 0;
  43. width: 100%;
  44. height: 300px;
  45. position: relative;
  46. padding-left: 1%;
  47. border-width: 0 0 0 0.5px;
  48. border-style: solid;
  49. border-color: #000;
  50. }
  51. @media screen and (max-width:768px) {
  52. .bundle-enable {
  53. width: 100%;
  54. }
  55. }
  56. @media screen and (min-width:768px) and (max-width:927px) {
  57. .bundle-enable {
  58. width: 49%;
  59. }
  60. }
  61. @media screen and (min-width:927px) and (max-width:1229px) {
  62. .bundle-enable {
  63. width: 32.1%;
  64. }
  65. }
  66. @media screen and (min-width:1229px) {
  67. .bundle-enable {
  68. width: 24%;
  69. }
  70. }
  71. @media screen and (min-width:768px) {
  72. .module-bundle {
  73. }
  74. }
  75. @media screen and (min-width:768px) {
  76. .module-bundle {
  77. }
  78. }
  79. .bundle-enabled .module-bundle {
  80. }
  81. .bundle-disabled .module-bundle {
  82. }
  83. /* Bundle description */
  84. .module-bundle-description {
  85. }
  86. /* Bundle actions */
  87. .bundle-actions {
  88. padding-top: 10px;
  89. font-size: 75%;
  90. }