You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dashboard.css 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. body {
  2. background: #e1e1e1;
  3. }
  4. .container-fluid {
  5. padding-left: 20px;
  6. padding-right: 20px;
  7. max-width: 100%;
  8. }
  9. .content {
  10. background: #fff;
  11. -webkit-box-shadow: -5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  12. -moz-box-shadow: -5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  13. box-shadow: -5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  14. -webkit-border-radius: 0 0 6px 6px;
  15. -moz-border-radius: 0 0 6px 6px;
  16. border-radius: 0 0 6px 6px;
  17. }
  18. .content .page-content {
  19. padding: 30px 20px;
  20. }
  21. button {
  22. background-color: transparent;
  23. }
  24. .primary-nav, .primary-nav ul {
  25. margin: 0px;
  26. padding: 0px;
  27. }
  28. .primary-nav {
  29. -webkit-border-radius: 4px;
  30. -moz-border-radius: 4px;
  31. border-radius: 4px;
  32. padding: 0px;
  33. background: #f7f7f7;
  34. border: 1px solid #bbb;
  35. width: 240px;
  36. position: fixed;
  37. }
  38. .primary-nav li {
  39. display: block;
  40. }
  41. .reports .primary-nav li.Reports > a,
  42. .orders .primary-nav li.Manage.orders > a,
  43. .users .primary-nav li.Users > a,
  44. .content-blocks .primary-nav li.Content.blocks > a,
  45. .catalogue .primary-nav li.Catalogue > a {
  46. color: #049cdb;
  47. text-shadow: 1px 1px 1px #fff;
  48. filter: dropshadow(color=#ffffff, offx=1, offy=1);
  49. }
  50. .primary-nav li ul li {
  51. margin: 0px;
  52. border-top: 1px solid #ddd;
  53. font-size: 11px;
  54. }
  55. .primary-nav li ul li:first-child {
  56. border-top: 1px solid #bbb;
  57. }
  58. .primary-nav a {
  59. display: block;
  60. padding: 5px 15px;
  61. }
  62. .primary-nav > li > a {
  63. background: #ddd;
  64. border-top: 1px solid #bbb;
  65. -webkit-box-shadow: inset -1px 1px 0px 0px rgba(255, 255, 255, 0.5);
  66. -moz-box-shadow: inset -1px 1px 0px 0px rgba(255, 255, 255, 0.5);
  67. box-shadow: inset -1px 1px 0px 0px rgba(255, 255, 255, 0.5);
  68. font-weight: bold;
  69. color: #444;
  70. }
  71. .primary-nav li:first-child > a {
  72. border-top: none;
  73. -moz-border-radius-topleft: 4px;
  74. -moz-border-radius-topright: 4px;
  75. -moz-border-radius-bottomright: 0px;
  76. -moz-border-radius-bottomleft: 0px;
  77. -webkit-border-radius: 4px 4px 0px 0px;
  78. border-radius: 4px 4px 0px 0px;
  79. }
  80. .primary-nav li ul li a:hover {
  81. background: #efefef;
  82. }
  83. .primary-nav .submenu {
  84. background: url(../img/ui/icon_arrow_left.png) no-repeat 94% 50% #dddddd;
  85. }
  86. .primary-nav .viewed {
  87. background: url(../img/ui/icon_arrow_down.png) no-repeat 94% 50% #dddddd;
  88. }
  89. .primary-nav li:first-child .submenu {
  90. border-top: none;
  91. -moz-border-radius-topleft: 4px;
  92. -moz-border-radius-topright: 4px;
  93. -moz-border-radius-bottomright: 0px;
  94. -moz-border-radius-bottomleft: 0px;
  95. -webkit-border-radius: 4px 4px 0px 0px;
  96. border-radius: 4px 4px 0px 0px;
  97. }
  98. .primary-nav li:last-child .submenu {
  99. -moz-border-radius-topleft: 0px;
  100. -moz-border-radius-topright: 0px;
  101. -moz-border-radius-bottomright: 4px;
  102. -moz-border-radius-bottomleft: 4px;
  103. -webkit-border-radius: 0px 0px 4px 4px;
  104. border-radius: 0px 0px 4px 4px;
  105. }
  106. .page-header {
  107. background-color: whiteSmoke;
  108. padding: 20px 20px 10px;
  109. }
  110. .page-header h1 {
  111. font-size: 24px;
  112. line-height: 36px;
  113. }
  114. h2 {
  115. font-size: 18px;
  116. }
  117. .page-header.action {
  118. *zoom: 1;
  119. margin-bottom: 0px;
  120. }
  121. .page-header.action:before, .page-header.action:after {
  122. display: table;
  123. content: "";
  124. }
  125. .page-header.action:after {
  126. clear: both;
  127. }
  128. .page-header.action .open .dropdown-toggle {
  129. color: #fff;
  130. background: #444;
  131. }
  132. .page-header.action .btn {
  133. margin-left: 10px;
  134. }
  135. .page-header.action .tabs .dropdown-menu {
  136. top: 48px;
  137. left: 10px;
  138. }
  139. .page-header.action .tabs {
  140. border-width: 0px;
  141. margin-bottom: 0px;
  142. }
  143. .page-header.action h1, .page-header.action h2 {
  144. float: left;
  145. margin-bottom: 0px;
  146. }
  147. .page-header.action .orders_search {
  148. clear: both;
  149. margin-bottom: 18px;
  150. }
  151. .page-header.action .pull_out.viewed {
  152. background-color: rgba(0, 0, 0, 0.05);
  153. margin-bottom: 18px;
  154. }
  155. .page-header.action .pull_out, .page-header.action a.dd_menu {
  156. display: block;
  157. float: left;
  158. line-height: 32px;
  159. font-size: 18px;
  160. margin-left: 10px;
  161. padding: 4px 10px;
  162. color: #0088cc;
  163. }
  164. .page-header.action .pull_out.viewed, .page-header.action a.dd_menu.viewed {
  165. -moz-border-radius-topleft: 4px;
  166. -moz-border-radius-topright: 4px;
  167. -moz-border-radius-bottomright: 0px;
  168. -moz-border-radius-bottomleft: 0px;
  169. -webkit-border-radius: 4px 4px 0px 0px;
  170. border-radius: 4px 4px 0px 0px;
  171. }
  172. .page-header.action a.dd_menu:hover {
  173. background: #444;
  174. color: #fff;
  175. }
  176. .controls ul {
  177. margin-left: 0px;
  178. list-style: none;
  179. }
  180. .file_upload {
  181. *zoom: 1;
  182. }
  183. .file_upload:before, .file_upload:after {
  184. display: table;
  185. content: "";
  186. }
  187. .file_upload:after {
  188. clear: both;
  189. }
  190. .file_upload form, .file_upload p {
  191. float: left;
  192. }
  193. .file_upload label {
  194. width: auto;
  195. padding-top: 0px;
  196. margin-right: 10px;
  197. }
  198. .file_upload input {
  199. line-height: 18px;
  200. background: none;
  201. }
  202. .alert-message.block-message.file_upload p {
  203. margin-right: 10px;
  204. }
  205. .order_table label {
  206. width: auto;
  207. margin-left: 20px;
  208. line-height: 27px;
  209. float: left;
  210. margin-right: 10px;
  211. }
  212. .order_table label:first-child {
  213. margin-left: 10px;
  214. }
  215. .order_table table {
  216. margin-top: 18px;
  217. }
  218. .order_table .row {
  219. margin-left: 0px;
  220. }
  221. .tabs.product_managment {
  222. margin-bottom: 0px;
  223. }
  224. .tabs.product_managment li.active a {
  225. background-color: #efefef;
  226. }
  227. .fontsize ul {
  228. *zoom: 1;
  229. margin-left: 10px;
  230. margin-bottom: 0px;
  231. }
  232. .fontsize ul:before, .fontsize ul:after {
  233. display: table;
  234. content: "";
  235. }
  236. .fontsize ul:after {
  237. clear: both;
  238. }
  239. .fontsize li {
  240. float: left;
  241. list-style: none;
  242. margin-right: 10px;
  243. line-height: 27px;
  244. padding-top: 6px;
  245. }
  246. .fontsize #larger, .fontsize #smaller {
  247. cursor: pointer;
  248. color: #0088cc;
  249. }
  250. .fontsize #larger {
  251. font-size: 18px;
  252. line-height: 23px;
  253. }