global.css 723 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. }
  18. span.versionInfo{
  19. cursor: pointer;
  20. text-decoration: underline;
  21. }
  22. .inline-block{
  23. display: inline-block;
  24. }
  25. div.OGPVersionArea{
  26. width: 100%;
  27. position: relative;
  28. }
  29. span.copyVersionResult{
  30. position: absolute;
  31. left: 90%;
  32. top: 0;
  33. }
  34. .hide{
  35. display: none !important;
  36. }