main.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* --------------------------------------------------------
  2. Copyright (c) 2006-2011 FeyaSoft Inc. All Rights Reserved.
  3. Description:
  4. This is main CSS file for demo application
  5. Author:
  6. Fenqiang Zhuang
  7. -------------------------------------------------------- */
  8. html, body {
  9. font: normal 12px tahoma, arial, verdana, sans-serif;
  10. margin: 0;
  11. padding: 0;
  12. border: 0 none;
  13. overflow: hidden;
  14. height: 100%;
  15. }
  16. /*--------------------------------------------------------
  17. * FileUploadField component styles
  18. ---------------------------------------------------------*/
  19. .upload-icon {
  20. background: url('../images/icons/add.gif') no-repeat 0 0 !important;
  21. }
  22. .excel {background-image:url('../images/icons/page_excel.png') !important;}
  23. /*-------for tools -----------------*/
  24. .x-tool-add {background-image: url(../images/icons/add.gif);}
  25. .x-tool-join {background-image: url(../images/icons/group_link.png);}
  26. /*--------- end tools ------------------*/
  27. /*--------------------------------------------
  28. * For activity log west panel
  29. *--------------------------------------------*/
  30. .general-west li {margin-bottom:10px;}
  31. p {
  32. margin: 0 0 1em 0; padding: 5px 5px 0 10px;
  33. font-size: 12px;
  34. }
  35. #fi-button-msg {
  36. border: 2px solid #ccc;
  37. padding: 5px 10px;
  38. background: #eee;
  39. margin: 5px;
  40. float: left;
  41. }
  42. .x-form-file-wrap {
  43. position: relative;
  44. height: 22px;
  45. }
  46. .x-form-file-wrap .x-form-file {
  47. position: absolute;
  48. right: 0;
  49. -moz-opacity: 0;
  50. filter:alpha(opacity: 0);
  51. opacity: 0;
  52. z-index: 2;
  53. height: 22px;
  54. }
  55. .x-form-file-wrap .x-form-file-btn {
  56. position: absolute;
  57. right: 0;
  58. z-index: 1;
  59. }
  60. .x-form-file-wrap .x-form-file-text {
  61. position: absolute;
  62. left: 0;
  63. z-index: 3;
  64. color: #777;
  65. }
  66. /*******************************************************************/
  67. .combaytree .x-tree-node {
  68. height:25px;
  69. border-bottom: 1px dotted gray;
  70. }
  71. .combaytree .x-tree-node .x-tree-node-over {
  72. background-color: #d9e8fb;
  73. height:25px;
  74. border-left:7px solid #d9e8fb;
  75. border-right:7px solid #d9e8fb;
  76. }
  77. .combaytree .x-tree-node .x-tree-selected {
  78. background:url(images/bg.png) repeat-x left top;
  79. height: 25px;
  80. border-left:7px solid #FFBA62;
  81. border-right:7px solid #FFBA62;
  82. }
  83. .listtree .x-tree-node {
  84. height: 25px;
  85. }
  86. .listtree .x-tree-node-el {
  87. line-height: 25px;
  88. }
  89. .listtree .x-tree-node-collapsed .x-tree-node-icon,
  90. .listtree .x-tree-node-expanded .x-tree-node-icon,
  91. .listtree .x-tree-node-leaf .x-tree-node-icon {
  92. height: 25px;
  93. background-position: left center;
  94. }
  95. .listtree .x-tree-node .x-tree-node-over {
  96. background-color: #d9e8fb;
  97. height: 25px;
  98. }
  99. .listtree .x-tree-node .x-tree-selected {
  100. background-color: rgb(124, 158, 205);
  101. height: 25px;
  102. }
  103. .listtree .x-tree-node .x-tree-selected a span, .listtree .x-dd-drag-ghost a span {
  104. color: white;
  105. }
  106. /*
  107. * fix the trigger css issue in webkit
  108. */
  109. .x-small-editor .x-form-field-wrap .x-form-trigger {
  110. height:19px;
  111. }