style.css 405 B

123456789101112131415161718192021222324252627282930313233343536
  1. li.status-info {
  2. color: #5BC0DE;
  3. }
  4. li.status-warning {
  5. color: #D9534F;
  6. }
  7. li.status-danger {
  8. color: #D9534F;
  9. }
  10. li.status-success {
  11. color: #5CB85C;
  12. }
  13. img#status-loading {
  14. display: none;
  15. padding-right: 5px;
  16. }
  17. img#save-loading {
  18. display: none;
  19. margin-left: 5px;
  20. }
  21. div#status {
  22. display: none;
  23. margin-top: 10px;
  24. }
  25. div#status ul {
  26. list-style-type: none;
  27. padding: 0;
  28. margin: 0;
  29. }