You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
514 B

8 years ago
8 years ago
  1. .o_project_title_img{
  2. width: 50px;
  3. display: inline-block;
  4. }
  5. .o_worker_avatar_img{
  6. width: 70px;
  7. display: block;
  8. }
  9. .o_worker_avatar_card{
  10. width: 100px;
  11. display: inline-block;
  12. text-align: center;
  13. }
  14. .o_trash_icon{
  15. width: 20px;
  16. }
  17. .o_float_right{
  18. float: right;
  19. }
  20. .o_user_title{
  21. width: 60%;
  22. max-width: 150px;
  23. margin-top: 20px;
  24. margin-left: auto;
  25. margin-right: auto;
  26. }
  27. /*@media only screen and (min-width: 601px){
  28. .o_sidenav{
  29. height: 100%;
  30. }
  31. }*/