portal.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. #portal_menu {
  38. height: 60px;
  39. }
  40. div.button {
  41. margin-left:20px;
  42. margin-right:20px;
  43. height: 60px;
  44. border: 0;
  45. vertical-align: middle;
  46. text-align: center;
  47. display: inline-block;
  48. line-height: 48px;
  49. }
  50. a.button , a.button:visited {
  51. color: #1C94C4;
  52. text-decoration: none;
  53. vertical-align: middle;
  54. height: 48px;
  55. line-height: 48px;
  56. display: inline-block;
  57. }
  58. a.button span {
  59. vertical-align:middle;
  60. margin-right: 20px;
  61. margin-left: 50px;
  62. }
  63. #close_form_table {
  64. width: 100%;
  65. padding: 20px;
  66. }
  67. #logoff {
  68. float: right;
  69. background: url(../images/logoff.png) right center no-repeat;
  70. }
  71. #logoff span {
  72. margin-right: 50px;
  73. margin-left: 20px;
  74. }
  75. #cancel {
  76. background: url(../images/stop-mid.png) 0 0 no-repeat;
  77. }
  78. #create {
  79. background: url(../modules/itop-request-mgmt-1.0.0/images/user-request.png) 0 0 no-repeat;
  80. }
  81. #user_info {
  82. background: url(../images/clean-mid.png) 0 0 no-repeat;
  83. }
  84. #change_pwd {
  85. background: url(../images/password.png) 0 0 no-repeat;
  86. }
  87. #back {
  88. background: url(../images/back.png) 0 0 no-repeat;
  89. }
  90. #back span {
  91. margin-left: 54px;
  92. }
  93. #refresh {
  94. background: url(../images/refresh.png) 0 0 no-repeat;
  95. margin-right: 40px;
  96. }
  97. #refresh span {
  98. margin-left: 54px;
  99. margin-right: 20px;
  100. }
  101. #request_details {
  102. display: inline-block;
  103. }
  104. #request_details table {
  105. border: #f1f1f6 2px solid;
  106. }
  107. #form_details {
  108. display: inline-block;
  109. }
  110. .wizContainer table {
  111. display: inline-block;
  112. text-align: left;
  113. }