1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

Merge pull request #5234 from hanakin/ticket/15679

[ticket/15679] notifications ucp front-page looks poor due to cp styling inheritance

* github.com:/phpbb/phpbb:
  [ticket/15679] Overide css inheritance in cp.css
  [ticket/15679] assign proper classes to html
This commit is contained in:
Tristan Darricau
2018-07-08 18:48:58 +02:00
2 changed files with 21 additions and 9 deletions

View File

@@ -357,5 +357,17 @@ ol.def-rules li {
line-height: 30px;
}
p.notification-title,
p.notification-forum,
p.notification-reason,
p.notification-time {
line-height: 14px;
margin-bottom: 4px;
}
p.notification-time {
margin-bottom: 0;
}
/* stylelint-enable selector-max-compound-selectors */
/* stylelint-enable selector-no-qualifying-type */