jquery.portlet.css 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * jquery.portlet 1.1.2
  3. *
  4. * Copyright (c) 2012
  5. * 咖啡兔 (http://www.kafeitu.me)
  6. *
  7. * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
  8. * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
  9. *
  10. * See Detail: http://www.kafeitu.me/jquery-ui-portlet.html
  11. */
  12. .ui-portlet-column {
  13. float: left;
  14. padding-bottom: 100px;
  15. }
  16. .ui-portlet-header {
  17. padding: .4em 0.7em
  18. }
  19. .ui-portlet-header .ui-icon {
  20. float: right;
  21. }
  22. .ui-portlet-item {
  23. margin: 0 1em 1em 0;
  24. }
  25. .ui-portlet-content {
  26. padding: 0.3em;
  27. overflow-y:auto;
  28. }
  29. .ui-portlet-header .ui-portlet-header-icon {
  30. float: left;
  31. margin: 0 0.2em 0 -0.5em;
  32. }
  33. .ui-sortable-placeholder {
  34. border: 1px dotted black;
  35. visibility: visible !important;
  36. height: 50px !important;
  37. }
  38. .ui-sortable-placeholder * {
  39. visibility: hidden;
  40. }