Advertisement
opl

Polish plug.dj translation CSS

opl
Dec 20th, 2014
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. #app-menu {
  2.     width: 220px;
  3.     left: -167px;
  4. }
  5.  
  6. #app-menu .list {
  7.     width: 220px;
  8.     left: -93px;
  9. }
  10.  
  11. #app-menu .button i {
  12.     left: 179px;
  13. }
  14.  
  15. #app-menu.open .button {
  16.     left: 0px;
  17. }
  18.  
  19. #app-menu .list .logout {
  20.     width: 198px;
  21. }
  22.  
  23. #dialog-user-role {
  24.     width: 750px;
  25. }
  26.  
  27. #dialog-user-role .role-menu {
  28.     width: 200px;
  29. }
  30.  
  31. #dialog-user-role .role-menu .selected {
  32.     width: 196px;
  33. }
  34.  
  35. #news .list {
  36.     left: 90px;
  37. }
  38.  
  39. #filter {
  40.     width: 175px;
  41. }
  42.  
  43. #media-panel .header .back {
  44.     width: 117px;
  45. }
  46.  
  47. #media-panel .header.with-back .icon-search {
  48.     left: 131px;
  49. }
  50.  
  51. #media-panel .header.with-back .title {
  52.     left: 172px;
  53. }
  54.  
  55. .pop-menu {
  56.     width: 235px;
  57. }
  58.  
  59. .pop-menu li span {
  60.     width: 176px;
  61. }
  62.  
  63. #import-youtube .button {
  64.     width: 80px;
  65. }
  66.  
  67. #room-info .lock-toggle span {
  68.     margin-top: 1px;
  69. }
  70.  
  71. #user-store .banner div {
  72.     width: 400px;
  73. }
  74.  
  75. #dashboard-border .app-header .event-calendar i {
  76.     margin-left: 70px;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement