inbox.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. .email{
  2. margin-bottom: 20px;
  3. }
  4. .emailHeader {
  5. padding-bottom: 10px;
  6. }
  7. .email .inbox {
  8. margin-bottom: 0;
  9. }
  10. .email .emailNav {
  11. list-style: none outside none;
  12. margin: 0 0 20px;
  13. padding: 0;
  14. }
  15. .email .emailNav li {
  16. position: relative;
  17. }
  18. .email .emailNav li a {
  19. display: block;
  20. text-align: left !important;
  21. color: #555555;
  22. font-size: 14px;
  23. }
  24. .emailNav.nav-pills > li.active > a{
  25. background-color: #FFFFFF;
  26. color: #d9534f;
  27. font-weight: 600;
  28. }
  29. .emailNav.nav-pills > li.active > a:hover {
  30. background-color: #EEEEEE;
  31. }
  32. .email .composeBtn a {
  33. width: 100%;
  34. font-weight: 400;
  35. text-transform: uppercase;
  36. }
  37. .emailHeader .emailTitle {
  38. overflow: hidden;
  39. }
  40. .emailHeader .emailTitle img {
  41. height: 40px;
  42. margin-right: 20px;
  43. }
  44. .emailHeader .emailTitle .form-inline {
  45. margin-top: 10px;
  46. }
  47. .email .emailPager {
  48. text-align: right;
  49. }
  50. .email .emailPager .emailPagerCount {
  51. display: inline-block;
  52. font-size: 14px;
  53. line-height: 14px;
  54. padding-right: 10px;
  55. }
  56. .email tr label {
  57. display: inline-block;
  58. margin-bottom: 0;
  59. }
  60. .email tr.new td {
  61. font-weight: 600;
  62. }
  63. .email td i.fa-paperclip, .email td i.fa-camera{
  64. color: #D8E0E5;
  65. font-size: 17px;
  66. position: relative;
  67. top: 2px;
  68. }
  69. .email tr i.fa-star, .email tr i.fa-trash-o {
  70. cursor: pointer;
  71. }
  72. .email tr i.fa-star {
  73. color: #ECEEF0;
  74. }
  75. .email tr i.fa-star:hover {
  76. color: #FCD76A;
  77. }
  78. .email tr i.starred {
  79. color: #FCD76A;
  80. }
  81. .email .table thead {
  82. border-radius: 4px;
  83. }
  84. .email .table th, .email .table td {
  85. cursor: pointer;
  86. }
  87. .email .table th {
  88. border-bottom: 1px solid #DBDBDB;
  89. color: #555555;
  90. }
  91. .email th.text-right {
  92. text-align: right;
  93. }
  94. .email ul.emailNav {
  95. margin-bottom: 20px;
  96. }
  97. .email ul.emailNav li {
  98. padding: 0;
  99. }
  100. .email ul.emailNav li span {
  101. color: #828F97;
  102. font-size: 12px;
  103. margin-right: 10px;
  104. }
  105. .email ul.emailNav i {
  106. cursor: pointer;
  107. font-size: 15px;
  108. padding: 1px 0;
  109. }
  110. .email td.text-right {
  111. text-align: right;
  112. width: 100px;
  113. }
  114. .email td.width-10 {
  115. width: 10px;
  116. }
  117. .email .emailTitle h1 {
  118. color: #666666;
  119. font-size: 22px;
  120. line-height: 24px;
  121. margin-bottom: 0 !important;
  122. margin-top: 0 !important;
  123. }
  124. .email .emailTitle h1 .label{
  125. font-size: 45%;
  126. vertical-align: middle;
  127. }
  128. .emailViewContent {
  129. color: #666666;
  130. margin-bottom: 10px;
  131. padding: 5px 0;
  132. }
  133. .emailViewContent .control-label{
  134. text-align: left;
  135. }
  136. .emailViewContent button {
  137. font-size: 13px;
  138. margin-left: 4px;
  139. padding: 3px 10px;
  140. position: relative;
  141. top: 2px;
  142. }
  143. .emailContent .toolbar .btn-group {
  144. margin-right: 40px;
  145. }
  146. .emailView {
  147. color: #666666;
  148. padding: 0px;
  149. }
  150. .emailAttached {
  151. line-height: 16px;
  152. }
  153. .emailAttached .btn-group{
  154. display: block;
  155. margin-top: 5px;
  156. margin-bottom: 45px;
  157. }
  158. .emailAttached img {
  159. height: auto;
  160. margin-bottom: 5px;
  161. max-width: 250px;
  162. border-radius: 4px;
  163. }
  164. .emailAttached span {
  165. margin-right: 3px;
  166. }
  167. .emailAttached strong {
  168. color: #555555;
  169. display: block;
  170. font-size: 13px;
  171. }
  172. .emailAttached .margin-bottom-25 {
  173. margin-bottom: 25px;
  174. }
  175. .emailAttached .margin-bottom-15 {
  176. margin-bottom: 15px;
  177. }
  178. .emailCompose {
  179. margin-top: 1px;
  180. }
  181. .emailComposeButtons {
  182. padding: 8px 4px;
  183. border-radius: 4px;
  184. margin-top: 10px;
  185. }
  186. .emailComposeButtons button {
  187. margin-left: 4px;
  188. padding: 4px 10px;
  189. }
  190. .emailComposeButtons button i {
  191. margin-right: 3px;
  192. }
  193. .emailCompose .emailField {
  194. border-bottom: 1px solid #EEEEEE;
  195. margin-bottom: 0;
  196. position: relative;
  197. }
  198. .emailCompose .emailField .form-control {
  199. box-shadow: none;
  200. font-size: 13px;
  201. }
  202. .emailCompose .fields {
  203. margin-left: 85px;
  204. }
  205. .emailCompose .emailField > label {
  206. color: #979797;
  207. float: left;
  208. text-align: right;
  209. width: 80px;
  210. }
  211. .emailCompose .fields > input {
  212. border: medium none !important;
  213. }
  214. .emailCompose .fieldsTo {
  215. padding-right: 55px;
  216. }
  217. .emailCompose .fieldsCC {
  218. padding-right: 20px;
  219. }
  220. .emailCompose .fieldsBCC {
  221. padding-right: 20px;
  222. }
  223. .emailCompose .emailField .close {
  224. padding: 5px;
  225. }
  226. .emailCompose .address #cc-bcc {
  227. color: #979797;
  228. cursor: pointer;
  229. display: inline-block;
  230. font-size: 14px;
  231. position: absolute;
  232. right: 10px;
  233. top: 7px;
  234. }
  235. .emailCompose .address .emailBCC {
  236. margin-left: 5px;
  237. }
  238. .display-none {
  239. display: none;
  240. }
  241. @media (max-width: 480px) {
  242. .emailCompose .emailField > label {
  243. margin-top: 7px;
  244. }
  245. }
  246. .emailNav .list-group-item:first-child {
  247. border-radius: 0px;
  248. }
  249. .emailNav .list-group-item:last-child {
  250. margin-bottom: -1px;
  251. }