Advertisement
Guest User

membersListTable.less

a guest
Apr 27th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. .membersListTable {
  2.     overflow-x: hidden;
  3.    
  4.     [...]
  5. }
  6.  
  7. @media screen and (max-width: 1250px), print {
  8.     .membersListTable {
  9.         [...]
  10.        
  11.         .userTitleBadge {
  12.             display: table-caption;
  13.             text-align: center;
  14.             white-space: pre-wrap;
  15.         }
  16.     }
  17. }
  18.  
  19. @media screen and (max-width: 870px) {
  20.     .membersListTable {
  21.         .columnLastActivity {
  22.             display: none;
  23.         }
  24.     }
  25. }
  26.  
  27. [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement