Guest User

Untitled

a guest
Jun 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .t-Body-actions {
  2. width: 350px;
  3. }
  4.  
  5. .t-PageBody.js-rightCollapsed .t-Body-actions{
  6.  
  7. -webkit-transform: translate3d(350px, 0, 0) !important ;
  8. -ms-transform: translate(350px) !important;
  9. transform: translate3d(350px, 0, 0) !important;
  10. }
  11.  
  12. .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
  13. margin-right: 350px !important;
  14. }
Add Comment
Please, Sign In to add comment