notification border

Change-Id: I5e6e35d108bfa1300116da46a855bd16c1e189c4
This commit is contained in:
joha-asc 2011-07-20 15:04:13 +02:00
parent e64e3e6d8e
commit a45766eb6f

@ -140,6 +140,16 @@ img.department-logotype {
border: 1px solid #777A91;
}
.rounded-border-notification {
padding:0.7em;
margin-bottom:0.5em;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
border: 1px solid #777A91;
}
.rounded-border h5 {
background-color: #d7e0eb;
margin: -1.5em -1.5em 0.4em -1.5em;