admin.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. body{
  2. min-width:952px;
  3. }
  4. .main{
  5. width:952px;
  6. }
  7. .col-count03{
  8. width:955px;
  9. }
  10. .col-count02{
  11. width:752px;
  12. }
  13. #page-content{
  14. width:750px;
  15. }
  16. .page-content{
  17. width:590px;
  18. }
  19. .content-add01{
  20. width:752px;
  21. }
  22. .content-add02{
  23. width:534px;
  24. }
  25. #header{
  26. width:952px;
  27. }
  28. .header-top{
  29. background:url(../images/bg-admin-header-top.gif) no-repeat;
  30. width:952px;
  31. }
  32. .header-center{
  33. width:950px;
  34. }
  35. .header-add{
  36. height:160px;
  37. width:950px;
  38. }
  39. .header-add01{
  40. background:url(../images/bg-admin-header.png) no-repeat;
  41. width:927px;
  42. }
  43. .header-box{
  44. left:340px;
  45. }
  46. .header-bottom{
  47. background:url(../images/bg-admin-header-bottom.gif) no-repeat;
  48. width:952px;
  49. }
  50. #footer{
  51. width:950px;
  52. }
  53. #footer .footer-bottom{
  54. width:950px;
  55. }
  56. .search-form{padding-left: 8px;}
  57. .search-form a{padding-left: 0;}
  58. /* Pager - BEGIN */
  59. #list-footer{width: 750px;}
  60. #persistence-manager{float:left;}
  61. /* Pager - END */
  62. /* Filter - BEGIN */
  63. .filter{width:750px;}
  64. .filter-middle{width:734px;}
  65. /* Filter - END */
  66. /* Admin CRUD - BEGIN */
  67. table.admin-list {border-collapse:collapse; width: 750px; margin-top: 15px;}
  68. table.admin-list th, table.admin-list td {border:1px solid #9BA525; padding: 4px; text-align:left;}
  69. table.admin-list th {background-color:#C5D22F; color:#000;}
  70. table.admin-list th a {color:#000;font-weight:bold;font-size:11pt;}
  71. table.admin-list tr.line:hover {background-color:#edf1c6;}
  72. /* Admin CRUD - END */
  73. /* Admin sub-list - BEGIN */
  74. table.admin-sub-list {border-collapse:collapse; width: 720px; margin: 10px;}
  75. table.admin-sub-list th, table.admin-sub-list td {border:1px solid #9BA525; padding: 4px; text-align:left;}
  76. table.admin-sub-list th {background-color:#edf1c6; color:#000;}
  77. table.admin-sub-list th a {color:#000;font-weight:bold;font-size:11pt;}
  78. /* Admin sub-list - END */
  79. /* Admin links - BEGIN */
  80. a.add { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/add.png) 0% 50% no-repeat }
  81. a.order { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/order.png) 0% 50% no-repeat }
  82. a.invoice { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/invoice.png) 0% 50% no-repeat }
  83. a.activate { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/activate.png) 0% 50% no-repeat }
  84. a.delete { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/delete.png) 0% 50% no-repeat }
  85. a.change-node { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/change_node.png) 0% 50% no-repeat }
  86. a.send { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/send.png) 0% 50% no-repeat }
  87. a.dispatch { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/dispatch.png) 0% 50% no-repeat }
  88. a.zyvon { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/zyvon.png) 0% 50% no-repeat }
  89. a.print { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/print.png) 0% 50% no-repeat }
  90. a.archive { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/archive.png) 0% 50% no-repeat }
  91. a.adjust { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/adjust.png) 0% 50% no-repeat }
  92. a.validate { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/accept.png) 0% 50% no-repeat }
  93. a.pdf, span.pdf { padding: 2px 2px 2px 20px; background: transparent url(../images/actions/pdf.png) 0% 50% no-repeat }
  94. /* Admin links - END */
  95. .add_button_link{ display: block; background: transparent url(../images/actions/add.png) 0% 50% no-repeat; padding: 0 0 0 20px; line-height: 16px; margin: 5px 0 10px;}
  96. .send_button_link{ display: block; background: transparent url(../images/actions/send.png) 0% 50% no-repeat; padding: 0 0 0 20px; line-height: 16px; margin: 5px 0 10px;}