diff -r 19313f7c04ab -r 9659e91242e1 cms/app-client/app/styles/components/notice-component.scss --- a/cms/app-client/app/styles/components/notice-component.scss Wed Aug 24 18:32:41 2016 +0200 +++ b/cms/app-client/app/styles/components/notice-component.scss Thu Aug 25 18:44:50 2016 +0200 @@ -1,3 +1,7 @@ +.corpus-app-container.window { + background-color: $light-blue; +} + .notice-component { padding: 20px 40px; color: $dark-grey; @@ -54,6 +58,7 @@ .notice-component table tr td.title { font-weight: bold; color: $dark-blue; + width: 25%; } .notice-component table tr td ul {