You are here

javascript_libraries.admin.css in JavaScript Libraries Manager 7

/**
 * Admin interface styling
 */

.javascript-libraries th.checkbox {
  width: 50px;
}

.javascript-libraries th.name {
  width: 50%;
}

#javascript-libraries-custom tr.region-title td {
  font-weight: bold;
}
#javascript-libraries-custom tr.region-message {
  font-weight: normal;
  color: #999;
}
#javascript-libraries-custom tr.region-populated {
  display: none;
}
.library-region {
  background-color: #ff6;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}

/* This rule hides the weight column when there are no custom libraries */
#javascript-libraries-custom.empty .library-weight {
  display: none;
}

File

css/javascript_libraries.admin.css
View source
  1. /**
  2. * Admin interface styling
  3. */
  4. .javascript-libraries th.checkbox {
  5. width: 50px;
  6. }
  7. .javascript-libraries th.name {
  8. width: 50%;
  9. }
  10. #javascript-libraries-custom tr.region-title td {
  11. font-weight: bold;
  12. }
  13. #javascript-libraries-custom tr.region-message {
  14. font-weight: normal;
  15. color: #999;
  16. }
  17. #javascript-libraries-custom tr.region-populated {
  18. display: none;
  19. }
  20. .library-region {
  21. background-color: #ff6;
  22. margin-top: 4px;
  23. margin-bottom: 4px;
  24. padding: 3px;
  25. }
  26. /* This rule hides the weight column when there are no custom libraries */
  27. #javascript-libraries-custom.empty .library-weight {
  28. display: none;
  29. }