dialog.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .claro .dijitDialogTitleBar {
  15. background: #E7F3FF;
  16. background-image: none;
  17. }
  18. .claro .dijitDialogCloseIcon {
  19. background: url("images/dialog/dialog_icon_close.gif") no-repeat right top;
  20. height: 18px;
  21. width: 18px;
  22. /* position: absolute;
  23. vertical-align: middle;
  24. right: 6px;
  25. top: 4px;
  26. height: 15px;
  27. width: 15px;
  28. cursor: pointer;*/
  29. }
  30. .claro .dijitDialog {
  31. border: 1px solid #769dc0;
  32. box-shadow:0px 1px 5px rgba(0,0,0,0.25);
  33. -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.25);
  34. -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
  35. background:none repeat scroll 0 0 #FFFFFF;
  36. font-family: Tahoma, Arial;
  37. font:12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
  38. }
  39. .dj_ie6 .claro .dijitDialogCloseIcon {
  40. background : url("images/dialog/dialog_icon_close.gif") no-repeat right top;
  41. height: 18px;
  42. width: 18px;
  43. }
  44. .claro .dijitDialogCloseIcon-hover {
  45. background: url("images/dialog/dialog_icon_close_h.gif") no-repeat right top;
  46. height: 18px;
  47. width: 18px;
  48. }
  49. .dj_ie6 .claro .dijitDialogCloseIcon-hover {
  50. background : url("images/dialog/dialog_icon_close_h.gif") no-repeat right top;
  51. height: 18px;
  52. width: 18px;
  53. }