translationBody.css 972 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .main-body {
  2. overflow: scroll;
  3. }
  4. table {
  5. color: #000;
  6. }
  7. table td,
  8. table th {
  9. border: 1px solid #d2d0d0;
  10. text-align: left;
  11. padding: 8px;
  12. }
  13. table tr:nth-child(even) {
  14. background-color: #ddd;
  15. }
  16. .ext-box {
  17. display: flex;
  18. flex-direction: row;
  19. height: 34px;
  20. }
  21. .ext-box .ext-box-left {
  22. display: flex;
  23. width: 100%;
  24. gap: 10px;
  25. }
  26. .ext-box span {
  27. vertical-align: center;
  28. line-height: 34px;
  29. }
  30. .ext-box input,
  31. .ext-box button {
  32. padding: 0;
  33. }
  34. .ext-box button {
  35. min-width: 90px;
  36. }
  37. .content-wrapper {
  38. margin-top: 10px;
  39. }
  40. .buttonsContainer {
  41. display: flex;
  42. }
  43. .buttonsContainer input {
  44. margin: 0;
  45. }
  46. .buttonsContainer div {
  47. margin: auto;
  48. }
  49. .more-settings-translation {
  50. margin-left: 10px;
  51. }
  52. #cancelBtn {
  53. margin-left: 5% !important;
  54. background: #ffa500;
  55. color: #fff;
  56. }
  57. #deleteAction {
  58. margin-left: 5% !important;
  59. }
  60. p.js-translation-language {
  61. font-weight: bold;
  62. color: #000;
  63. }
  64. p.js-translation-text {
  65. font-weight: bold;
  66. color: #000;
  67. }