Refine contactgroup styling
This commit is contained in:
parent
08c66afec2
commit
55dc579aa0
|
@ -398,6 +398,11 @@ div.box.monitoringfeatures a.feature-highlight {
|
|||
|
||||
div.box.contactgroup {
|
||||
width: 18em;
|
||||
padding: 0.8em;
|
||||
}
|
||||
|
||||
div.box.contactgroup div.box.contents {
|
||||
padding: 0.6em;
|
||||
}
|
||||
|
||||
div.box.contactgroup div.box.entry {
|
||||
|
@ -408,10 +413,10 @@ div.box.contactgroup div.box.entry {
|
|||
div.box.contactgroup div.box.entry img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
margin: 0.4em;
|
||||
float: left;
|
||||
|
||||
border: 2px solid LightGrey;
|
||||
border: 4px solid LightGrey;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
div.box.contactgroup div.box.entry a {
|
||||
|
|
Loading…
Reference in New Issue