style.css 543 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. }
  30. div#github {
  31. margin: -10px 0 20px 20px;
  32. background: url(../img/github.png) no-repeat 0 4px;
  33. }
  34. div#github a {
  35. margin-left: 17px;
  36. }