PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.core.css

#
CSS | 46 lines | 11 code | 9 blank | 26 comment | 0 complexity | 9c18bdd5df74ca7ec4f92b77c6e5fccd MD5 | raw file
  1. /*
  2. * Note: While Microsoft is not the author of this file, Microsoft is
  3. * offering you a license subject to the terms of the Microsoft Software
  4. * License Terms for Microsoft ASP.NET Model View Controller 3.
  5. * Microsoft reserves all other rights. The notices below are provided
  6. * for informational purposes only and are not the license terms under
  7. * which Microsoft distributed this file.
  8. *
  9. * jQuery UI CSS Framework 1.8.11
  10. *
  11. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  12. *
  13. * http://docs.jquery.com/UI/Theming/API
  14. */
  15. /* Layout helpers
  16. ----------------------------------*/
  17. .ui-helper-hidden { display: none; }
  18. .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
  19. .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
  20. .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  21. .ui-helper-clearfix { display: inline-block; }
  22. /* required comment for clearfix to work in Opera \*/
  23. * html .ui-helper-clearfix { height:1%; }
  24. .ui-helper-clearfix { display:block; }
  25. /* end clearfix */
  26. .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
  27. /* Interaction Cues
  28. ----------------------------------*/
  29. .ui-state-disabled { cursor: default !important; }
  30. /* Icons
  31. ----------------------------------*/
  32. /* states and images */
  33. .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
  34. /* Misc visuals
  35. ----------------------------------*/
  36. /* Overlays */
  37. .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }