global.css 449 B

12345678910111213141516171819
  1. /*
  2. * These are global CSS styles that should apply to all themes
  3. * Overrides go here... some styles may need !important to override inline styles applied by libraries
  4. * This CSS file will be loaded last in the chain, so use !important carefully
  5. */
  6. #dialog
  7. {
  8. height: auto !important;
  9. }
  10. #dialog p{
  11. text-align: left;
  12. text-align: initial;
  13. }
  14. /* Fixes date/time picker off screen issue */
  15. .bootstrap-datetimepicker-widget > ul{
  16. padding: 0px;
  17. }