portal.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .portal{
  2. padding:0;
  3. margin:0;
  4. border:1px solid #99BBE8;
  5. overflow:auto;
  6. }
  7. .portal-noborder{
  8. border:0;
  9. }
  10. .portal-panel{
  11. margin-bottom:10px;
  12. }
  13. .portal-column-td{
  14. vertical-align:top;
  15. }
  16. .portal-column{
  17. padding:10px 0 10px 10px;
  18. overflow:hidden;
  19. }
  20. .portal-column-left{
  21. padding-left:10px;
  22. }
  23. .portal-column-right{
  24. padding-right:10px;
  25. }
  26. .portal-proxy{
  27. opacity:0.6;
  28. filter:alpha(opacity=60);
  29. }
  30. .portal-spacer{
  31. border:3px dashed #eee;
  32. margin-bottom:10px;
  33. }
  34. .panel-header{
  35. background: #FDFDFD;
  36. }
  37. .panel-title {
  38. background: url('images/blank.gif') no-repeat;
  39. }
  40. div.panel-title {
  41. color: #fff;
  42. }
  43. .icon-pending{
  44. background:url('images/pending.png') no-repeat center center;
  45. }
  46. .icon-addressList{
  47. background:url('images/report_user.png') no-repeat center center;
  48. }
  49. .icon-message{
  50. background:url('images/user_comment.png') no-repeat center center;
  51. }
  52. .icon-refresh{
  53. background:url('images/table_refresh.png') no-repeat center center;
  54. }
  55. .icon-viewmore{
  56. background:url('images/view_more.png') no-repeat center center;
  57. }