Нема описа

filebrowser.css 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. body.grp-filebrowser.grp-popup #grp-content {
  2. top: 44px;
  3. }
  4. fieldset.grp-module p.grp-text {
  5. margin: 4px 0 1px;
  6. }
  7. /* Filebrowser Table
  8. ------------------------------------------------------------------------------------------------------ */
  9. /*.filebrowser table {
  10. font-size: 11px;
  11. }
  12. .filebrowser thead th.sorted a {
  13. padding-right: 13px;
  14. }*/
  15. .grp-filebrowser thead th.filename {
  16. min-width: 160px;
  17. }
  18. /*.filebrowser td {
  19. padding: 9px 10px 6px 10px !important;
  20. }
  21. .filebrowser td.fb_thumbnail {
  22. line-height: 11px;
  23. }*/
  24. /* Filebrowser Buttons & Links
  25. ------------------------------------------------------------------------------------------------------ */
  26. span.fb_type {
  27. display: inline-block;
  28. margin: 0 0;
  29. padding: 1px 0;
  30. color: #999;
  31. font-size: 11px;
  32. font-weight: bold;
  33. font-style: italic;
  34. border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
  35. }
  36. span.fb_type.folder {
  37. color: #666;
  38. font-weight: bold;
  39. }
  40. /* Filebrowser View-Link (contains thumbnail) & Select-Link......................................... */
  41. a.fb_viewlink,
  42. button.fb_selectlink {
  43. position: relative;
  44. float: left;
  45. top: -4px !important;
  46. margin-bottom: -5px !important;
  47. }
  48. button.fb_selectlink {
  49. padding: 3px 6px 4px;
  50. width: auto !important;
  51. height: 24px;
  52. /*padding-top: 3px;
  53. padding-bottom: 4px;
  54. height: 24px;*/
  55. font-size: 11px;
  56. }
  57. /*@media screen and (-webkit-min-device-pixel-ratio:0) {
  58. button.fb_selectlink {
  59. padding-top: 4px;
  60. }
  61. }*/
  62. body.rtl a.fb_viewlink,
  63. body.rtl button.fb_selectlink {
  64. float: right;
  65. top: -4px !important;
  66. margin-bottom: -5px !important;
  67. margin-right: 0;
  68. }
  69. /* Filebrowser Pulldown Actions
  70. ------------------------------------------------------------------------------------------------------ */
  71. .grp-pulldown-versions-container {
  72. position: relative;
  73. float: left;
  74. }
  75. .grp-pulldown-versions-handler {
  76. position: relative;
  77. display: block;
  78. top: -4px;
  79. margin-left: 2px;
  80. padding: 0 !important;
  81. width: 22px;
  82. height: 22px;
  83. border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  84. }
  85. .grp-pulldown-versions-handler:link, .grp-pulldown-versions-handler:visited {
  86. border: 1px solid #2B8AAB;
  87. background: #309bbf url('../img/icon-pulldown-versions.png') 50% 9px no-repeat scroll;
  88. background: url('../img/icon-pulldown-versions.png') 50% 9px no-repeat scroll,
  89. -moz-linear-gradient(top, #4FB2D3, #309bbf);
  90. background: url('../img/icon-pulldown-versions.png') 50% 9px no-repeat scroll,
  91. -webkit-gradient(linear, left top, left bottom, from(#4FB2D3), to(#309bbf));
  92. }
  93. .grp-pulldown-versions-handler:hover, .grp-pulldown-versions-handler:active {
  94. border: 1px solid #373737;
  95. background: #666 url('../img/icon-pulldown-versions-hover.png') 50% 9px no-repeat scroll;
  96. background: url('../img/icon-pulldown-versions-hover.png') 50% 9px no-repeat scroll,
  97. -moz-linear-gradient(top, #555, #444);
  98. background: url('../img/icon-pulldown-versions-hover.png') 50% 9px no-repeat scroll,
  99. -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
  100. }
  101. .grp-open .grp-pulldown-versions-handler {
  102. border: 1px solid #373737;
  103. background: #666 url('../img/icon-pulldown-versions-active.png') 50% 8px no-repeat scroll;
  104. background: url('../img/icon-pulldown-versions-active.png') 50% 8px no-repeat scroll,
  105. -moz-linear-gradient(top, #555, #444);
  106. background: url('../img/icon-pulldown-versions-active.png') 50% 8px no-repeat scroll,
  107. -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
  108. }
  109. ul.grp-pulldown-versions {
  110. display: none;
  111. }
  112. .grp-open ul.grp-pulldown-versions {
  113. display: block;
  114. position: absolute;
  115. z-index: 1000;
  116. margin: -2px 0 0 2px;
  117. padding: 0;
  118. border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  119. background: #eee;
  120. background: #309bbf;
  121. box-shadow: 0 0 50px #333; -moz-box-shadow: 0 0 50px #333; -webkit-box-shadow: 0 0 50px #333;
  122. }
  123. ul.grp-pulldown-versions li {
  124. border-top: 1px solid #3da8cc;
  125. border-bottom: 1px solid #2987a6;
  126. }
  127. ul.grp-pulldown-versions li:first-child {
  128. border-top: 0;
  129. }
  130. ul.grp-pulldown-versions li:last-child {
  131. border-bottom: 0;
  132. }
  133. ul.grp-pulldown-versions a {
  134. display: block;
  135. padding: 5px 30px 5px 10px;
  136. font-weight: bold;
  137. white-space: nowrap;
  138. }
  139. ul.grp-pulldown-versions li:first-child a {
  140. border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
  141. border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
  142. }
  143. ul.grp-pulldown-versions li:last-child a {
  144. border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
  145. border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
  146. }
  147. ul.grp-pulldown-versions a:link, ul.grp-pulldown-versions a:visited {
  148. color: #fff;
  149. background: #309bbf;
  150. }
  151. ul.grp-pulldown-versions a:hover, ul.grp-pulldown-versions a:active {
  152. color: #fff;
  153. background: #444;
  154. }
  155. body.rtl .grp-pulldown-versions-handler {
  156. margin-right: 2px;
  157. margin-left: 0;
  158. }
  159. body.rtl .grp-open ul.grp-pulldown-versions {
  160. margin: -2px 2px 0 0;
  161. }
  162. body.rtl ul.grp-pulldown-versions a {
  163. padding: 5px 10px 5px 30px;
  164. }
  165. /* Upload button
  166. ------------------------------------------------------------------------------------------------------ */
  167. .qq-upload-button {
  168. background: #309bbf; /* Old browsers */
  169. background: -moz-linear-gradient(top, #36b0d9 0%, #309bbf 100%); /* FF3.6+ */
  170. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b0d9), color-stop(100%,#309bbf)); /* Chrome,Safari4+ */
  171. background: -webkit-linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* Chrome10+,Safari5.1+ */
  172. background: -o-linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* Opera11.10+ */
  173. background: -ms-linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* IE10+ */
  174. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b0d9', endColorstr='#309bbf',GradientType=0 ); /* IE6-9 */
  175. background: linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* W3C */
  176. border: 1px solid #2987a6;
  177. -webkit-border-radius: 3px;
  178. -moz-border-radius: 3px;
  179. border-radius: 3px;
  180. padding: 6px;
  181. font: normal 13px/1 Arial, sans-serif;
  182. color: white;
  183. text-transform: uppercase;
  184. text-align: center;
  185. width: 140px;
  186. }
  187. .qq-upload-button:hover {
  188. background: #333333; /* Old browsers */
  189. background: -moz-linear-gradient(top, #444444 0%, #333333 100%); /* FF3.6+ */
  190. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  191. background: -webkit-linear-gradient(top, #444444 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
  192. background: -o-linear-gradient(top, #444444 0%,#333333 100%); /* Opera11.10+ */
  193. background: -ms-linear-gradient(top, #444444 0%,#333333 100%); /* IE10+ */
  194. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  195. background: linear-gradient(top, #444444 0%,#333333 100%); /* W3C */
  196. border: 1px solid #333;
  197. }
  198. .qq-upload-list {
  199. position: relative;
  200. clear: both;
  201. margin-top: 8px;
  202. width: 100%;
  203. border-top: 1px solid #e0e0e0;
  204. }
  205. .qq-upload-list:empty {
  206. margin-top: 0;
  207. border-top: 0;
  208. }
  209. .qq-upload-list li {
  210. font: 12px Arial, sans-serif;
  211. padding: 8px 0;
  212. width: 100%;
  213. border-top: 1px solid #fff;
  214. border-bottom: 1px solid #e0e0e0;
  215. }
  216. .qq-upload-list li + li {
  217. border-top: 1px solid #fff;
  218. }
  219. .qq-upload-list li:last-child {
  220. padding-bottom: 0;
  221. border-bottom: 0;
  222. }
  223. span.qq-upload-file {
  224. font-weight: bold;
  225. }
  226. .qq-upload-failed-text {
  227. display: none;
  228. }
  229. .qq-upload-fail .qq-upload-failed-text {
  230. display: inline;
  231. margin-left: 10px;
  232. color: #bf3030;
  233. font-weight: bold;
  234. }
  235. .qq-upload-cancel {
  236. position: absolute;
  237. left: 334px;
  238. margin: 0 -2px 0 0;
  239. color: transparent !important;
  240. width: 16px;
  241. height: 16px;
  242. background: url('../img/cancel.png') top left no-repeat;
  243. cursor: pointer;
  244. }
  245. .qq-upload-cancel:hover {
  246. color: transparent !important;
  247. background: url('../img/cancel_hover.png') top left no-repeat;
  248. }
  249. .qq-upload-size {
  250. font-size: 11px;
  251. margin-left: 10px;
  252. }
  253. .qq-upload-complete {
  254. display: none;
  255. position: absolute;
  256. float: right;
  257. left: 334px;
  258. margin: -15px -2px 0 0;
  259. color: transparent !important;
  260. width: 16px;
  261. height: 16px;
  262. background: url('../img/completed.png') top left no-repeat;
  263. }
  264. .qq-upload-success .qq-upload-complete {
  265. display: block;
  266. }
  267. .progress-bar {
  268. -webkit-border-radius: 2px;
  269. -moz-border-radius: 2px;
  270. border-radius: 2px;
  271. background-color: #fff;
  272. border: 1px solid #999;
  273. height: 6px;
  274. width: 348px;
  275. margin: 4px 0 2px;
  276. }
  277. .progress-bar .content {
  278. background: #309bbf; /* Old browsers */
  279. background: -moz-linear-gradient(top, #36b0d9 0%, #309bbf 100%); /* FF3.6+ */
  280. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b0d9), color-stop(100%,#309bbf)); /* Chrome,Safari4+ */
  281. background: -webkit-linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* Chrome10+,Safari5.1+ */
  282. background: -o-linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* Opera11.10+ */
  283. background: -ms-linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* IE10+ */
  284. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#309bbf',GradientType=0 ); /* IE6-9 */
  285. background: linear-gradient(top, #36b0d9 0%,#309bbf 100%); /* W3C */
  286. height: 6px;
  287. width: 0%;
  288. }
  289. .qq-upload-success .progress-bar .content {
  290. background: #333333; /* Old browsers */
  291. background: -moz-linear-gradient(top, #444444 0%, #333333 100%); /* FF3.6+ */
  292. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  293. background: -webkit-linear-gradient(top, #444444 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
  294. background: -o-linear-gradient(top, #444444 0%,#333333 100%); /* Opera11.10+ */
  295. background: -ms-linear-gradient(top, #444444 0%,#333333 100%); /* IE10+ */
  296. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  297. background: linear-gradient(top, #444444 0%,#333333 100%); /* W3C */
  298. }
  299. .qq-upload-success .progress-bar .content:after {
  300. background: transparent url('../img/cancel.png') 0 0 no-repeat scroll;
  301. }
  302. body.rtl .qq-upload-cancel {
  303. left: auto;
  304. right: 336px;
  305. margin: 0;
  306. }
  307. body.rtl .qq-upload-list li {
  308. position: relative;
  309. float: right;
  310. clear: both;
  311. line-height: 14px;
  312. }
  313. body.rtl .qq-upload-list li .progress-bar {
  314. position: relative;
  315. float: right;
  316. clear: both;
  317. }
  318. body.rtl .qq-upload-list li span,
  319. body.rtl .qq-upload-list li a {
  320. float: right;
  321. margin-right: 0;
  322. margin-left: 10px;
  323. vertical-align: baseline;
  324. }