portal.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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) 0 0 no-repeat;
  49. margin-top:6px;
  50. margin-left:20px;
  51. margin-right:20px;
  52. height: 60px;
  53. border: 0;
  54. vertical-align: middle;
  55. text-align: center;
  56. display: block;
  57. line-height: 116px;
  58. }
  59. #menu {
  60. background: url("./images/bg.png") repeat-x scroll 0 0 #414445;
  61. clear: both;
  62. min-height: 2.4em;
  63. line-height: 3em;
  64. -moz-border-radius: 4px;
  65. vertical-align: middle;
  66. }
  67. #portal_menu {
  68. height: 60px;
  69. }
  70. div.button {
  71. font-size: 1.1em;
  72. font-weight: bold;
  73. text-decoration: none;
  74. }
  75. a.button , a.button:visited {
  76. line-height: 1.2em;
  77. color: #FFFFFF;
  78. font-size: 1.1em;
  79. font-weight: bold;
  80. text-decoration: none;
  81. display: inline;
  82. clear:both;
  83. }
  84. a.button:hover span {
  85. background: #000;
  86. }
  87. a.button span {
  88. vertical-align:middle;
  89. margin: 0 1px;
  90. padding: 5px;
  91. padding-left: 15px;
  92. padding-right: 15px;
  93. -moz-border-radius: 4px;
  94. border-radius: 4px;
  95. }
  96. #close_form_table {
  97. width: 100%;
  98. padding: 20px;
  99. }
  100. #request_details td {
  101. text-align:left;
  102. }
  103. #request_details td fieldset{
  104. xxxheight:100%;
  105. }
  106. #form_details {
  107. display: inline-block;
  108. }
  109. div.wizContainer
  110. {
  111. border: 1px solid #C8C9CA;
  112. -moz-border-radius: 4px 4px 4px 4px;
  113. background-color: #fff;
  114. padding: 3px;
  115. }
  116. .wizContainer table {
  117. nodisplay: inline-block;
  118. text-align: left;
  119. }
  120. #user_request_comment {
  121. width: 30em;
  122. height: 20em;
  123. }
  124. #buttons {
  125. margin-top: 1em;
  126. }
  127. div#buttons #btn_cancel {
  128. margin-right: 50px;
  129. }
  130. div#buttons #btn_back {
  131. margin-left: 50px;
  132. margin-right: 5px;
  133. }
  134. div#buttons #btn_next {
  135. margin-left: 5px;
  136. }
  137. div#buttons #btn_finish {
  138. margin-left: 5px;
  139. }
  140. table.listContainer {
  141. clear: both;
  142. width: 100%;
  143. }
  144. h1 {
  145. background: url("./images/header_bg.png") repeat-x scroll 0 0 #D4D4D4;
  146. border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  147. border-style: solid;
  148. border-width: 1px;
  149. font-size: 1.1em;
  150. font-weight: bold;
  151. color: #222222;
  152. font-weight: bold;
  153. text-shadow: 1px 1px #FFFFFF;
  154. padding: 5px;
  155. -moz-border-radius: 4px 4px 4px 4px;
  156. margin-top: 5px;
  157. }
  158. div.DrawerHandle {
  159. display:none;
  160. }
  161. div.HRDrawer {
  162. background: transparent;
  163. border: 0;
  164. height: 0.5em;
  165. }
  166. .SearchDrawer {
  167. background-color: #F9EDBF;
  168. border: 0;
  169. -moz-border-radius: 4px 4px 4px 4px;
  170. }
  171. .SearchDrawer label {
  172. background: transparent;
  173. }
  174. #open_incidents, #open_requests, #open_changes, #request_details {
  175. margin-bottom: 1em;
  176. }
  177. legend {
  178. background: url("./images/header_bg.png") repeat-x scroll 0 0 #D4D4D4;
  179. border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  180. border-style: solid;
  181. border-width: 1px;
  182. font-size: 1.1em;
  183. font-weight: bold;
  184. color: #222222;
  185. font-weight: bold;
  186. text-shadow: 1px 1px #FFFFFF;
  187. padding: 5px;
  188. -moz-border-radius: 4px 4px 4px 4px;
  189. margin-top:0;
  190. }
  191. table.details > tbody > tr > td {
  192. padding-bottom: 5px;
  193. padding-top: 3px;
  194. padding-right: 5px;
  195. border: 0;
  196. }
  197. .label {
  198. font-weight: bold;
  199. }
  200. .caselog {
  201. display:block;
  202. width: 100%;
  203. }
  204. .caselog textarea {
  205. resize: none;
  206. }
  207. .edit_item {
  208. margin-bottom: 1em;
  209. }
  210. div.edit_item span div table {
  211. width: 100%;
  212. }
  213. div.edit_item span div table tbody tr td textarea{
  214. width: 99%;
  215. }
  216. div#ticket_shortcuts form {
  217. display: inline-block;
  218. }