organizer.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. select{
  2. font-size:11px;
  3. }
  4. .image-tip{
  5. padding:4px;
  6. height:98px;
  7. white-space:nowrap;
  8. }
  9. .image-tip img {
  10. margin-right:10px;
  11. border:2px solid #083772;
  12. }
  13. .image-tip b{
  14. color: #083772;
  15. display: block;
  16. margin-bottom: 4px;
  17. }
  18. .image-tip span{
  19. display: block;
  20. margin-bottom: 5px;
  21. margin-left: 5px;
  22. }
  23. .x-image-view{
  24. font: 11px Arial, Helvetica, sans-serif;
  25. }
  26. .x-image-view .thumb{
  27. padding:3px;
  28. }
  29. .x-image-view .thumb-wrap{
  30. float: left;
  31. margin: 4px;
  32. margin-right: 0;
  33. padding: 5px;
  34. }
  35. .x-image-view .thumb-wrap span{
  36. display: block;
  37. overflow: hidden;
  38. text-align: center;
  39. width: 76px; /* for ie to ensure that the text is centered */
  40. }
  41. .x-image-view .x-item-selected .thumb {
  42. background:#8db2e3;
  43. }
  44. .x-image-view .loading-indicator {
  45. font-size:8pt;
  46. background-image:url(../../resources/images/default/grid/loading.gif);
  47. background-repeat: no-repeat;
  48. background-position: left;
  49. padding-left:20px;
  50. margin:10px;
  51. }
  52. .x-dd-drag-proxy .multi-proxy .thumb-img{
  53. height: 20px;
  54. width: 30px;
  55. margin:1px;
  56. }
  57. .x-dd-drag-proxy .thumb-img{
  58. height: 60px;
  59. width: 80px;
  60. }
  61. .image-node .x-tree-node-icon{
  62. margin-bottom:1px;
  63. height:15px;
  64. }
  65. .album-node .x-tree-node-icon, .album-btn{
  66. background-image:url( ../tree/album.gif ) !important;
  67. }
  68. .x-dataview-draggable-ghost img {
  69. width: 20px;
  70. margin: 0 5px 5px 0;
  71. }