1
0

App.css 623 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #wrapper{
  2. text-align: center;
  3. min-height: 93vh;
  4. }
  5. #content{
  6. }
  7. .dx-datagrid-focus-overlay{
  8. height: 0px !important;
  9. }
  10. td{
  11. text-align: right !important;
  12. }
  13. hr{
  14. margin: 0px !important;
  15. }
  16. #overview{
  17. font-family: monospace;
  18. background-color: #ccc;
  19. min-width: 200px;
  20. text-align: right;
  21. margin: auto;
  22. font-size: 2em;
  23. display: inline-block;
  24. padding: 0px 7px;
  25. }
  26. #overview table{
  27. width: 100%;
  28. }
  29. .dx-datagrid-focus-overlay{
  30. height: auto;
  31. }
  32. #overview p{
  33. margin: 0.2em 1em;
  34. }
  35. footer{
  36. background-color: #eee;
  37. }
  38. h1{
  39. margin-top: 0px;
  40. padding-top: 20px;
  41. }
  42. input[type="text"]{
  43. margin: 7px;
  44. }