/static/css/admin.css

https://bitbucket.org/haloweb/halogy-1.0/ · CSS · 363 lines · 272 code · 67 blank · 24 comment · 0 complexity · d8e878ead6ad40ac617d335b94a43045 MD5 · raw file

  1. /*************************************************
  2. / HaloAdmin
  3. / Administration for Haloweb products
  4. / Copyright (c) 2008 Haloweb Ltd
  5. /*************************************************/
  6. /* TOOLS & FIXES */
  7. .clear { clear: both; }
  8. /* GLOBAL */
  9. body { font-size: 76%; font-family: "Lucida Grande", arial, sans-serif; background: #EAEAEA; margin: 0; }
  10. a img { border: 0; }
  11. /* CONTAINER */
  12. div.bg { display: inline; float: left; width: 100%; background: #fff; margin: 0; padding: 0; }
  13. div.container { width: 998px; margin: 0 auto; padding: 0; clear: both; z-index: 0; }
  14. /* HEADER */
  15. /* header */
  16. div#header { display: inline; float: left; width: 100%; height: 115px; margin: 10px 0 0; padding: 0; clear: both; }
  17. div#header h1 { position: absolute; top: 0; text-indent: -9000px; height: 0; width: 0; margin: 0; padding: 0; }
  18. div#logo { position: relative; float: left; width: 500px; height: 105px; margin: 0; }
  19. div#logo img { position: absolute; bottom: 5px; height: 100px; height: auto !important; max-height: 100px; }
  20. div#header h2, div#header h3 { color: #555; font-weight: normal; }
  21. ul#toolbar { display: inline; float: right; margin: 0 0 20px; padding: 0; list-style-type: none; clear: both; }
  22. ul#toolbar li { float: left; margin: 0 0 0 8px; padding: 0 8px 0 0; border-right: 1px solid #ddd; }
  23. ul#toolbar a { color: #aaa; margin: 0; font-size: 0.9em; text-decoration: none; }
  24. ul#toolbar a:hover { color: #ccc; }
  25. ul#toolbar li.superuser { border: none; margin: 0 0 0 2px; padding: 0; }
  26. ul#toolbar li.superuser a { background: #ccc; color: #fff; padding: 4px; }
  27. ul#toolbar li.superuser a:hover { background: #29C4F0; color: #fff; padding: 4px; }
  28. ul#toolbar li.noborder { border: none !important; }
  29. ul#toolbar li.last { padding: 0; margin: 0 0 0 8px; border: none !important; }
  30. div#siteinfo { display: inline; float: right; margin: 0; width: 480px; height: 86px; padding: 0px; text-align: right; }
  31. div#siteinfo h2 { font-size: 1.7em; margin: 0 0 5px; }
  32. div#siteinfo h3 { font-size: 1.4em; margin: 0; }
  33. /* MENU */
  34. div#navigation { display: inline; float: left; width: 100%; height: 40px; margin: 0; padding: 0; clear: both; }
  35. ul#menubar, ul#menubar ul { list-style: none; }
  36. ul#menubar { float: left; width: 998px; margin: 0 0 30px 0; padding: 0px; background: #DFE1E0 url(../images/admin_nav_bg.gif) no-repeat; }
  37. #menubar li { position: relative; float: left; margin: 0px; padding: 0px; }
  38. #menubar a { display: block; float: left; height: 28px; line-height: 28px; padding: 0 18px; color: #444; border-right: 1px solid #EFEFF0; text-decoration: none; }
  39. #menubar a:hover { background: #ccc url(../images/admin_nav_bg_over.gif) repeat-x; color: #444 !important; }
  40. #menubar li.hover { background: #ccc url(../images/admin_nav_bg_over.gif) repeat-x; color: #444 !important; }
  41. #menubar ul.subnav { display: none; position: absolute; top: 28px; left: 0; width: 200px; z-index: 200; background: #fff; margin: 0 0 50px 0; padding: 0; border: 1px solid #ccc; }
  42. #menubar ul.subnav li { width: 153px; clear: both; margin: 0px; padding: 0px; z-index: 200; }
  43. #menubar ul.subnav li a { background: #fff; height: 18px; width: 182px; padding: 4px 0 4px 18px; line-height: 18px; color: #555; font-size: 0.9em; border-right: none; }
  44. #menubar ul.subnav li a:hover { background: #f0f0f0; }
  45. /* SIDEBAR */
  46. div#sidenav { display: inline; float: left; width: 140px; font-size: 1em; min-height: 300px; margin: 2px 0px 0 0; }
  47. #sidenav ul { margin: 0; padding: 0; list-style-type: none; padding-top: 10px; }
  48. #sidenav a:hover { text-decoration: none; }
  49. /* FOOTER */
  50. div#footer { float: left; width: 100%; background: #eaeaea url(../images/admin_footer_bg.gif) repeat-x top; margin: 0; padding: 20px 0px; clear: both; text-align: center; }
  51. div#footer h3, div#footer h4 { color: #444; }
  52. div#footer strong { color: #29c4f0; }
  53. div#footer p { color: #afb7bc; font-size: 1em; }
  54. div#footer small { color: #CDD2D5; }
  55. div#footer ul { list-style-type: none; margin: 0; padding: 0; }
  56. div#footer li { margin: 0 0 3px; padding: 0; font-size: 0.9em; line-height: 1.4em; }
  57. div#footer a { color: #afb7bc; text-decoration: underline; }
  58. div#footer .copyright { color: #bbb; text-align: center; margin: 15px 0 0; }
  59. div#footer .copyright a { color: #aaa; }
  60. div#footer .col1 { width: 219px; }
  61. div#footer .col2 { width: 219px; margin: 0 40px 0 0; }
  62. div#footer .col3 { width: 219px; margin: 0 40px 0 0; }
  63. div#footer .col4 { width: 219px; }
  64. /* CONTENT */
  65. div#content { display: inline; float:left; width: 998px; height: auto !important; height: 280px; min-height: 280px; margin: 0px; padding: 10px 0 50px 0px; font-size: 1em; color: #555; }
  66. div#content.withcol { width: 640px; margin: 0px 0 0 20px; }
  67. div.content h1 { font-size: 1.6em; margin-top: 0; font-weight: normal; color: #333; }
  68. div.content h1 small { font-size: 0.6em; }
  69. div.content h2 { font-size: 1.4em; color: #444; margin: 0 0 15px; padding: 3px 0; font-weight: normal; }
  70. div.content h2.underline { border-bottom: 1px solid #ccc; }
  71. div.content h3 { font-size: 1.2em; color: #444; margin: 0 0 15px; font-weight: normal; }
  72. div.content h3.underline { border-bottom: 1px solid #ccc; }
  73. div.content small { font-size: 1em; }
  74. div.content .checkbox { margin: 7px 15px 0 0 !important; }
  75. div.content label { padding: 6px 0 3px; color: #777; }
  76. div.content select { background: #f5f5f5; border: 1px solid #aaa; padding: 6px 1px !important; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  77. div.content textarea { background: #f5f5f5; border: 1px solid #aaa; padding: 5px; width: 812px; height: 280px; }
  78. div.content textarea.small { width: 380px !important; height: 100px; }
  79. div.content textarea.big { height: 400px; }
  80. div.content textarea.half { width: 570px; margin: 0 6px 6px 0; }
  81. div.content textarea.short { width: 570px !important; height: 80px; }
  82. div.content textarea.editor { width: 987px; height: 400px; font-family: monospace, sans-serif; font-size: 10pt; }
  83. div.content small { color: #999; font-size: 0.9em; }
  84. div.content hr { border: 0; color: #ccc; background-color: #ccc; height: 1px; width: 100%; text-align: left; margin: 5px 0 10px; }
  85. a { color: #0e74b8; text-decoration: none; }
  86. a:hover { color: #A7C8DF; text-decoration: none; }
  87. div.content div.leftcol { float: left; width: 700px; }
  88. div.content div.rightcol { float: left; width: 158px; padding: 10px; background: #f4f4f4; border: 1px solid #ccc; margin: 0 0 0 20px; }
  89. h1.headingleft { float: left; width: auto; }
  90. h2.headingleft { float: left; width: 400px; }
  91. div.headingright { float: right; text-align: right; margin: 0 0 15px 0; }
  92. div.headingright select, div.headingright a.button, div.headingright input { float: left; }
  93. div.headingright label { display: none; }
  94. div.headingright select { width: 180px; background: #f6f6f6 !important; margin: 0 0 0 4px; }
  95. div.headingright h2 { margin: 0 !important; }
  96. div.headingright div { margin: 0 !important; }
  97. .button { background: #6ec621; border: 1px solid #57ab0e; color: #fff !important; text-decoration: none; vertical-align: middle; margin: 0 0 0 6px; cursor: pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  98. a.button { padding: 5px 10px 6px; }
  99. input.button { padding: 5px 8px 5px; }
  100. .small-button { background: #ddd; border: 1px solid #aaa; color: #777 !important; text-decoration: none; vertical-align: middle; padding: 3px; font-size: 0.9em !important; }
  101. .button.grey { background: #bbb; border: 1px solid #999; }
  102. .button.blue { background: #70b9ce; border: 1px solid #63a8bc; }
  103. .button.orange { background: #e79200; border: 1px solid #cd8300; }
  104. .button:hover { background: #ccc; border: 1px solid #aaa; }
  105. .button.small { padding: 3px 5px; font-size: 0.9em; }
  106. ul.innernav { display: inline; float: left; width: 998px; padding: 0; margin: 0 0 20px; list-style-type: none; border-bottom: 1px solid #ccc; clear: both; }
  107. ul.innernav li { position: relative; top: 1px; float: left; background: #e0e0e0; padding: 5px 18px; margin: 0 8px 0 0; border: 1px solid #ccc; }
  108. ul.innernav li.selected { background: #fff; border-bottom: 1px solid #fff; }
  109. ul.innernav li.selected:hover { background: #fff; }
  110. ul.innernav li a { color: #777; text-decoration: none; outline: none; }
  111. ul.innernav li a:hover { color: #999; }
  112. ul.innernav li:hover { background: #eee; }
  113. div.error { background: #FFDFDF; padding: 0 10px 0px; border: 1px solid #BF0000; margin: 0 0 20px 0; color: #444; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; }
  114. div.error h2 { color: #BF0000 !important; margin: 10px 0 !important; }
  115. div.hidden { width: 956px; display: none; background: #eaf5f8; padding: 20px; border: 1px solid #a0cad6; margin: 0 0 20px 0; clear: both; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; }
  116. .hide { display: none; }
  117. div.message { background: #f4f4f4; padding: 0 10px 0px; border: 1px solid #ccc; margin: 0 0 20px 0; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; }
  118. div.tip { background: #f0f9e8; padding: 0 10px 0px; border: 1px solid #b1e087; margin: 0 0 20px 0; color: #7b8a6e; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  119. span.tip { float: left; border: 1px solid #b1e087; background: #f0f9e8; padding: 6px; font-size: 0.95em; color: #7b8a6e; margin: 0 0 0 6px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  120. div.module { float: left; width: 298px; padding: 10px; margin: 0 20px 20px 0; background: #f4f4f4; border: 1px solid #ccc; color: #555; text-align: center; }
  121. div.module.last { margin: 0 0 20px 0; }
  122. div.module a { color: #EF8100; text-decoration: none; }
  123. div.module p { margin: 0 0 20px; }
  124. div.block { float: left; width: 170px; height: 120px; padding: 12px; margin: 0 10px 30px 0; background: #fff; border: 1px solid #bbb; color: #555; }
  125. div.block h2 { font-size: 1.2em; color: #EF8100; margin: 0 0 5px; }
  126. div.block p { font-size: 0.9em; }
  127. div.help { background: #f4f4f4; padding: 0; border: 1px solid #ccc; margin: 0px 0 20px; clear: both; }
  128. div.help p { margin: 0 0 15px; padding: 0 10px; }
  129. p.hide { position: absolute; right: 0; top: 0; margin: 4px 4px 0 4px !important; padding: 0 !important; text-align: right; }
  130. p.hide a { background: #fff; text-decoration: none; border: 1px solid #ccc; padding: 0 5px; color: #333; }
  131. a.toggle { outline: none; vertical-align: middle; }
  132. div.pagination { margin: 0 0 15px 0; clear: both; }
  133. div.pagination p { margin: 0 0 8px; text-align: right; margin: 2px 0 0; }
  134. div.pagination a { background: #fff; border: 1px solid #ccc; padding: 2px 4px; }
  135. div.pagination b { background: #f4f4f4; border: 1px solid #ccc; padding: 2px 4px; }
  136. div#totop { text-align: right; }
  137. form#search { float: left; width: 200px; }
  138. form#search .formelement { width: 140px; }
  139. form#search .inactive { color: #bbb; }
  140. div.template { float: left; margin: 0 0 6px; }
  141. div.template a { display: block; width: auto !important; padding: 5px; margin: 0 5px 0 0; font-weight: normal; font-size: 1.1em; text-decoration: none; background: #fff !important; color: #555 !important; border-left: 1px solid #777 !important; }
  142. img.loading { vertical-align: middle; margin: 10px 5px; display: none; text-align: center; }
  143. /* order */
  144. ul.order, ol.order { list-style-type: none; padding: 0; margin: 0; line-height: 1.5em; }
  145. ul.order ul, ol.order ol { list-style-type: none; padding: 0; margin: 0; }
  146. ul.order li, ol.order li { margin: 0; padding: 0; cursor: move; background: #f6f6f6; border-top: 4px solid #fff; clear: both; clear: both; }
  147. ul.order ul li, ol.order ol li { margin: 0; }
  148. ol.order { list-style-position: inside; }
  149. ol.order .col1 { display: inline; float: left; width: 460px; margin: 0; padding: 5px 10px; }
  150. ol.order .col2 { display: inline; float: left; width: 388px; margin: 0; padding: 5px 10px; }
  151. ol.order .buttons { display: inline; float: left; width: 90px; padding: 5px 10px; text-align: right; }
  152. .order img { margin: 0 5px 0 0; padding: 8px 0; vertical-align: middle; }
  153. .padded { margin: 0 10px 0 0; vertical-align: middle; }
  154. div.perm-heading { width: 376px; background: #eee; margin: 0 0 2px 0; padding: 0 2px; clear: both; }
  155. div.permissions { display: none; padding: 0 2px; clear: both; }
  156. ul.dashboardnav { margin: 0 5px 2px 0; text-align: right; }
  157. ul.dashboardnav li { display: inline; }
  158. ul.dashboardnav li a { background: #ccc; color: #fff; padding: 4px; font-size: 10px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  159. ul.dashboardnav li.active a { background: #29c4f0; }
  160. div#placeholder { width:660px;height:180px; margin-bottom: 10px; }
  161. div#activity { border: 1px solid #ccc; padding: 10px; overflow: auto; height: 180px; margin: 0 0 10px; }
  162. /* pages related */
  163. ol.order .pagelink { font-size: 1.2em; }
  164. ol.order .draft { background: #ffffec !important; }
  165. ol.order .hiddenpage { background: #e9e9e9; }
  166. ol.order .haschildren { margin: 8px 0; border-bottom: none !important; }
  167. /* TABLE */
  168. table.default { width: 100%; border-collapse: collapse; margin: 0 0 20px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; background: #fff; }
  169. table.default th { background-color: #E8E8E8; font-weight: bold; text-align: left; padding: 5px; border: 1px solid #bbb; color: #555; cursor: default; }
  170. table.default th a { color: #555; }
  171. table.default td { padding: 8px 5px; border-bottom: 1px solid #ccc; color: #555; }
  172. table.default tr.odd { background: #f4f4f4; }
  173. table.default th.narrow { width: 100px; }
  174. table.default th.wide { width: 200px; }
  175. table.default .tiny { width: 40px; text-align: center; }
  176. table.default tr.shade { background: #e3e3e3; }
  177. table.default tr.gold { background: #fffae5; }
  178. table.default .draft { background: #ffffec !important; }
  179. table.images { width: 100%; border-spacing: 10px; }
  180. table.images td { background-color: #f0f0f0; padding: 10px; line-height: 1.4em; font-size: 0.9em; }
  181. table.images .pic { padding: 10px; margin: 0 0 4px; border: 1px solid #ddd; background: #fff; text-align: center; }
  182. table.images .file { padding: 30px; margin: 0 0 4px; border: 1px solid #ddd; background: #fff; text-align: center; }
  183. table.images .buttons { width: 100%; text-align: right; margin: 0 0 10px; }
  184. table.order tr { cursor: move; }
  185. th a.orderasc { padding: 0 12px 0 0; background: url(../images/arrow_down.gif) no-repeat right; }
  186. th a.orderdesc { padding: 0 12px 0 0; background: url(../images/arrow_up.gif) no-repeat right; }
  187. /* ROWS */
  188. table tr.red { background: #EFC2C2; }
  189. tr.red td { border-bottom: solid 1px #CF8E8E; }
  190. table tr.orange { background: #f3dcb9; }
  191. tr.orange td { border-bottom: solid 1px #AF9A78; }
  192. table tr.grey { background: #e4e4e4; }
  193. tr.grey td { border-bottom: solid 1px #ccc; }
  194. table tr.blue { background: #C2E2EF; }
  195. tr.blue td { border-bottom: solid 1px #2DB4EB; }
  196. tr.alt { background: #eee; }
  197. /* FORM */
  198. .formelement { background: #f5f5f5; border: 1px solid #aaa; padding: 7px; width: 250px; vertical-align: middle; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  199. form.default { width: 100%; }
  200. form.default input, form.default select, form.default textarea, form.default button { font-family: "Lucida Grande", arial, sans-serif; font-size: 1em; color: #555; }
  201. form.default .formelement { float: left; }
  202. form.default label { float: left; width: 100%; font-weight: bold; clear: both; color: #444; }
  203. form.default label.radio { width: 180px; clear: none; }
  204. form.default input { margin: 0 4px 6px 0; }
  205. form.default select { width: 266px !important; margin: 0 4px 6px 0; }
  206. form.default textarea { margin: 0 0 6px; }
  207. form.default label small { font-weight: normal; }
  208. form.default div.editorBox { float: left; margin: 0 0 6px; }
  209. form.default .button { margin: 0 0 0 6px; }
  210. form.default .main { font-weight: bold; }
  211. form.default .nolabel { margin: 0; }
  212. form.default .readonly { float: left; padding: 6px; margin: 0 0 6px; }
  213. form.default .preview { float: left; width: 396px; height: 278px; background: url(../images/preview_bg.gif) no-repeat center; overflow: auto; border: 1px solid #ccc; padding: 6px; margin: 0 0 6px; }
  214. form.default .preview img { max-width: 380px; }
  215. form.default .small { width: 50px !important; }
  216. form.default .price { float: left; line-height: 30px; margin: 0 5px; }
  217. input.disabled { color: #aaa !important; }
  218. form.default .categories { float: left; vertical-align: middle; margin: 0 0 6px; }
  219. form.default .category { float: left; vertical-align: middle; margin: 0 2px 0 0; padding: 6px; border: solid 1px #ddd; }
  220. form.default .category.hover { background: #FEFBD2; border: solid 1px #FFF77F; cursor: pointer; }
  221. form.default .category span { font-size: 0.9em; margin: 0; padding: 0 8px; vertical-align: middle; }
  222. form.default .category input { margin: 0; padding: 0; vertical-align: middle; }
  223. form.default .buttons { margin: 5px 0 0 0; }
  224. form.default .previewbutton { display: none; }
  225. form.default .buttons img { height: 19px; }
  226. input.error { border: 1px solid red !important; }
  227. label.error { color: red !important; }
  228. div.content .highlight { border: 1px #4DAF4C solid !important; background: #fff; color: #222 !important; }
  229. div.autosave { position: relative; margin: 0; }
  230. span.autosave-saving { display: none; position: absolute; right: 10px; top: 30px; color: #333; font-size: 1.2em; padding: 6px 10px 6px 35px; border: 1px solid #fff; background: #fff url(../images/loader.gif) no-repeat 10px center; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  231. span.autosave-complete { display: none; position: absolute; right: 10px; top: 30px; color: #fff; font-size: 1.2em; padding: 6px 10px; border: 1px solid #29c4f0; background: #29c4f0; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  232. div.codehighlight { border: 1px solid #ccc; margin: 10px 0; clear: both; }
  233. div#calendarbox { display: none; position: absolute; top: 110px; left: 444px; padding: 2px; background: #f4f4f4; border: 1px solid #ccc; }
  234. a.closebox { display: block; text-align: right; font-size: 0.9em; margin: 0 0 5px; }
  235. a.showdate { display: block; float: left; width: 24px; height: 24px; background: url(../images/icon_calendar.gif) no-repeat; outline: none; text-indent: -9980px; vertical-align: middle; margin: 0 0 0 2px; }
  236. div.popup { position: absolute; display: none; width: 252px; }
  237. div.popupcontent { width: 210px; padding: 40px 25px 0px 15px; background: transparent url(../images/popup_bg.png) no-repeat; overflow: hidden; color: #444; font-size: 0.9em; }
  238. div.popupbottom { width: 252px; height: 33px; background: transparent url(../images/popup_bottom.png) no-repeat; }
  239. .hover { display: block !important; }
  240. /* CALENDAR */
  241. table .calendar { border: 1px #ccc solid; background-color: transparent; }
  242. table .calheading { background-color: #333; color: #fff; text-align: center; }
  243. table .calnavleft { background-color: #333; font-size: 0.9em; font-weight: bold; color: #fff; padding: 4px; cursor: pointer; }
  244. table .calnavright { background-color: #333; font-size: 0.9em; font-weight: bold; color: #fff; text-align: right; padding: 4px; cursor: pointer; }
  245. table .caldayheading { background-color: #ccc; color: #fff; font-size: 0.9em; text-align: center; padding: 6px 2px 6px 2px; }
  246. table .caldaycells { color: #000; background-color: #f4f4f4; font-size: 0.9em; text-align: center; padding: 4px; border: 1px #E0E5F1 solid; cursor: pointer; }
  247. table .caldaycellhover { color: #fff; background-color: #B3BCD4; font-size: 0.9em; text-align: center; padding: 4px; border: 1px #B3BCD4 solid; cursor: pointer; }
  248. table .caldayselected { background-color: #737FAC; color: #fff; font-size: 0.9em; font-weight: bold; text-align: center; border: 1px #566188 solid; padding: 3px; cursor: pointer; }
  249. table .calblanktop { background-color: #fff; padding: 4px; }
  250. table .calblankbot { background-color: #fff; padding: 4px; }
  251. /* PANE SLIDE */
  252. div.panes { width: 998px; overflow: hidden; clear: both; }
  253. div.pane { float: left; width: 998px; }
  254. div#editor, iframe#preview { width: 996px; height: 540px; margin-top: 10px; overflow: auto; border: 1px solid #ddd; }
  255. div.uploadfile { float: left; width: 250px; padding: 6px; background: #ffeece; border: 1px solid #bbb; margin: 0 0 6px; }
  256. div.uploadfile img { max-width: 250px; max-height: 250px; }
  257. /* columns */
  258. div.col1 { display: inline; float: left; width: 558px; margin: 0 60px 0 0; padding: 0; }
  259. div.col2 { display: inline; float: left; width: 380px; padding: 0; }
  260. div.col3 { display: inline; float: left; padding: 0; }
  261. div.col4 { display: inline; float: left; padding: 0; }
  262. #tpl-2col .col1 { width: 660px; margin: 0 30px 0 0; }
  263. #tpl-2col .col2 { width: 298px; margin: 0; }
  264. #tpl-3col .col1 { width: 640px; margin: 0 40px 0 0; }
  265. #tpl-3col .col2 { width: 139px; margin: 0 40px 0 0; }
  266. #tpl-3col .col3 { width: 139px; margin: 0; }
  267. #tpl-3col .button { line-height: 2.5em; margin: 0; }
  268. #tpl-3col table.default { margin: 0 0 5px; }
  269. /* QUOTA */
  270. div.quota { width: 100%; height: 30px; background: #f4f4f4; margin: 0 0 15px; border: 1px solid #ddd; clear: both; overflow: hidden; }
  271. div.quota .used { width: 80px; height: 10px; padding: 10px 0; background: #8ec533; color: #fff; font-size: 0.9em; font-weight: bold; text-align: center; }
  272. div.quota .over { width: 100%; height: 10px; padding: 10px 0; background: #ff0000; color: #fff; font-size: 0.9em; font-weight: bold; text-align: center; }
  273. div.smallquota { width: 100%; height: 15px; background: #f4f4f4; margin: 0; border: 1px solid #ddd; clear: both; overflow: hidden; }
  274. div.smallquota .used { width: 1px; height: 15px; background: #8ec533; color: #fff; font-size: 0.9em; font-weight: bold; text-align: center; }
  275. div.smallquota .over { width: 100%; height: 15px; background: #ff0000; color: #fff; font-size: 0.9em; font-weight: bold; text-align: center; }
  276. /* BROWSER */
  277. a.halogycms_button { display: block; float:left; padding:5px; margin:0 5px 0; border:1px solid #e6e6e6; background:#f2f2f2; font-size:11px; color:#000; text-decoration:none; font-weight:bold; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; outline:none; }
  278. a.halogycms_button:hover { background:#f6f6f6; border:1px solid #ccc; }
  279. #halogycms_browser { display: none; position: fixed; right: 20px; top: 20px; width: 250px; height: auto !important; height: 50px; min-height: 50px; background: #fff; border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow: 0px 0px 15px #ccc; -webkit-box-shadow: 0px 0px 15px #ccc; box-shadow: 0px 0px 15px #ccc; padding: 0; z-index: 1000; }
  280. #halogycms_browser.loading { background: #fff url(../images/loading.gif) no-repeat center; }
  281. #halogycms_browser #halogycms_scroll { height: 450px; width: 100%; border-top: 1px solid #ddd; overflow: auto; }
  282. #halogycms_browser .halogycms_button { margin: 8px; float: right; }
  283. #halogycms_browser .halogycms_close { padding: 0; margin: 12px 10px; float: right; }
  284. #halogycms_browser a { color: #333; text-decoration: none; }
  285. #halogycms_browser p { margin: 12px; }
  286. #halogycms_browser img { border: none !important; }
  287. #halogycms_browser ul img { padding: 0; margin: 0; vertical-align: middle; }
  288. #halogycms_browser ul { display: inline; float: left; width: 100%; list-style-type: none; margin: 0; padding: 0; clear: both; }
  289. #halogycms_browser ul li { display: inline; float: left; width: 100%; margin: 0; padding: 5px 0; border-bottom: 1px solid #eee; clear: both; }
  290. #halogycms_browser ul li.fixed { height: 60px; }
  291. #halogycms_browser ul .halogycms_title a { outline: none; }
  292. #halogycms_browser ul .halogycms_title strong { padding: 5px; }
  293. #halogycms_browser ul .halogycms_title:hover { background: none; }
  294. #halogycms_browser ul li:hover { background: #f4f4f4; }
  295. #halogycms_browser .halogycms_thumb { display: inline; float: left; width: 70px; height; 70px; padding: 0; text-align: center; }
  296. #halogycms_browser .halogycms_description { display: inline; float: left; width: 160px; height; 60px; }