Advertisement
AE1360

Untitled

May 9th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Roboto');
  2. div#LiveTickerListingWindow {
  3. left: 1px!important;
  4. top: 1px!important;
  5. width: 1900px!important;
  6. }
  7.  
  8. .x-window-bbar {
  9. display: none;
  10. }
  11. .x-window-tl .x-window-header {
  12. display: none;
  13. }
  14.  
  15. .x-window-plain .x-window-body {width:1900px!important;}
  16. .x-shadow {display:none!important;}
  17. .x-panel-bwrap{width:1900px;}
  18. .x-grid3-scroller {height: 100vh!important;width: 1900px!important;}
  19. .x-panel {
  20. left:0px!important;
  21. width:1900px!important;
  22. }
  23.  
  24. .x-grid-panel .x-panel-body {min-height: 100vh!important;
  25. width: 1900px!important;}
  26. .x-window-ml {min-height:100vh!important;}
  27. .x-window-plain .x-window-body {height:100vh!important;}
  28. .x-grid3-viewport {width:1900px!important;
  29. }
  30. .x-grid3-header-inner {display:content!important;overflow: visible!important;}
  31. .x-grid3 {width: 100%!important;height:100vh!important;}
  32. .x-grid3 table td {font-size:14px!important; font-weight:700;font-family:roboto;}
  33. .x-grid3-col:nth-child(1){display:none;}
  34. .x-grid3-col:nth-child(5){display:none;}
  35. .x-grid3-col:nth-child(7){width:120px;}
  36. .x-grid3-col:nth-child(6){width:1200px!important;}
  37. .x-grid3-col:nth-child(2){display:none;}
  38. .x-grid3-col:nth-child(4){width:145px!important;display: table-cell;}
  39. .x-grid3 table {width:100vh!important;}
  40. .x-grid3-row {width:100vh!important;}
  41. .x-grid3 table td:nth-child(1){display:none;}
  42. .x-grid3 table td:nth-child(5){display:none;}
  43. .x-grid3 table td:nth-child(6){width:1200px!important;}
  44. .x-grid3 table td:nth-child(2){display:none;}
  45. .x-grid3 table td:nth-child(4){width:145px!important;display: table-cell;}
  46. //x-grid3 table {width:1900px!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement