Common.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* overwrite */
  2. .tundra .dojoxGridHeader .dojoxGridCell{
  3. background: #fafafa url(../../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left;
  4. border-top: 1px solid #bfbfbf;
  5. /*border-left-width: 0px;*/
  6. }
  7. .tundra .dojoxGridCell {
  8. padding:0px;
  9. /*display:inline;*/
  10. /*position:relative;*/
  11. /*border-left-width: 0px;*/
  12. }
  13. .dj_ie6 .tundra .dojoxGridMasterView .dojoxGridCellOver{
  14. border: 1px dashed #e9e9e9;
  15. }
  16. .dj_ie6 .tundra .dojoxGridHeader .dojoxGridCellOver{
  17. border-bottom: none !important;
  18. border-right: 1px solid #D5CDB5 !important;
  19. border-top: 1px solid #D5CDB5 !important;
  20. }
  21. .tundra .dojoxGridRowbarInner {
  22. width:20px;
  23. }
  24. .tundra .dojoxGridCellOver .dojoxGridSortNode,
  25. .tundra .dojoxGridCellSortFocus .dojoxGridSortNode {
  26. cursor:pointer;
  27. background: #f8fafd url("../../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x;
  28. }
  29. /* end overwrite */
  30. /* fix safari focus border - overwrite */
  31. .dj_webkit .tundra .dojoxGridCell,
  32. .dj_webkit .tundra .dojoxGridCellFocus {
  33. outline: none;
  34. }
  35. /*Pagination*/
  36. .tundra .dojoxGridPaginator {
  37. background: url("../../../../../dijit/themes/tundra/images/titleBar.png") repeat-x top left;
  38. }