_install.less 456 B

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