You are here

hosting_help.css in Hosting 5

.hosting-help-hidden { display: none }

div.hosting-requirement-help .message {
  background-repeat: no-repeat;
  background-position: 4px 4px;
  padding-left: 27px;
  padding-right: 1em;
  font-weight: bold;
}

.hosting-status-warning .message {
  border: 1px solid #ccb;
  background: #ffd;
  background-image: url(/misc/watchdog-warning.png);
}

.hosting-status-error .message {
  border: 1px solid #d77;
  background: #fcc;
  color: #200;
  background-image: url(/misc/watchdog-error.png);
}

.hosting-status-success .message {
  border: 1px solid #bdb;
  background: #dfd;
  background-image: url(/misc/watchdog-ok.png);
}

.hosting-help-collapsed .hosting-help {
  display: none;
}

File

hosting_help.css
View source
  1. .hosting-help-hidden { display: none }
  2. div.hosting-requirement-help .message {
  3. background-repeat: no-repeat;
  4. background-position: 4px 4px;
  5. padding-left: 27px;
  6. padding-right: 1em;
  7. font-weight: bold;
  8. }
  9. .hosting-status-warning .message {
  10. border: 1px solid #ccb;
  11. background: #ffd;
  12. background-image: url(/misc/watchdog-warning.png);
  13. }
  14. .hosting-status-error .message {
  15. border: 1px solid #d77;
  16. background: #fcc;
  17. color: #200;
  18. background-image: url(/misc/watchdog-error.png);
  19. }
  20. .hosting-status-success .message {
  21. border: 1px solid #bdb;
  22. background: #dfd;
  23. background-image: url(/misc/watchdog-ok.png);
  24. }
  25. .hosting-help-collapsed .hosting-help {
  26. display: none;
  27. }