Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <table class="tableChart">
  2. <tr>
  3. <td>{{> chart chart_id=this.idChartMem}}</td>
  4. <td>{{> chart chart_id=this.idChartCPU}}</td>
  5. </tr>
  6. <tr>
  7. <td>{{> chart chart_id=this.idChartNet}}</td>
  8. <td>{{> chart chart_id=this.idChartDisk}}</td>
  9. </tr>
  10. </table>
  11.  
  12. <meta name='viewport' content='width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no, initial-scale=1' />
  13.  
  14. @media only screen and (min-device-width: 240px) and (max-device-width:
  15. 768px) {
  16.  
  17. .tableChart td {
  18.  
  19. display: block;
  20.  
  21. }
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement