portal.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. html, body {
  2. margin: 0;
  3. padding:0;
  4. overflow-y: auto;
  5. }
  6. #portal {
  7. height: 100%;
  8. }
  9. #content {
  10. margin: 10px;
  11. padding-left: 10px;
  12. padding-right: 10px;
  13. text-align: center;
  14. overflow-y: auto;
  15. display: block;
  16. }
  17. div#portal #banner {
  18. width: 100%;
  19. height: 60px;
  20. display: block;
  21. vertical-align:middle;
  22. background-color: #f6f6f1;
  23. }
  24. div#portal #logo {
  25. width: 126px;
  26. background: url(../images/itop-logo.png) 0 0 no-repeat;
  27. margin-left:20px;
  28. margin-right:20px;
  29. height: 60px;
  30. border: 0;
  31. vertical-align: middle;
  32. text-align: center;
  33. display: inline-block;
  34. line-height: 48px;
  35. padding-right:50px;
  36. }
  37. div#menu {
  38. display: block;
  39. width: auto;
  40. position: absolute;
  41. top: 0;
  42. left: 200px;
  43. right: 0px;
  44. line-height: 48px;
  45. height: 48px;
  46. }
  47. #portal_menu {
  48. height: 60px;
  49. }
  50. div.button {
  51. margin-left:20px;
  52. margin-right:20px;
  53. height: 60px;
  54. border: 0;
  55. vertical-align: middle;
  56. text-align: center;
  57. display: inline-block;
  58. line-height: 48px;
  59. }
  60. a.button , a.button:visited {
  61. color: #1C94C4;
  62. text-decoration: none;
  63. vertical-align: middle;
  64. height: 48px;
  65. line-height: 48px;
  66. display: inline-block;
  67. }
  68. a.button span {
  69. vertical-align:middle;
  70. margin-right: 20px;
  71. margin-left: 50px;
  72. }
  73. #close_form_table {
  74. width: 100%;
  75. padding: 20px;
  76. }
  77. #logoff {
  78. display: block;
  79. float: right;
  80. background: url(../images/logoff.png) right center no-repeat;
  81. }
  82. #logoff span {
  83. margin-right: 50px;
  84. margin-left: 20px;
  85. }
  86. #cancel {
  87. background: url(../images/stop-mid.png) 0 0 no-repeat;
  88. }
  89. #create {
  90. background: url(../modules/itop-request-mgmt-1.0.0/images/user-request.png) 0 0 no-repeat;
  91. }
  92. #user_info {
  93. background: url(../images/clean-mid.png) 0 0 no-repeat;
  94. }
  95. #change_pwd {
  96. background: url(../images/password.png) 0 0 no-repeat;
  97. }
  98. #back {
  99. background: url(../images/back.png) 0 0 no-repeat;
  100. }
  101. #back span {
  102. margin-left: 54px;
  103. }
  104. #refresh {
  105. background: url(../images/refresh.png) 0 0 no-repeat;
  106. margin-right: 40px;
  107. }
  108. #refresh span {
  109. margin-left: 54px;
  110. margin-right: 20px;
  111. }
  112. #request_details {
  113. display: inline-block;
  114. width:800px;
  115. text-align: left;
  116. }
  117. #form_close_request {
  118. display: inline-block;
  119. width:800px;
  120. text-align: left;
  121. }
  122. #request_details_log {
  123. width:774px;
  124. }
  125. #request_details table {
  126. border: #f1f1f6 2px solid;
  127. text-align: left;
  128. }
  129. #form_details {
  130. display: inline-block;
  131. }
  132. .wizContainer table {
  133. display: inline-block;
  134. text-align: left;
  135. }