portal.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. html, body {
  2. margin: 0;
  3. padding:0;
  4. overflow-y: auto;
  5. font-family: Arial,Helvetica,Verdana,sans-serif;
  6. font-size: 8pt;
  7. }
  8. #portal {
  9. height: 100%;
  10. }
  11. #content {
  12. margin: auto;
  13. padding-left: 10px;
  14. padding-right: 10px;
  15. no.text-align: center;
  16. overflow-y: auto;
  17. max-width: 90%;
  18. min-width: 960px;
  19. position: relative;
  20. display: block;
  21. clear: both;
  22. }
  23. div#portal #welcome {
  24. background: url("./images/dockbar_bg.png") repeat-x scroll 0 0 #97A1AE;
  25. border-bottom: 1px solid #636364;
  26. font-size: 13px;
  27. padding: 1px 5px;
  28. position: relative;
  29. z-index: 300;
  30. text-align:right;
  31. color: #2C2F34;
  32. font-weight: bold;
  33. text-shadow: 1px 1px #FFFFFF;
  34. }
  35. div#portal #banner {
  36. height: 116px;
  37. display: block;
  38. vertical-align:middle;
  39. background-color: #f6f6f1;
  40. background: none repeat scroll 0 0 transparent;
  41. margin: 0 auto;
  42. max-width: 90%;
  43. min-width: 960px;
  44. position: relative;
  45. margin-bottom: 1em;
  46. }
  47. div#portal #logo {
  48. background: url(./images/company_logo.png?v=2) 0 50% no-repeat;
  49. margin-top:6px;
  50. margin-bottom:6px;
  51. margin-left:20px;
  52. margin-right:20px;
  53. height: 60px;
  54. border: 0;
  55. vertical-align: middle;
  56. text-align: center;
  57. display: block;
  58. line-height: 116px;
  59. }
  60. #menu {
  61. background: url("./images/bg.png") repeat-x scroll 0 0 #414445;
  62. clear: both;
  63. min-height: 2.4em;
  64. line-height: 3em;
  65. -moz-border-radius: 4px;
  66. vertical-align: middle;
  67. }
  68. #portal_menu {
  69. height: 60px;
  70. }
  71. div.button {
  72. font-size: 1.1em;
  73. font-weight: bold;
  74. text-decoration: none;
  75. }
  76. a.button , a.button:visited {
  77. line-height: 1.2em;
  78. color: #FFFFFF;
  79. font-size: 1.1em;
  80. font-weight: bold;
  81. text-decoration: none;
  82. display: inline;
  83. clear:both;
  84. }
  85. a.button:hover span {
  86. background: #000;
  87. }
  88. a.button span {
  89. vertical-align:middle;
  90. margin: 0 1px;
  91. padding: 5px;
  92. padding-left: 15px;
  93. padding-right: 15px;
  94. -moz-border-radius: 4px;
  95. border-radius: 4px;
  96. }
  97. #close_form_table {
  98. width: 100%;
  99. padding: 20px;
  100. }
  101. #request_details td {
  102. text-align:left;
  103. }
  104. #request_details td fieldset{
  105. xxxheight:100%;
  106. }
  107. #form_details {
  108. display: inline-block;
  109. }
  110. div.wizContainer
  111. {
  112. border: 1px solid #C8C9CA;
  113. -moz-border-radius: 4px 4px 4px 4px;
  114. background-color: #fff;
  115. padding: 3px;
  116. }
  117. .wizContainer table {
  118. nodisplay: inline-block;
  119. text-align: left;
  120. }
  121. #user_request_comment {
  122. width: 30em;
  123. height: 20em;
  124. }
  125. #buttons {
  126. margin-top: 1em;
  127. }
  128. div#buttons #btn_cancel {
  129. margin-right: 50px;
  130. }
  131. div#buttons #btn_back {
  132. margin-left: 50px;
  133. margin-right: 5px;
  134. }
  135. div#buttons #btn_next {
  136. margin-left: 5px;
  137. }
  138. div#buttons #btn_finish {
  139. margin-left: 5px;
  140. }
  141. table.listContainer {
  142. clear: both;
  143. width: 100%;
  144. }
  145. h1 {
  146. background: url("./images/header_bg.png") repeat-x scroll 0 0 #D4D4D4;
  147. border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  148. border-style: solid;
  149. border-width: 1px;
  150. font-size: 1.1em;
  151. font-weight: bold;
  152. color: #222222;
  153. font-weight: bold;
  154. text-shadow: 1px 1px #FFFFFF;
  155. padding: 5px;
  156. -moz-border-radius: 4px 4px 4px 4px;
  157. margin-top: 5px;
  158. }
  159. div.DrawerHandle {
  160. display:none;
  161. }
  162. div.HRDrawer {
  163. background: transparent;
  164. border: 0;
  165. height: 0.5em;
  166. }
  167. .SearchDrawer {
  168. background-color: #F9EDBF;
  169. border: 0;
  170. -moz-border-radius: 4px 4px 4px 4px;
  171. }
  172. .SearchDrawer label {
  173. background: transparent;
  174. }
  175. #open_incidents, #open_requests, #open_changes, #request_details {
  176. margin-bottom: 1em;
  177. }
  178. legend {
  179. background: url("./images/header_bg.png") repeat-x scroll 0 0 #D4D4D4;
  180. border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  181. border-style: solid;
  182. border-width: 1px;
  183. font-size: 1.1em;
  184. font-weight: bold;
  185. color: #222222;
  186. font-weight: bold;
  187. text-shadow: 1px 1px #FFFFFF;
  188. padding: 5px;
  189. -moz-border-radius: 4px 4px 4px 4px;
  190. margin-top:0;
  191. }
  192. table.details > tbody > tr > td {
  193. padding-bottom: 5px;
  194. padding-top: 3px;
  195. padding-right: 5px;
  196. border: 0;
  197. }
  198. .label {
  199. font-weight: bold;
  200. }
  201. .caselog {
  202. display:block;
  203. width: 100%;
  204. }
  205. .caselog textarea {
  206. resize: none;
  207. }
  208. .edit_item {
  209. margin-bottom: 1em;
  210. }
  211. div.edit_item span div table {
  212. width: 100%;
  213. }
  214. div.edit_item span div table tbody tr td textarea{
  215. width: 99%;
  216. }
  217. div#ticket_shortcuts form {
  218. display: inline-block;
  219. }