mgr.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. .collections-grid-date {
  2. color:#a0a0a0;
  3. font-family:arial, Helvetica, sans-serif;
  4. font-size:20px;
  5. font-weight:bold;
  6. letter-spacing:-1px;
  7. line-height:1;
  8. padding-right:10px;
  9. text-align:right;
  10. margin-top: -4px;
  11. }
  12. .collections-grid-date .collections-grid-time {
  13. display:block;
  14. font-size:10px;
  15. font-weight:normal;
  16. margin-top:5px;
  17. }
  18. .collections-grid a {
  19. color:#556C88;
  20. line-height:1;
  21. text-decoration:none;
  22. }
  23. .collections-grid a:hover {
  24. color:#738BA9;
  25. text-decoration:none;
  26. }
  27. .collections-grid .x-grid3-cell-inner {
  28. color:#808080;
  29. }
  30. .collections-panel-spacer .x-panel-body { background: transparent !important; }
  31. .actions a {
  32. -moz-border-radius:3px;
  33. -webkit-border-radius:3px;
  34. -o-border-radius:3px;
  35. -ms-border-radius:3px;
  36. -khtml-border-radius:3px;
  37. border-radius:3px;
  38. background:#dcdcdc;
  39. background:-moz-linear-gradient(center bottom,#dcdcdc 0%,#fcfcfc 100%) repeat scroll 0 0 transparent;
  40. background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#dcdcdc));
  41. background:-webkit-linear-gradient(center bottom,#dcdcdc 0%,#fcfcfc 100%);
  42. background:-o-linear-gradient(center bottom,#dcdcdc 0%,#fcfcfc 100%);
  43. background:-ms-linear-gradient(center bottom,#dcdcdc 0%,#fcfcfc 100%);
  44. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,endColorstr=#dcdcdc,GradientType=0);
  45. background:linear-gradient(center bottom,#dcdcdc 0%,#fcfcfc 100%);
  46. text-shadow:0 1px 0 #ffffff;
  47. border:1px solid #cccccc;
  48. color:#888888;
  49. display:block;
  50. font-size:11px;
  51. font-weight:bold;
  52. font-family:helvetica, arial, freesans, clean, sans-serif;
  53. padding:6px 8px;
  54. text-decoration:none;
  55. cursor:pointer;
  56. }
  57. .actions a:hover {
  58. background:#e0e0e0;
  59. background:-moz-linear-gradient(center bottom,#e0e0e0 0%,#fcfcfc 100%) repeat scroll 0 0 transparent;
  60. background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#e0e0e0));
  61. background:-webkit-linear-gradient(center bottom,#e0e0e0 0%,#fcfcfc 100%);
  62. background:-o-linear-gradient(center bottom,#e0e0e0 0%,#fcfcfc 100%);
  63. background:-ms-linear-gradient(center bottom,#e0e0e0 0%,#fcfcfc 100%);
  64. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,endColorstr=#e0e0e0,GradientType=0);
  65. background:linear-gradient(center bottom,#e0e0e0 0%,#fcfcfc 100%);
  66. color:#5b7a98;
  67. }
  68. .actions a:active {
  69. -moz-box-shadow:0 0 3px #aaaaaa inset;
  70. -webkit-box-shadow:0 0 3px #aaaaaa inset;
  71. -o-box-shadow:0 0 3px #aaaaaa inset;
  72. box-shadow:0 0 3px #aaaaaa inset;
  73. background-color:#ffffff;
  74. background-image:none;
  75. }
  76. .actions a.orange {
  77. background:#febb4a;
  78. background:-moz-linear-gradient(center bottom,#febb4a 0%,#feda71 100%) repeat scroll 0 0 transparent;
  79. background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#feda71),color-stop(100%,#febb4a));
  80. background:-webkit-linear-gradient(center bottom,#febb4a 0%,#feda71 100%);
  81. background:-o-linear-gradient(center bottom,#febb4a 0%,#feda71 100%);
  82. background:-ms-linear-gradient(center bottom,#febb4a 0%,#feda71 100%);
  83. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#feda71,endColorstr=#febb4a,GradientType=0);
  84. background:linear-gradient(center bottom,#febb4a 0%,#feda71 100%);
  85. border-color:#f5b74e #e7a93f #dfa138;
  86. color:#996633;
  87. text-shadow:0 1px 0 #fee1a0;
  88. }
  89. .actions a.orange:hover {
  90. background:#fec95b;
  91. background:-moz-linear-gradient(center bottom,#fec95b 0%,#fee1a0 100%) repeat scroll 0 0 transparent;
  92. background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fee1a0),color-stop(100%,#fec95b));
  93. background:-webkit-linear-gradient(center bottom,#fec95b 0%,#fee1a0 100%);
  94. background:-o-linear-gradient(center bottom,#fec95b 0%,#fee1a0 100%);
  95. background:-ms-linear-gradient(center bottom,#fec95b 0%,#fee1a0 100%);
  96. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fee1a0,endColorstr=#fec95b,GradientType=0);
  97. background:linear-gradient(center bottom,#fec95b 0%,#fee1a0 100%);
  98. }
  99. .actions.solo {
  100. bottom: inherit;
  101. }
  102. .collections-import-intro {
  103. font-size: 11px;
  104. color: #777;
  105. background-color: #fafafa !important;
  106. padding: 0 5px;
  107. }
  108. .collections-grid .main-column {
  109. font-size: 16px;
  110. }
  111. .collections-grid .main-column.buttons {
  112. height: 35px;
  113. }
  114. .collections-grid .main-column a {
  115. display: block;
  116. white-space: nowrap;
  117. text-overflow: ellipsis;
  118. }
  119. .collections-grid .collections-title-column ul {
  120. clear: both;
  121. display: inline-table;
  122. }
  123. .ext-strict .x-form-field-trigger-wrap .x-form-text, .ext-strict .x-small-editor .x-form-field-trigger-wrap .x-form-text {
  124. text-shadow:none !important;
  125. }
  126. .collectioncontainer:before {
  127. content: "\f0c9";
  128. }
  129. .tree-collectioncontainer button:before {
  130. content: "\f0c9";
  131. font-family: FontAwesome;
  132. }
  133. .selectioncontainer:before {
  134. content: "\f005";
  135. }
  136. .tree-selectioncontainer button:before {
  137. content: "\f005";
  138. font-family: FontAwesome;
  139. }
  140. .icon-collectioncontainer .x-tree-node-icon {
  141. background-image: url(i/collection.png) !important;
  142. }
  143. .icon-selectioncontainer .x-tree-node-icon {
  144. background-image: url(i/collection.png) !important;
  145. }
  146. .transparent-background {
  147. background-color: transparent;
  148. }
  149. .collections-setting-vtab {
  150. padding: 0px;
  151. }
  152. .collections_crumb_wrapper {
  153. margin-top: 0px;
  154. }
  155. .crumb_wrapper.collections_crumb_wrapper .crumbs li button, .crumb_wrapper.collections_crumb_wrapper .crumbs li span {
  156. padding: 11px 13px 12px 15px;
  157. border-radius: 0;
  158. line-height: 1;
  159. }
  160. .collections-children-icon {
  161. display: block;
  162. float: left;
  163. margin-right: 5px;
  164. padding-top: 1px;
  165. }