theme - nicer contact search results

Make the results dark so they blend in nicely, and make the layout
match how contacts look in the contacts app.

https://bugzilla.gnome.org/show_bug.cgi?id=669993
This commit is contained in:
Allan Day 2012-02-13 15:09:37 +00:00
parent 8d968e5c9b
commit de0116d8c8

View File

@ -748,13 +748,12 @@ StTooltip StLabel {
}
.contact-content {
border-radius: 2px;
border-radius: 7px;
padding: 8px;
width: 232px;
height: 84px;
background-color: white;
color: black;
text-align: center;
background-color: rgba(0.0, 0.0, 0.0, 0.5);
color: white;
}
.contact-icon {
@ -762,20 +761,20 @@ StTooltip StLabel {
}
.contact-details {
padding: 6px 8px 11px 8px;
padding: 0px 6px 22px 10px;
}
.contact-details-alias {
font-size: 16px;
padding-bottom: 11px;
font-size: 18px;
padding-bottom: 8px;
}
.contact-details-status {
font-size: 11pt;
font-size: 10pt;
}
.contact-details-status-icon {
padding-right: 2px;
padding-right: 4px;
}
.contact:hover {