index.css 744 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import url("../static/css/bootstrap.min.css");
  2. .wrapper,.panel-body {
  3. padding-bottom: 0;
  4. }
  5. .img-container {
  6. overflow-y: scroll;
  7. height: 480px;
  8. border:10px solid #4e5d6c;
  9. border-right: 0;
  10. background-color:#4e5d6c;
  11. }
  12. .img-result {
  13. width: 100%;
  14. padding-right: 10px;
  15. margin: auto;
  16. display: block;
  17. }
  18. #btnSave {
  19. margin-top: -6px;
  20. }
  21. .x-title {
  22. display: block;
  23. border-bottom: 1px solid #eee;
  24. padding-bottom: 4px;
  25. margin-bottom:10px;
  26. }
  27. .x-title .x-link {
  28. cursor: pointer;
  29. color:#c00;
  30. text-decoration: underline;
  31. margin-left: 10px;
  32. }
  33. .x-title .x-link:hover {
  34. color: #f00;
  35. }
  36. .c-d {
  37. cursor: default;
  38. margin-top: 20px;
  39. }