portal.css 3.5 KB

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