PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/admin/FileManager/JCrop/css/jquery.Jcrop.css

#
CSS | 35 lines | 31 code | 3 blank | 1 comment | 0 complexity | 5d2b5f89edf84b5318d8c50139551012 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
  2. .jcrop-holder { text-align: left; }
  3. .jcrop-vline, .jcrop-hline
  4. {
  5. font-size: 0px;
  6. position: absolute;
  7. background: white url('Jcrop.gif') top left repeat;
  8. }
  9. .jcrop-vline { height: 100%; width: 1px !important; }
  10. .jcrop-hline { width: 100%; height: 1px !important; }
  11. .jcrop-vline.right { right: 0px; }
  12. .jcrop-hline.bottom { bottom: 0px; }
  13. .jcrop-handle {
  14. font-size: 1px;
  15. width: 7px !important;
  16. height: 7px !important;
  17. border: 1px #eee solid;
  18. background-color: #333;
  19. }
  20. .jcrop-tracker { width: 100%; height: 100%; }
  21. .custom .jcrop-vline,
  22. .custom .jcrop-hline
  23. {
  24. background: yellow;
  25. }
  26. .custom .jcrop-handle
  27. {
  28. border-color: black;
  29. background-color: #C7BB00;
  30. -moz-border-radius: 3px;
  31. -webkit-border-radius: 3px;
  32. }