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.
 
 
 
 
 
 

16 lines
248 B

  1. .lr-form-wrap {
  2. padding: 0;
  3. }
  4. .lr-form-item {
  5. width:500px;
  6. padding: 5px 0 5px 80px;
  7. float:initial;
  8. }
  9. .lr-form-item-title {
  10. width: 80px;
  11. text-align: left;
  12. padding-right: 10px;
  13. }
  14. .form-control {
  15. border-radius:4px;
  16. }