portal.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. div#portal #banner {
  2. width: 100%;
  3. height: 60px;
  4. display: inline-block;
  5. vertical-align:middle;
  6. background-color: #f6f6f1;
  7. }
  8. div#portal #logo {
  9. width: 126px;
  10. background: url(../images/itop-logo.png) 0 0 no-repeat;
  11. margin-left:20px;
  12. margin-right:20px;
  13. height: 60px;
  14. border: 0;
  15. vertical-align: middle;
  16. text-align: center;
  17. display: inline-block;
  18. line-height: 48px;
  19. padding-right:50px;
  20. }
  21. #portal_menu {
  22. height: 60px;
  23. }
  24. div.button {
  25. margin-left:20px;
  26. margin-right:20px;
  27. height: 60px;
  28. border: 0;
  29. vertical-align: middle;
  30. text-align: center;
  31. display: inline-block;
  32. line-height: 48px;
  33. }
  34. a.button , a.button:visited {
  35. color: #1C94C4;
  36. text-decoration: none;
  37. vertical-align: middle;
  38. height: 48px;
  39. line-height: 48px;
  40. display: inline-block;
  41. }
  42. a.button span {
  43. vertical-align:middle;
  44. margin-right: 20px;
  45. margin-left: 50px;
  46. }
  47. #close_form_table {
  48. width: 100%;
  49. padding: 20px;
  50. }
  51. #logoff {
  52. float: right;
  53. background: url(../images/logoff.png) right center no-repeat;
  54. }
  55. #logoff span {
  56. margin-right: 50px;
  57. margin-left: 20px;
  58. }
  59. #cancel {
  60. background: url(../images/stop-mid.png) 0 0 no-repeat;
  61. }
  62. #create {
  63. background: url(../modules/itop-request-mgmt-1.0.0/images/user-request.png) 0 0 no-repeat;
  64. }
  65. #user_info {
  66. background: url(../images/clean-mid.png) 0 0 no-repeat;
  67. }
  68. #change_pwd {
  69. background: url(../images/password.png) 0 0 no-repeat;
  70. }
  71. #back {
  72. background: url(../images/back.png) 0 0 no-repeat;
  73. }
  74. #back span {
  75. margin-left: 54px;
  76. }
  77. #refresh {
  78. background: url(../images/refresh.png) 0 0 no-repeat;
  79. margin-right: 40px;
  80. }
  81. #refresh span {
  82. margin-left: 54px;
  83. margin-right: 20px;
  84. }
  85. #content {
  86. margin: 10px;
  87. padding: 10px;
  88. text-align: center;
  89. }
  90. #request_details {
  91. display: inline-block;
  92. }
  93. #request_details table {
  94. border: #f1f1f6 2px solid;
  95. }
  96. #form_details {
  97. display: inline-block;
  98. }
  99. .wizContainer table {
  100. display: inline-block;
  101. text-align: left;
  102. }