portal.css 3.3 KB

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