Site.css 741 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body {
  2. padding-top: 50px;
  3. padding-bottom: 20px;
  4. }
  5. /* Set padding to keep content from hitting the edges */
  6. .body-content {
  7. padding-left: 15px;
  8. padding-right: 15px;
  9. }
  10. /* Override the default bootstrap behavior where horizontal description lists
  11. will truncate terms that are too long to fit in the left column
  12. */
  13. .dl-horizontal dt {
  14. white-space: normal;
  15. }
  16. /* Set width on the form input elements since they're 100% wide by default */
  17. input,
  18. select,
  19. textarea {
  20. max-width: 280px;
  21. }
  22. .numerique {
  23. text-align: right;
  24. }
  25. .modifie {
  26. border: 3px dotted green;
  27. }
  28. .AllValidationMessagesTooltipFor {
  29. font-size: 1.5em;
  30. color: red;
  31. cursor: help;
  32. font-weight: bold;
  33. }
  34. .exposant {
  35. position: relative;
  36. top: -4px
  37. }