ui.core.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * jQuery UI CSS Framework
  3. * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
  4. * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
  5. */
  6. /* Layout helpers
  7. ----------------------------------*/
  8. .ui-helper-hidden { display: none; }
  9. .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
  10. .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
  11. .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  12. .ui-helper-clearfix { display: inline-block; }
  13. /* required comment for clearfix to work in Opera \*/
  14. * html .ui-helper-clearfix { height:1%; }
  15. .ui-helper-clearfix { display:block; }
  16. /* end clearfix */
  17. .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
  18. /* Interaction Cues
  19. ----------------------------------*/
  20. .ui-state-disabled { cursor: default !important; }
  21. /* Icons
  22. ----------------------------------*/
  23. /* states and images */
  24. .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
  25. /* Misc visuals
  26. ----------------------------------*/
  27. /* Overlays */
  28. .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }