_install.less 410 B

123456789101112131415161718192021222324252627282930
  1. .install {
  2. padding-top: 45px;
  3. padding-bottom: @footer-margin * 3;
  4. form {
  5. label {
  6. text-align: right;
  7. width: 40% !important;
  8. }
  9. input {
  10. width: 35% !important;
  11. }
  12. .field {
  13. text-align: left;
  14. .help {
  15. margin-left: 41%;
  16. }
  17. &.optional .title {
  18. margin-left: 38%;
  19. }
  20. }
  21. }
  22. .ui {
  23. .checkbox {
  24. margin-left: 40% !important;
  25. label {
  26. width: auto !important;
  27. }
  28. }
  29. }
  30. }