/source/Plug-in/swfupload/file-upload.css

http://prosporous.googlecode.com/ · CSS · 992 lines · 955 code · 23 blank · 14 comment · 0 complexity · c1364e649f0a1c30a02d5a82db5b85d9 MD5 · raw file

  1. /*
  2. * Ext JS Library 2.2
  3. * Copyright(c) 2006-2008, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. /*
  9. * FileUploadField component styles
  10. */
  11. .x-form-file-wrap {
  12. position: relative;
  13. height: 22px;
  14. }
  15. .x-form-file-wrap .x-form-file {
  16. position: absolute;
  17. right: 0;
  18. -moz-opacity: 0;
  19. filter:alpha(opacity: 0);
  20. opacity: 0;
  21. z-index: 2;
  22. height: 22px;
  23. }
  24. .x-form-file-wrap .x-form-file-btn {
  25. position: absolute;
  26. right: 0;
  27. z-index: 1;
  28. }
  29. .x-form-file-wrap .x-form-file-text {
  30. position: absolute;
  31. left: 0;
  32. z-index: 3;
  33. color: #777;
  34. }
  35. .upload-icon {
  36. background: url('/img/image_add.png') no-repeat 0 0 !important;
  37. }
  38. #fi-button-msg {
  39. border: 2px solid #ccc;
  40. padding: 5px 10px;
  41. background: #eee;
  42. margin: 5px;
  43. float: left;
  44. }
  45. .ux-cell-icon-delete {
  46. background: url(/img/icons/delete.gif) no-repeat;
  47. height: 16px;
  48. cursor: pointer;
  49. }
  50. .ux-cell-icon-completed {
  51. background: url(/img/icons/tick.gif) no-repeat;
  52. height: 16px;
  53. }
  54. .ux-cell-icon-clear {
  55. background: url(/img/icons/bin_empty.png) no-repeat;
  56. height: 16px;
  57. }
  58. .ux-cell-color-gray {
  59. font-style:italic;
  60. text-decoration: line-through;
  61. color: gray;
  62. }
  63. .upload-progress-table {
  64. width: auto;
  65. border-collapse: collapse;
  66. margin-top: 7px;
  67. font: normal 11px tahoma, arial, verdana, sans-serif;
  68. }
  69. .upload-progress-table .upload-progress-label {
  70. width: 60px;
  71. text-align: left;
  72. padding: 2px 2px 2px 15px;
  73. }
  74. .upload-progress-table .upload-progress-value {
  75. width:150;
  76. }
  77. /* Icon Sizes */
  78. .db-ft-small {
  79. width: 16px;
  80. height: 16px;
  81. background-repeat: no-repeat;
  82. background-position: center center;
  83. }
  84. .db-ft-medium {
  85. width: 32px;
  86. height: 32px;
  87. background-repeat: no-repeat;
  88. background-position: center center;
  89. }
  90. .db-ft-large {
  91. width: 48px;
  92. height: 48px;
  93. background-repeat: no-repeat;
  94. background-position: center center;
  95. }
  96. /* Small Icons */
  97. .db-ft-root-small {
  98. background-image: url( /img/types/small/folders/root.gif) !important;
  99. }
  100. .db-ft-folder-small {
  101. background-image: url( /img/types/small/folders/folder.gif) !important;
  102. }
  103. .db-ft-folder-shared-small {
  104. background-image: url( /img/types/small/folders/folder_shared.gif) !important;
  105. }
  106. .db-ft-gallery-small {
  107. background-image: url( /img/types/small/folders/gallery.gif) !important;
  108. }
  109. .db-ft-album-small {
  110. background-image: url( /img/types/small/folders/album.gif) !important;
  111. }
  112. .db-ft-album-shared-small {
  113. background-image: url( /img/types/small/folders/album_shared.gif) !important;
  114. }
  115. .db-ft-published-small {
  116. background-image: url( /img/types/small/folders/published.gif) !important;
  117. }
  118. .db-ft-published-files-small {
  119. background-image: url( /img/types/small/folders/published_files.gif) !important;
  120. }
  121. .db-ft-published-folders-small {
  122. background-image: url( /img/types/small/folders/published_folders.gif) !important;
  123. }
  124. .db-ft-subs-small {
  125. background-image: url( /img/types/small/folders/subs.gif) !important;
  126. }
  127. .db-ft-subs-user-small {
  128. background-image: url( /img/types/small/folders/subs_user.gif) !important;
  129. }
  130. .db-ft-network-small {
  131. background-image: url( /img/types/small/folders/network.gif) !important;
  132. }
  133. .db-ft-network-user-small {
  134. background-image: url( /img/types/small/folders/network_user.gif) !important;
  135. }
  136. .db-ft-shared-albums-small {
  137. background-image: url( /img/types/small/folders/shared_albums.gif) !important;
  138. }
  139. .db-ft-shared-docs-small {
  140. background-image: url( /img/types/small/folders/shared_docs.gif) !important;
  141. }
  142. .db-ft-recyclebin-small {
  143. background-image: url( /img/types/small/folders/recycle.gif) !important;
  144. }
  145. .db-ft-3gp-small {
  146. background-image: url( /img/types/small/files/3gp.gif) !important;
  147. }
  148. .db-ft-avi-small {
  149. background-image: url( /img/types/small/files/avi.gif) !important;
  150. }
  151. .db-ft-bmp-small {
  152. background-image: url( /img/types/small/files/bmp.gif) !important;
  153. }
  154. .db-ft-chm-small {
  155. background-image: url( /img/types/small/files/chm.gif) !important;
  156. }
  157. .db-ft-dll-small {
  158. background-image: url( /img/types/small/files/dll.gif) !important;
  159. }
  160. .db-ft-doc-small {
  161. background-image: url( /img/types/small/files/doc.gif) !important;
  162. }
  163. .db-ft-docx-small {
  164. background-image: url( /img/types/small/files/docx.gif) !important;
  165. }
  166. .db-ft-dwf-small {
  167. background-image: url( /img/types/small/files/dwf.gif) !important;
  168. }
  169. .db-ft-exe-small {
  170. background-image: url( /img/types/small/files/exe.gif) !important;
  171. }
  172. .db-ft-flv-small {
  173. background-image: url( /img/types/small/files/flv.gif) !important;
  174. }
  175. .db-ft-gif-small {
  176. background-image: url( /img/types/small/files/gif.gif) !important;
  177. }
  178. .db-ft-htm-small {
  179. background-image: url( /img/types/small/files/htm.gif) !important;
  180. }
  181. .db-ft-ico-small {
  182. background-image: url( /img/types/small/files/gif.gif) !important;
  183. }
  184. .db-ft-jpg-small {
  185. background-image: url( /img/types/small/files/jpg.gif) !important;
  186. }
  187. .db-ft-mdb-small {
  188. background-image: url( /img/types/small/files/mdb.gif) !important;
  189. }
  190. .db-ft-mov-small {
  191. background-image: url( /img/types/small/files/mov.gif) !important;
  192. }
  193. .db-ft-mp3-small {
  194. background-image: url( /img/types/small/files/mp3.gif) !important;
  195. }
  196. .db-ft-mp4-small {
  197. background-image: url( /img/types/small/files/mp4.gif) !important;
  198. }
  199. .db-ft-mpg-small {
  200. background-image: url( /img/types/small/files/mpg.gif) !important;
  201. }
  202. .db-ft-pdf-small {
  203. background-image: url( /img/types/small/files/pdf.gif) !important;
  204. }
  205. .db-ft-pps-small {
  206. background-image: url( /img/types/small/files/pps.gif) !important;
  207. }
  208. .db-ft-ppt-small {
  209. background-image: url( /img/types/small/files/ppt.gif) !important;
  210. }
  211. .db-ft-pptx-small {
  212. background-image: url( /img/types/small/files/pptx.gif) !important;
  213. }
  214. .db-ft-rar-small {
  215. background-image: url( /img/types/small/files/rar.gif) !important;
  216. }
  217. .db-ft-rtf-small {
  218. background-image: url( /img/types/small/files/rtf.gif) !important;
  219. }
  220. .db-ft-swf-small {
  221. background-image: url( /img/types/small/files/swf.gif) !important;
  222. }
  223. .db-ft-txt-small {
  224. background-image: url( /img/types/small/files/txt.gif) !important;
  225. }
  226. .db-ft-unknown-small {
  227. background-image: url( /img/types/small/files/unknown.gif) !important;
  228. }
  229. .db-ft-wav-small {
  230. background-image: url( /img/types/small/files/wav.gif) !important;
  231. }
  232. .db-ft-wma-small {
  233. background-image: url( /img/types/small/files/wma.gif) !important;
  234. }
  235. .db-ft-wmv-small {
  236. background-image: url( /img/types/small/files/wmv.gif) !important;
  237. }
  238. .db-ft-xls-small {
  239. background-image: url( /img/types/small/files/xls.gif) !important;
  240. }
  241. .db-ft-xlsx-small {
  242. background-image: url( /img/types/small/files/xlsx.gif) !important;
  243. }
  244. .db-ft-xml-small {
  245. background-image: url( /img/types/small/files/xml.gif) !important;
  246. }
  247. .db-ft-zip-small {
  248. background-image: url( /img/types/small/files/zip.gif) !important;
  249. }
  250. /* Medium Icons */
  251. .db-ft-root-medium {
  252. background-image: url( /img/types/medium/folders/root.gif) !important;
  253. }
  254. .db-ft-folder-medium {
  255. background-image: url( /img/types/medium/folders/folder.gif) !important;
  256. }
  257. .db-ft-folder-shared-medium {
  258. background-image: url( /img/types/medium/folders/folder_shared.gif) !important;
  259. }
  260. .db-ft-gallery-medium {
  261. background-image: url( /img/types/medium/folders/gallery.gif) !important;
  262. }
  263. .db-ft-album-medium {
  264. background-image: url( /img/types/medium/folders/album.gif) !important;
  265. }
  266. .db-ft-album-shared-medium {
  267. background-image: url( /img/types/medium/folders/album_shared.gif) !important;
  268. }
  269. .db-ft-published-medium {
  270. background-image: url( /img/types/medium/folders/published.gif) !important;
  271. }
  272. .db-ft-published-files-medium {
  273. background-image: url( /img/types/medium/folders/published_files.gif) !important;
  274. }
  275. .db-ft-published-folders-medium {
  276. background-image: url( /img/types/medium/folders/published_folders.gif) !important;
  277. }
  278. .db-ft-subs-medium {
  279. background-image: url( /img/types/medium/folders/subs.gif) !important;
  280. }
  281. .db-ft-subs-user-medium {
  282. background-image: url( /img/types/medium/folders/subs_user.gif) !important;
  283. }
  284. .db-ft-network-medium {
  285. background-image: url( /img/types/medium/folders/network.gif) !important;
  286. }
  287. .db-ft-network-user-medium {
  288. background-image: url( /img/types/medium/folders/network_user.gif) !important;
  289. }
  290. .db-ft-shared-albums-medium {
  291. background-image: url( /img/types/medium/folders/shared_albums.gif) !important;
  292. }
  293. .db-ft-shared-docs-medium {
  294. background-image: url( /img/types/medium/folders/shared_docs.gif) !important;
  295. }
  296. .db-ft-recyclebin-medium {
  297. background-image: url( /img/types/medium/folders/recycle.gif) !important;
  298. }
  299. .db-ft-3gp-medium {
  300. background-image: url( /img/types/medium/files/3gp.gif) !important;
  301. }
  302. .db-ft-avi-medium {
  303. background-image: url( /img/types/medium/files/avi.gif) !important;
  304. }
  305. .db-ft-bmp-medium {
  306. background-image: url( /img/types/medium/files/bmp.gif) !important;
  307. }
  308. .db-ft-chm-medium {
  309. background-image: url( /img/types/medium/files/chm.gif) !important;
  310. }
  311. .db-ft-dll-medium {
  312. background-image: url( /img/types/medium/files/dll.gif) !important;
  313. }
  314. .db-ft-doc-medium {
  315. background-image: url( /img/types/medium/files/doc.gif) !important;
  316. }
  317. .db-ft-docx-medium {
  318. background-image: url( /img/types/medium/files/docx.gif) !important;
  319. }
  320. .db-ft-dwf-medium {
  321. background-image: url( /img/types/medium/files/dwf.gif) !important;
  322. }
  323. .db-ft-exe-medium {
  324. background-image: url( /img/types/medium/files/exe.gif) !important;
  325. }
  326. .db-ft-flv-medium {
  327. background-image: url( /img/types/medium/files/flv.gif) !important;
  328. }
  329. .db-ft-gif-medium {
  330. background-image: url( /img/types/medium/files/gif.gif) !important;
  331. }
  332. .db-ft-htm-medium {
  333. background-image: url( /img/types/medium/files/htm.gif) !important;
  334. }
  335. .db-ft-ico-medium {
  336. background-image: url( /img/types/medium/files/gif.gif) !important;
  337. }
  338. .db-ft-jpg-medium {
  339. background-image: url( /img/types/medium/files/jpg.gif) !important;
  340. }
  341. .db-ft-mdb-medium {
  342. background-image: url( /img/types/medium/files/mdb.gif) !important;
  343. }
  344. .db-ft-mov-medium {
  345. background-image: url( /img/types/medium/files/mov.gif) !important;
  346. }
  347. .db-ft-mp3-medium {
  348. background-image: url( /img/types/medium/files/mp3.gif) !important;
  349. }
  350. .db-ft-mp4-medium {
  351. background-image: url( /img/types/medium/files/mp4.gif) !important;
  352. }
  353. .db-ft-mpg-medium {
  354. background-image: url( /img/types/medium/files/mpg.gif) !important;
  355. }
  356. .db-ft-pdf-medium {
  357. background-image: url( /img/types/medium/files/pdf.gif) !important;
  358. }
  359. .db-ft-pps-medium {
  360. background-image: url( /img/types/medium/files/pps.gif) !important;
  361. }
  362. .db-ft-ppt-medium {
  363. background-image: url( /img/types/medium/files/ppt.gif) !important;
  364. }
  365. .db-ft-pptx-medium {
  366. background-image: url( /img/types/medium/files/pptx.gif) !important;
  367. }
  368. .db-ft-rar-medium {
  369. background-image: url( /img/types/medium/files/rar.gif) !important;
  370. }
  371. .db-ft-rtf-medium {
  372. background-image: url( /img/types/medium/files/rtf.gif) !important;
  373. }
  374. .db-ft-swf-medium {
  375. background-image: url( /img/types/medium/files/swf.gif) !important;
  376. }
  377. .db-ft-txt-medium {
  378. background-image: url( /img/types/medium/files/txt.gif) !important;
  379. }
  380. .db-ft-unknown-medium {
  381. background-image: url( /img/types/medium/files/unknown.gif) !important;
  382. }
  383. .db-ft-wav-medium {
  384. background-image: url( /img/types/medium/files/wav.gif) !important;
  385. }
  386. .db-ft-wma-medium {
  387. background-image: url( /img/types/medium/files/wma.gif) !important;
  388. }
  389. .db-ft-wmv-medium {
  390. background-image: url( /img/types/medium/files/wmv.gif) !important;
  391. }
  392. .db-ft-xls-medium {
  393. background-image: url( /img/types/medium/files/xls.gif) !important;
  394. }
  395. .db-ft-xlsx-medium {
  396. background-image: url( /img/types/medium/files/xlsx.gif) !important;
  397. }
  398. .db-ft-xml-medium {
  399. background-image: url( /img/types/medium/files/xml.gif) !important;
  400. }
  401. .db-ft-zip-medium {
  402. background-image: url( /img/types/medium/files/zip.gif) !important;
  403. }
  404. /* Large Icons */
  405. .db-ft-root-large {
  406. background-image: url( /img/types/large/folders/root.gif) !important;
  407. }
  408. .db-ft-folder-large {
  409. background-image: url( /img/types/large/folders/folder.gif) !important;
  410. }
  411. .db-ft-folder-shared-large {
  412. background-image: url( /img/types/large/folders/folder_shared.gif) !important;
  413. }
  414. .db-ft-gallery-large {
  415. background-image: url( /img/types/large/folders/gallery.gif) !important;
  416. }
  417. .db-ft-album-large {
  418. background-image: url( /img/types/large/folders/album.gif) !important;
  419. }
  420. .db-ft-album-shared-large {
  421. background-image: url( /img/types/large/folders/album_shared.gif) !important;
  422. }
  423. .db-ft-published-large {
  424. background-image: url( /img/types/large/folders/published.gif) !important;
  425. }
  426. .db-ft-published-files-large {
  427. background-image: url( /img/types/large/folders/published_files.gif) !important;
  428. }
  429. .db-ft-published-folders-large {
  430. background-image: url( /img/types/large/folders/published_folders.gif) !important;
  431. }
  432. .db-ft-subs-large {
  433. background-image: url( /img/types/large/folders/subs.gif) !important;
  434. }
  435. .db-ft-subs-user-large {
  436. background-image: url( /img/types/large/folders/subs_user.gif) !important;
  437. }
  438. .db-ft-network-large {
  439. background-image: url( /img/types/large/folders/network.gif) !important;
  440. }
  441. .db-ft-network-user-large {
  442. background-image: url( /img/types/large/folders/network_user.gif) !important;
  443. }
  444. .db-ft-shared-albums-large {
  445. background-image: url( /img/types/large/folders/shared_albums.gif) !important;
  446. }
  447. .db-ft-shared-docs-large {
  448. background-image: url( /img/types/large/folders/shared_docs.gif) !important;
  449. }
  450. .db-ft-recyclebin-large {
  451. background-image: url( /img/types/large/folders/recycle.gif) !important;
  452. }
  453. .db-ft-3gp-large {
  454. background-image: url( /img/types/large/files/3gp.gif) !important;
  455. }
  456. .db-ft-avi-large {
  457. background-image: url( /img/types/large/files/avi.gif) !important;
  458. }
  459. .db-ft-bmp-large {
  460. background-image: url( /img/types/large/files/bmp.gif) !important;
  461. }
  462. .db-ft-chm-large {
  463. background-image: url( /img/types/large/files/chm.gif) !important;
  464. }
  465. .db-ft-dll-large {
  466. background-image: url( /img/types/large/files/dll.gif) !important;
  467. }
  468. .db-ft-doc-large {
  469. background-image: url( /img/types/large/files/doc.gif) !important;
  470. }
  471. .db-ft-docx-large {
  472. background-image: url( /img/types/large/files/docx.gif) !important;
  473. }
  474. .db-ft-dwf-large {
  475. background-image: url( /img/types/large/files/dwf.gif) !important;
  476. }
  477. .db-ft-exe-large {
  478. background-image: url( /img/types/large/files/exe.gif) !important;
  479. }
  480. .db-ft-flv-large {
  481. background-image: url( /img/types/large/files/flv.gif) !important;
  482. }
  483. .db-ft-gif-large {
  484. background-image: url( /img/types/large/files/gif.gif) !important;
  485. }
  486. .db-ft-htm-large {
  487. background-image: url( /img/types/large/files/htm.gif) !important;
  488. }
  489. .db-ft-ico-large {
  490. background-image: url( /img/types/large/files/gif.gif) !important;
  491. }
  492. .db-ft-jpg-large {
  493. background-image: url( /img/types/large/files/jpg.gif) !important;
  494. }
  495. .db-ft-mdb-large {
  496. background-image: url( /img/types/large/files/mdb.gif) !important;
  497. }
  498. .db-ft-mov-large {
  499. background-image: url( /img/types/large/files/mov.gif) !important;
  500. }
  501. .db-ft-mp3-large {
  502. background-image: url( /img/types/large/files/mp3.gif) !important;
  503. }
  504. .db-ft-mp4-large {
  505. background-image: url( /img/types/large/files/mp4.gif) !important;
  506. }
  507. .db-ft-mpg-large {
  508. background-image: url( /img/types/large/files/mpg.gif) !important;
  509. }
  510. .db-ft-pdf-large {
  511. background-image: url( /img/types/large/files/pdf.gif) !important;
  512. }
  513. .db-ft-pps-large {
  514. background-image: url( /img/types/large/files/pps.gif) !important;
  515. }
  516. .db-ft-ppt-large {
  517. background-image: url( /img/types/large/files/ppt.gif) !important;
  518. }
  519. .db-ft-pptx-large {
  520. background-image: url( /img/types/large/files/pptx.gif) !important;
  521. }
  522. .db-ft-rar-large {
  523. background-image: url( /img/types/large/files/rar.gif) !important;
  524. }
  525. .db-ft-rtf-large {
  526. background-image: url( /img/types/large/files/rtf.gif) !important;
  527. }
  528. .db-ft-swf-large {
  529. background-image: url( /img/types/large/files/swf.gif) !important;
  530. }
  531. .db-ft-txt-large {
  532. background-image: url( /img/types/large/files/txt.gif) !important;
  533. }
  534. .db-ft-unknown-large {
  535. background-image: url( /img/types/large/files/unknown.gif) !important;
  536. }
  537. .db-ft-wav-large {
  538. background-image: url( /img/types/large/files/wav.gif) !important;
  539. }
  540. .db-ft-wma-large {
  541. background-image: url( /img/types/large/files/wma.gif) !important;
  542. }
  543. .db-ft-wmv-large {
  544. background-image: url( /img/types/large/files/wmv.gif) !important;
  545. }
  546. .db-ft-xls-large {
  547. background-image: url( /img/types/large/files/xls.gif) !important;
  548. }
  549. .db-ft-xlsx-large {
  550. background-image: url( /img/types/large/files/xlsx.gif) !important;
  551. }
  552. .db-ft-xml-large {
  553. background-image: url( /img/types/large/files/xml.gif) !important;
  554. }
  555. .db-ft-zip-large {
  556. background-image: url( /img/types/large/files/zip.gif) !important;
  557. }
  558. .db-icn-back {
  559. background-image: url( /img/icons/back.png) !important;
  560. }
  561. .db-icn-forward {
  562. background-image: url( /img/icons/forward.png) !important;
  563. }
  564. .db-icn-up {
  565. background-image: url( /img/icons/up.png) !important;
  566. }
  567. .db-icn-refresh {
  568. background-image: url( /img/icons/refresh.png) !important;
  569. }
  570. .db-icn-delete {
  571. background-image: url( /img/icons/remove.png) !important;
  572. }
  573. .db-icn-cut {
  574. background-image: url( /img/icons/cut.png) !important;
  575. }
  576. .db-icn-copy {
  577. background-image: url( /img/icons/copy.png) !important;
  578. }
  579. .db-icn-paste {
  580. background-image: url( /img/icons/paste.png) !important;
  581. }
  582. .db-icn-rename {
  583. background-image: url( /img/icons/rename.gif) !important;
  584. }
  585. .db-icn-upload {
  586. background-image: url( /img/icons/upload.gif) !important;
  587. }
  588. .db-icn-upload_ {
  589. background-image: url( /img/icons/upload_.png) !important;
  590. }
  591. .db-icn-upload-local {
  592. background-image: url( /img/icons/upload_local.png) !important;
  593. }
  594. .db-icn-upload-url {
  595. background-image: url( /img/icons/upload_url.png) !important;
  596. }
  597. .db-icn-download {
  598. background-image: url( /img/icons/download.gif) !important;
  599. }
  600. .db-icn-email {
  601. background-image: url( /img/icons/email.gif) !important;
  602. }
  603. .db-icn-email-attach {
  604. background-image: url( /img/icons/email_attach.gif) !important;
  605. }
  606. .db-icn-views {
  607. background-image: url( /img/icons/views.gif) !important;
  608. }
  609. .db-icn-views-album {
  610. background-image: url( /img/icons/views_album.gif) !important;
  611. }
  612. .db-icn-views-thumb {
  613. background-image: url( /img/icons/views_thumb.gif) !important;
  614. }
  615. .db-icn-views-tile {
  616. background-image: url( /img/icons/views_tile.gif) !important;
  617. }
  618. .db-icn-views-icon {
  619. background-image: url( /img/icons/views_icon.gif) !important;
  620. }
  621. .db-icn-views-detail {
  622. background-image: url( /img/icons/views_detail.gif) !important;
  623. }
  624. .db-icn-star {
  625. background-image: url( /img/icons/star.png) !important;
  626. }
  627. .db-icn-folder {
  628. background-image: url( /img/icons/folder.gif) !important;
  629. }
  630. .db-icn-folder-collapsed {
  631. background-image: url(../resources/images/default/tree/folder.gif)!important;
  632. }
  633. .db-icn-folder-expanded {
  634. background-image: url(../resources/images/default/tree/folder-open.gif)!important;
  635. }
  636. .db-icn-folder-new {
  637. background-image: url( /img/icons/folder_new.gif) !important;
  638. }
  639. .db-icn-folder-open {
  640. background-image: url( /img/icons/folder_open.gif) !important;
  641. }
  642. .db-icn-folder-zip {
  643. background-image: url( /img/icons/folder_zip.gif) !important;
  644. }
  645. .db-icn-folder-share {
  646. background-image: url( /img/icons/folder_share.gif) !important;
  647. }
  648. .db-icn-album-new {
  649. background-image: url( /img/icons/album_new.gif) !important;
  650. }
  651. .db-icn-album-edit {
  652. background-image: url( /img/icons/album_edit.gif) !important;
  653. }
  654. .db-icn-album-share {
  655. background-image: url( /img/icons/album_share.gif) !important;
  656. }
  657. .db-icn-bin-empty {
  658. background-image: url( /img/icons/bin_empty.gif) !important;
  659. }
  660. .db-icn-trash {
  661. background-image: url( /img/icons/trash_16.gif) !important;
  662. }
  663. .db-icn-publish {
  664. background-image: url( /img/icons/publish.gif) !important;
  665. }
  666. .db-icn-publish-remove {
  667. background-image: url( /img/icons/publish_remove.gif) !important;
  668. }
  669. .db-icn-tag {
  670. background-image: url( /img/icons/tag.png) !important;
  671. }
  672. .db-icn-tag-edit {
  673. background-image: url( /img/icons/tag_edit.gif) !important;
  674. }
  675. .db-icn-properties {
  676. background-image: url( /img/icons/properties.gif) !important;
  677. }
  678. .db-icn-edit {
  679. background-image: url( /img/icons/edit.gif) !important;
  680. }
  681. .db-icn-view {
  682. background-image: url( /img/icons/view.gif) !important;
  683. }
  684. .db-icn-sort-asc {
  685. background-image: url( /img/icons/sort_asc.gif) !important;
  686. }
  687. .db-icn-sort-desc {
  688. background-image: url( /img/icons/sort_desc.gif) !important;
  689. }
  690. .db-icn-file-new {
  691. background-image: url( /img/icons/file_new.gif) !important;
  692. }
  693. .db-icn-search {
  694. background-image: url( /img/icons/search.gif) !important;
  695. }
  696. .db-icn-computer {
  697. background-image:url(/img/icons/computer.png) !important;
  698. }
  699. .db-icn-help {
  700. background-image:url(/img/icons/help.png) !important;
  701. }
  702. .db-icn-user {
  703. background-image:url(/img/icons/user.png) !important;
  704. }
  705. .db-icn-user-add {
  706. background-image:url(/img/icons/user_add.png) !important;
  707. }
  708. .db-icn-user-edit {
  709. background-image:url(/img/icons/user_edit.png) !important;
  710. }
  711. .db-icn-user-delete {
  712. background-image:url(/img/icons/user_rem.png) !important;
  713. }
  714. .db-icn-user-chart {
  715. background-image:url(/img/icons/user_chart.png) !important;
  716. }
  717. .db-icn-group {
  718. background-image:url(/img/icons/group.png) !important;
  719. }
  720. .db-icn-chart {
  721. background-image:url(/img/icons/chart.png) !important;
  722. }
  723. .db-icn-key {
  724. background-image:url(/img/icons/key.png) !important;
  725. }
  726. .db-icn-zoho {
  727. background-image:url(/img/icons/zoho.png) !important;
  728. }
  729. .db-icn-play {
  730. background-image:url(/img/icons/play.png) !important;
  731. }
  732. .db-icn-pause {
  733. background-image:url(/img/icons/pause.png) !important;
  734. }
  735. .db-icn-next {
  736. background-image:url(/img/icons/next.png) !important;
  737. }
  738. .db-icn-previous {
  739. background-image:url(/img/icons/previous.png) !important;
  740. }
  741. .db-icn-repeat {
  742. background-image:url(/img/icons/repeat.png) !important;
  743. }
  744. .db-icn-shuffle {
  745. background-image:url(/img/icons/shuffle.png) !important;
  746. }
  747. .db-icn-minus {
  748. background-image:url(/img/icons/minus.gif) !important;
  749. }
  750. .db-icn-sound {
  751. background-image:url(/img/icons/sound.png) !important;
  752. }
  753. .db-icn-bullet-blue {
  754. background-image:url(/img/icons/bullet_blue.png) !important;
  755. }
  756. .db-icn-bullet-arrow {
  757. background-image:url(/img/icons/bullet_arrow.gif) !important;
  758. }
  759. .db-icn-info {
  760. background-image:url(/img/icons/information.png) !important;
  761. }
  762. .db-icn-compress {
  763. background-image:url(/img/icons/compress.png) !important;
  764. }
  765. .db-icn-wrench {
  766. background-image:url(/img/icons/wrench.png) !important;
  767. }
  768. .db-icn-image {
  769. background-image:url(/img/icons/image.png) !important;
  770. }
  771. .db-icn-world {
  772. background-image:url(/img/icons/world.png) !important;
  773. }
  774. .db-icn-music {
  775. background-image:url(/img/icons/music.png) !important;
  776. }
  777. .db-icn-adobe {
  778. background-image:url(/img/icons/adobe.png) !important;
  779. }
  780. .db-icn-autodesk {
  781. background-image:url(/img/icons/autodesk.png) !important;
  782. }
  783. .db-icn-picnik {
  784. background-image:url(/img/icons/picnik.png) !important;
  785. }
  786. .db-icn-snipshot {
  787. background-image:url(/img/icons/snipshot.png) !important;
  788. }
  789. .db-icn-ipaper {
  790. background-image:url(/img/icons/ipaper.png) !important;
  791. }
  792. .db-icn-add {
  793. background-image: url(/img/icons/add.png) !important;
  794. }
  795. .db-icn-stop {
  796. background-image: url(/img/icons/stop.png) !important;
  797. }
  798. .db-icn-cancel {
  799. background-image: url(/img/icons/cancel.png) !important;
  800. }
  801. .db-icn-cross {
  802. background-image: url(/img/icons/cross.png) !important;
  803. }
  804. .db-icn-clear {
  805. background-image: url(/img/icons/bin_empty.png) !important;
  806. }
  807. .db-icn-ftp {
  808. background-image: url(/img/icons/drive_web.png) !important;
  809. }
  810. .db-icn-digitalbucket {
  811. background-image: url(/img/icons/digitalbucket.png) !important;
  812. }
  813. .db-icn-control {
  814. background-image: url(/img/icons/control.png) !important;
  815. }
  816. .db-icn-theme {
  817. background-image: url(/img/icons/theme.png) !important;
  818. }
  819. .db-icn-sharepage {
  820. background-image: url(/img/icons/sharepage.png) !important;
  821. }
  822. .db-icn-error {
  823. background-image: url(/img/icons/error.png) !important;
  824. }
  825. .db-icn-comment {
  826. background-image: url(/img/icons/comment.png) !important;
  827. }
  828. .db-icn-clock {
  829. background-image: url(/img/icons/clock.png) !important;
  830. }
  831. .db-icn-rollback {
  832. background-image: url(/img/icons/rollback.png) !important;
  833. }
  834. .db-icn-addressbook {
  835. background-image: url(/img/icons/addressbook.png) !important;
  836. }
  837. .db-icn-contact {
  838. background-image: url(/img/icons/contact.png) !important;
  839. }
  840. .db-icn-contact-new {
  841. background-image: url(/img/icons/contact_new.png) !important;
  842. }
  843. .db-icn-contact-import {
  844. background-image: url(/img/icons/contact_import.png) !important;
  845. }
  846. .db-icn-contact-user {
  847. background-image: url(/img/icons/contact_user.png) !important;
  848. }
  849. .db-icn-contacts {
  850. background-image: url(/img/icons/contacts.png) !important;
  851. }
  852. .db-icn-contacts-new {
  853. background-image: url(/img/icons/contacts_new.png) !important;
  854. }
  855. .db-icn-contacts-shared {
  856. background-image: url(/img/icons/contacts_shared.png) !important;
  857. }
  858. .db-icn-buddy-online { background-image: url(/img/icons/buddy_online.png) !important; }
  859. .db-icn-buddy-away { background-image: url(/img/icons/buddy_away.png) !important; }
  860. .db-icn-buddy-back { background-image: url(/img/icons/buddy_berightback.png) !important; }
  861. .db-icn-buddy-buddies { background-image: url(/img/icons/buddy_buddies.png) !important; }
  862. .db-icn-buddy-offline { background-image: url(/img/icons/buddy_offline.png) !important; }
  863. .db-icn-buddy-phone { background-image: url(/img/icons/buddy_onthephone.png) !important; }
  864. .db-icn-buddy-lunch { background-image: url(/img/icons/buddy_outtolunch.png) !important; }
  865. .db-icn-buddy-busy { background-image: url(/img/icons/buddy_busy.png) !important; }
  866. .db-icn-buddy-chat { background-image: url(/img/icons/buddy_chat.png) !important; }
  867. .db-icn-wlorb { background-image: url(/img/icons/wlorb.png) !important; }
  868. .db-icn-editor-bold { background-image: url(/img/icons/editor_bold.gif) !important; }
  869. .db-icn-editor-italic { background-image: url(/img/icons/editor_italic.gif) !important; }
  870. .db-icn-editor-underline { background-image: url(/img/icons/editor_underline.gif) !important; }
  871. .db-icn-editor-forecolor { background-image: url(/img/icons/editor_forecolor.gif) !important; }
  872. .x-window-footer {
  873. position: relative;
  874. top: 0;
  875. right: 0;
  876. }
  877. .x-tab-strip SPAN.x-tab-strip-text {
  878. font-size: 12px;
  879. }
  880. .x-panel-header {
  881. font-size: 12px;
  882. }
  883. .x-tree-node {
  884. font-size: 12px;
  885. }
  886. .x-grid3-hd-row TD {
  887. font-size: 12px;
  888. }
  889. .x-grid3-row TD {
  890. font-size: 12px;
  891. LINE-HEIGHT: 16px;
  892. }
  893. .x-orange-class {
  894. background: #ffb11c;
  895. }
  896. .x-yellow-class {
  897. background: #ff0;
  898. }
  899. .x-tip .x-tip-bd {
  900. font-size: 12px;
  901. }
  902. .x-tip h3{
  903. font-size: 12px;
  904. }
  905. .x-tip .x-tip-bd-inner{
  906. font-size:12px;
  907. }
  908. .x-panel-tl .x-panel-header {
  909. FONT: normal 12px tahoma,arial,verdana,sans-serif;
  910. }
  911. .x-form-field {
  912. FONT: 12px tahoma,arial,helvetica,sans-serif
  913. }
  914. .x-small-editor .x-form-field {
  915. FONT: 12px tahoma,arial,helvetica,sans-serif
  916. }
  917. .x-combo-list-item {
  918. FONT: 12px tahoma,arial,helvetica,sans-serif;
  919. }
  920. .x-menu-list-item {
  921. FONT: 12px tahoma,arial,sans-serif;
  922. }
  923. .x-window-tl .x-window-header {
  924. FONT: bold 12px tahoma,arial,verdana,sans-serif;
  925. }
  926. .x-layout-split-west .x-layout-mini {
  927. BACKGROUND-IMAGE: url(/img/mini-left.jpg);
  928. }
  929. .ext-ie .x-form-text {
  930. margin-top:1px;
  931. } /* the textField missing bottom line */
  932. .x-form-item {
  933. FONT: 12px tahoma,arial,helvetica,sans-serif
  934. }
  935. .x-grid-group-hd DIV {
  936. FONT: bold 12px tahoma,arial,helvetica,sans-serif;
  937. }
  938. .x-btn-text-icon .x-btn-center .x-btn-text {
  939. background-position:0pt 1px;
  940. background-repeat:no-repeat;
  941. padding:0px 0pt 0px 18px;
  942. }
  943. .ext-gecko .x-btn button {
  944. padding-left:0pt;
  945. padding-right:0pt;
  946. }
  947. .x-btn button{
  948. font-size:12px;
  949. }
  950. .x-toolbar td, .x-toolbar span, .x-toolbar input,
  951. .x-toolbar div, .x-toolbar select, .x-toolbar label {
  952. font-size:12px;
  953. }
  954. .x-fieldset legend {
  955. font-size:12px;
  956. }
  957. .x-tip .x-tip-body {
  958. font-size:12px;
  959. }
  960. .x-grid3-summary-row{border-left:1px solid #fff;border-right:1px solid #fff;color:#333;background: #f1f2f4;}
  961. .x-grid3-summary-row .x-grid3-cell-inner{font-weight:bold;padding-bottom:4px;font-size:12px;}
  962. .x-grid3-cell-first .x-grid3-cell-inner{padding-left:16px;}
  963. .x-grid-hide-summary .x-grid3-summary-row{display:none;}
  964. .x-grid3-summary-msg{padding:4px 16px;font-weight:bold;}
  965. .negative{color:#dd0000;}
  966. .positive{color:green;}
  967. .x-grid3-body .x-grid3-td-cost{background-color:#f1f2f4;}
  968. .x-grid3-summary-row .x-grid3-td-cost{background-color:#e1e2e4;}
  969. .x-grid3-dirty-cell{background-image:none;}