common.css 1.1 KB

123456789101112131415161718192021
  1. .row-module {max-width: 500px; min-width: 400px;}
  2. .row-module + .row-module {margin-top: 5px;}
  3. .col-module {min-width: 200px;}
  4. .col-module .form-control {border-radius: 2px 0 0 2px;}
  5. .col-module select.form-control {border-radius: 0 2px 2px 0; border-left-width: 0;}
  6. .col-module select.form-control:focus {margin-left: -1px; border-left-width: 1px;}
  7. .col-shorts .form-control {border-radius: 0 2px 2px 0; border-left-width: 0;}
  8. .col-shorts .form-control:focus {margin-left: -1px; border-left-width: 1px;}
  9. .col-shorts {width: 110px;}
  10. .col-actions {width: 80px; padding-left: 5px;}
  11. .col-module .chosen-container-single .chosen-single {border-radius: 2px 0 0 2px; border-right-width: 0; padding-right: 1px;}
  12. .col-module .chosen-container-active .chosen-single {border-right-width: 1px; padding-right: 0;}
  13. .col-shorts .chosen-container-single .chosen-single {border-radius: 0 2px 2px 0;}
  14. #modulesTree li {padding-left: 20px;}
  15. #modulesTree li > .list-toggle {top: 0;}
  16. #childrenForm table tr > td.text-middle span {display: block; float: left;}
  17. .body-modal #mainMenu {display: none;}