Пример моего кода на PHP... И не только.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
739B

  1. .chiefred-options {
  2. display: block;
  3. margin: 1em 0;
  4. width: 100%;
  5. max-width: 630px;
  6. }
  7. .chiefred-options th {
  8. display: inline-block;
  9. width: 250px;
  10. text-align: left;
  11. }
  12. .chiefred-options .devider {
  13. display: inline-block;
  14. width: 10px;
  15. }
  16. .chiefred-options .option {
  17. display: inline-block;
  18. width: 360px;
  19. text-align: left;
  20. }
  21. .chiefred-options input,
  22. .chiefred-options select {
  23. width: 360px;
  24. }
  25. .chiefred-options .error {
  26. border: 1px solid red;
  27. }
  28. #options-changed {
  29. display:inline-block;
  30. margin: 6px 12px;
  31. }
  32. #TB_window {
  33. width: 90% !important;
  34. margin-left: -45% !important;
  35. }
  36. #TB_ajaxContent {
  37. width: auto !important;
  38. }