main.css 648 B

1234567891011121314151617181920212223242526272829303132
  1. #ad-correspondance label {
  2. display: inline-block;
  3. }
  4. #ad-correspondance label:not(:first-of-type), #ad-correspondance div.btn {
  5. margin-left: 15px;
  6. }
  7. #ad-correspondance div.btn.btn-success {
  8. position: absolute;
  9. right: 15px;
  10. bottom: 0px;
  11. margin-left: 0;
  12. }
  13. /* TABLE CORRESPONDANCE GROUPE / RANG / ETABLISSEMENT */
  14. .table-group-rank-firm {
  15. vertical-align: middle;
  16. margin-top: 30px;
  17. }
  18. .table-group-rank-firm .action-buttons{
  19. width: 80px;
  20. text-align: center
  21. }
  22. @media (max-width: 768px){
  23. #active-directory-form-settings .row > div:not(last-of-type) {
  24. margin-bottom: 15px;
  25. }
  26. #ad-correspondance div.btn.btn-success {
  27. position: unset;
  28. }
  29. }