translationBody.css 1015 B

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