Project

General

Profile

« Previous | Next » 

Revision 60743

[Library | Trunk]: Notifications sidebar fix paddings

View differences:

notification-sidebar.component.css
30 30
  color: #1a1a1a;
31 31
  font-size: 14px;
32 32
  top: 100px;
33
  padding: 45px 0;
33
  padding: 0;
34 34
  border: 1px solid var(--portal-main-color);
35 35
  width: 550px;
36 36
}
......
60 60
}
61 61

  
62 62
#notifications .notification-list {
63
  padding: 0 0 0 45px;
63
  padding: 45px 0 45px 45px;
64 64
}
65 65

  
66 66
#notifications .notification-list:not(:last-child) {
67
  height: 500px;
67
  height: 440px;
68 68
  border-bottom: 1px solid #E4E4E4;
69 69
}
70 70

  

Also available in: Unified diff