portal.css 3.3 KB

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