portal.css 3.3 KB

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