inbox.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. /***
  2. Inbox Page
  3. ***/
  4. .inbox {
  5. margin-bottom: 20px;
  6. }
  7. .inbox .inbox {
  8. margin-bottom: 0px;
  9. }
  10. .inbox .tab-content {
  11. overflow: inherit;
  12. }
  13. .inbox .inbox-loading {
  14. display: none;
  15. font-size: 22px;
  16. font-weight: 300;
  17. }
  18. /*Imbox Menu*/
  19. .inbox .inbox-nav {
  20. list-style: none;
  21. margin-left: 0 !important;
  22. }
  23. .inbox .inbox-nav li {
  24. position: relative;
  25. }
  26. .inbox .inbox-nav li a {
  27. color: #4d82a3;
  28. display: block;
  29. font-size: 15px;
  30. border-left: none;
  31. text-align: left !important;
  32. padding: 8px 14px;
  33. margin-bottom: 1px;
  34. background: #f4f9fd;
  35. }
  36. .inbox .inbox-nav li.active a,
  37. .inbox .inbox-nav li.active:hover a {
  38. color: #fff;
  39. border-left: none;
  40. background: #169ef4 !important;
  41. text-decoration: none;
  42. }
  43. .inbox .inbox-nav li.active b {
  44. top: 0;
  45. right: -4px;
  46. width: 8px;
  47. height: 35px;
  48. position: absolute;
  49. display: inline-block;
  50. background: url(../image/inbox-nav-arrow-blue.png) no-repeat;
  51. }
  52. .inbox .inbox-nav li:hover a {
  53. color: #4d82a3;
  54. background: #eef4f7 !important;
  55. text-decoration: none;
  56. }
  57. .inbox .inbox-nav li.compose-btn a {
  58. color: #fff;
  59. text-shadow: none;
  60. text-align: center;
  61. margin-bottom: 18px;
  62. background: #35aa47;
  63. }
  64. .inbox .inbox-nav li.compose-btn i,
  65. .inbox .inbox-nav li.compose-btn:hover i {
  66. top: 1px;
  67. color: #fff;
  68. font-size: 15px;
  69. position: relative;
  70. background: none !important;
  71. }
  72. .inbox .inbox-nav li.compose-btn a:hover {
  73. background-color: #1d943b !important;
  74. }
  75. /*Inbox Content*/
  76. .inbox .inbox-header {
  77. overflow: hidden;
  78. }
  79. .inbox .inbox-header h1 {
  80. margin: 0;
  81. color: #666;
  82. margin-bottom: 10px;
  83. }
  84. .inbox tr {
  85. color: #777;
  86. font-size: 13px;
  87. }
  88. .inbox tr label {
  89. display: inline-block;
  90. margin-bottom: 0;
  91. }
  92. .inbox tr.unread td{
  93. font-weight: 600;
  94. }
  95. .inbox td i.icon-paper-clip {
  96. top: 2px;
  97. color: #d8e0e5;
  98. font-size: 17px;
  99. position: relative;
  100. }
  101. .inbox tr i.icon-star,
  102. .inbox tr i.icon-trash {
  103. cursor: pointer;
  104. }
  105. .inbox tr i.icon-star {
  106. color: #eceef0;
  107. }
  108. .inbox tr i.icon-star:hover {
  109. color: #fd7b12;
  110. }
  111. .inbox tr i.inbox-started {
  112. color: #fd7b12;
  113. }
  114. .inbox .table th,
  115. .inbox .table td {
  116. border: none;
  117. }
  118. .inbox .table th {
  119. background: #eef4f7;
  120. border-bottom: solid 5px #fff;
  121. }
  122. .inbox th.text-right {
  123. text-align: right;
  124. }
  125. .inbox th label.inbox-select-all {
  126. color: #828f97;
  127. font-size: 13px;
  128. padding: 1px 4px 0;
  129. }
  130. .inbox ul.inbox-nav {
  131. margin-bottom: 0;
  132. }
  133. .inbox ul.inbox-nav li {
  134. padding: 0;
  135. }
  136. .inbox ul.inbox-nav li span {
  137. color: #828f97;
  138. font-size: 12px;
  139. margin-right: 10px;
  140. }
  141. .inbox ul.inbox-nav i {
  142. color: #fff;
  143. padding: 1px 0;
  144. font-size: 15px;
  145. cursor: pointer;
  146. background: #d0dde4 !important;
  147. }
  148. .inbox ul.inbox-nav i:hover {
  149. background: #169ef4 !important;
  150. }
  151. .inbox td.text-right {
  152. width: 100px;
  153. text-align: right;
  154. }
  155. .inbox td.inbox-small-cells {
  156. width: 10px;
  157. }
  158. .inbox .table-hover tbody tr:hover>td,
  159. .inbox .table-hover tbody tr:hover>th,
  160. .inbox .table-striped tbody>tr:nth-child(odd)>td,
  161. .inbox .table-striped tbody>tr:nth-child(odd)>th {
  162. background: #f8fbfd;
  163. cursor: pointer;
  164. }
  165. .inbox .table-hover tbody tr:hover>td,
  166. .inbox .table-hover tbody tr:hover>th {
  167. background: #eef4f7;
  168. }
  169. /*Inbox Drafts*/
  170. .inbox .inbox-drafts {
  171. padding: 8px 0;
  172. text-align: center;
  173. border-top: solid 1px #eee;
  174. border-bottom: solid 1px #eee;
  175. }
  176. /*Inbox View*/
  177. .inbox-view-header {
  178. margin-bottom: 20px;
  179. }
  180. .inbox-view-header h1 {
  181. color: #666;
  182. font-size: 22px;
  183. line-height: 24px;
  184. margin-bottom: 0 !important;
  185. }
  186. .inbox-view-header h1 a {
  187. top: -2px;
  188. color: #fff;
  189. cursor: pointer;
  190. font-size: 13px;
  191. padding: 2px 7px;
  192. line-height: 16px;
  193. position: relative;
  194. background: #b0bcc4;
  195. display: inline-block;
  196. }
  197. .inbox-view-header h1 a:hover {
  198. background: #aab5bc;
  199. text-decoration: none;
  200. }
  201. .inbox-view-header i.icon-print {
  202. color: #94a4ab;
  203. cursor: pointer;
  204. font-size: 14px;
  205. display: inline-block;
  206. padding: 6px 8px !important;
  207. background: #edf1f4 !important;
  208. }
  209. .inbox-view-header i.icon-print:hover {
  210. background: #e7ebef !important;
  211. }
  212. .inbox-view-info {
  213. color: #666;
  214. padding: 5px 0;
  215. margin-bottom: 10px;
  216. border-top: solid 1px #eee;
  217. border-bottom: solid 1px #eee;
  218. }
  219. .inbox-view-info strong {
  220. color: #666;
  221. margin: 0 10px 0 5px;
  222. }
  223. .inbox-view-info .inbox-info-btn {
  224. text-align: right;
  225. }
  226. .inbox-view-info .inbox-info-btn ul {
  227. text-align: left;
  228. }
  229. .inbox-view-info button {
  230. top: 2px;
  231. color: #94a4ab;
  232. font-size: 13px;
  233. margin-left: 4px;
  234. padding: 3px 10px;
  235. position: relative;
  236. background: #edf1f4;
  237. }
  238. .inbox-view-info button:hover {
  239. color: #94a4ab;
  240. background: #e7ebef;
  241. }
  242. .inbox-view {
  243. color: #666;
  244. padding: 15px 0 0;
  245. }
  246. .inbox-view a {
  247. color: #169ce9;
  248. }
  249. .inbox-attached {
  250. line-height: 16px;
  251. }
  252. .inbox-attached a {
  253. margin: 0 2px;
  254. }
  255. .inbox-attached img {
  256. height: auto;
  257. max-width: 250px;
  258. margin-bottom: 5px;
  259. }
  260. .inbox-attached span {
  261. margin-right: 3px;
  262. }
  263. .inbox-attached strong {
  264. color: #555;
  265. display: block;
  266. font-size: 13px;
  267. }
  268. .inbox-attached .margin-bottom-25 {
  269. margin-bottom: 25px;
  270. }
  271. .inbox-attached .margin-bottom-15 {
  272. margin-bottom: 15px;
  273. }
  274. /*Inbox Compose*/
  275. .inbox-compose {
  276. margin-top: 1px;
  277. border: solid 1px #eee;
  278. }
  279. .inbox-compose-btn {
  280. padding: 8px 4px;
  281. background: #f0f6fa;
  282. }
  283. .inbox-compose-attachment {
  284. padding: 8px 8px;
  285. }
  286. .inbox-compose-attachment .btn {
  287. padding: 4px 10px;
  288. }
  289. .inbox-compose-btn button {
  290. color: #fff;
  291. font-size: 14px;
  292. margin-left: 4px;
  293. padding: 4px 10px;
  294. background: #c0cfdd;
  295. }
  296. .inbox-compose-btn button:hover {
  297. color: #fff;
  298. background: #4d90fe;
  299. }
  300. .inbox-compose-btn button i {
  301. margin-right: 3px;
  302. }
  303. .inbox-compose .inbox-control-group {
  304. margin-bottom: 0;
  305. position: relative;
  306. border-bottom: solid 1px #eee;
  307. }
  308. .inbox-compose .controls {
  309. margin-left: 85px;
  310. }
  311. .inbox-compose .inbox-control-group > label {
  312. width: 80px;
  313. float: left;
  314. color: #979797;
  315. text-align: right;
  316. }
  317. .inbox-compose .controls > input {
  318. border: none !important;
  319. }
  320. .inbox-compose .controls-to {
  321. padding-right: 55px;
  322. }
  323. .inbox-compose .controls-cc {
  324. padding-right: 15px;
  325. }
  326. .inbox-compose .controls-bcc {
  327. padding-right: 15px;
  328. }
  329. .inbox-compose .tag {
  330. font-size: 12px;
  331. font-weight: 300 !important;
  332. margin-top: 6px;
  333. margin-left: 5px;
  334. color: #333;
  335. text-shadow: none !important;
  336. background-color: #eee;
  337. display: inline-block !important;
  338. padding: 3px !important;
  339. }
  340. .inbox-compose .tag .close {
  341. margin-top: -2px;
  342. display: inline-block !important;
  343. float: none !important;
  344. }
  345. .inbox-compose .tags {
  346. border: none !important;
  347. font-size: 13px;
  348. padding: 0px;
  349. margin-bottom: 0px;
  350. margin-right: 50px;
  351. box-shadow: none !important;
  352. }
  353. .inbox-compose .tags-hover {
  354. border: 1px solid #ddd;
  355. border: none !important;
  356. box-shadow: none !important;
  357. background: none !important;
  358. }
  359. .inbox-compose .tags input[type="text"],
  360. .inbox-compose .tags input[type="text"]:focus {
  361. display: inline-block !important;
  362. border: none !important;
  363. font-size: 14px !important;
  364. vertical-align: top;
  365. outline: 0;
  366. margin: 0;
  367. padding: 0;
  368. width: auto;
  369. -webkit-box-shadow: none;
  370. -moz-box-shadow: none;
  371. box-shadow: none;
  372. }
  373. .inbox-compose .inbox-control-group a.close {
  374. top: 13px;
  375. right: 10px;
  376. position: absolute;
  377. }
  378. .inbox-compose .mail-to .inbox-cc-bcc {
  379. display: inline-block;
  380. top: 7px;
  381. right: 10px;
  382. color: #979797;
  383. font-size: 14px;
  384. cursor: pointer;
  385. position: absolute;
  386. }
  387. .inbox-compose .mail-to .inbox-bcc {
  388. margin-left: 5px;
  389. }
  390. .inbox-compose .mail-to inbox-cc:hover,
  391. .inbox-compose .mail-to inbox-bcc:hover {
  392. color: #777;
  393. }
  394. .inbox-compose .wysihtml5 {
  395. padding: 0px !important;
  396. margin: 0px !important;
  397. border: 0 !important;
  398. }
  399. .inbox-compose .wysihtml5-sandbox {
  400. padding: 0px !important;
  401. margin: 0px !important;
  402. display: block !important;
  403. border: 0 !important;
  404. margin-top: 5px;
  405. width: 100% !important;
  406. border-left: none;
  407. border-right: none;
  408. border-color: #eee;
  409. }
  410. .inbox-compose .wysihtml5-toolbar {
  411. border: 0;
  412. border-bottom: 1px solid #eee;
  413. }
  414. .inbox-compose .wysihtml5-toolbar > li {
  415. height: 34px;
  416. margin-right: 0;
  417. margin-bottom: 0;
  418. }
  419. .inbox-compose .wysihtml5-toolbar > li > a,
  420. .inbox-compose .wysihtml5-toolbar > li > div > a {
  421. background: #fff;
  422. }
  423. .inbox-compose .wysihtml5-toolbar .dropdown.open .dropdown-toggle,
  424. ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  425. background: #eee !important;
  426. }
  427. @media (max-width: 480px) {
  428. .inbox-compose .inbox-control-group > label {
  429. margin-top: 7px;
  430. }
  431. }