style.css 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. }
  37. div#saveconfirmation {
  38. display: none;
  39. padding-right: 15px;
  40. width: 60%;
  41. margin: 0 auto;
  42. }
  43. div#saveconfirmation div#confirm {
  44. background-color: #fff;
  45. padding: 10px;
  46. margin: 15px 0 0 0;
  47. border: 1px solid #F5E79E;
  48. }