messageTray: Remove support for notifications with images

This sufficiently complicates the code, and won't fit in the
new design.
This commit is contained in:
Jasper St. Pierre
2013-12-04 22:45:44 -05:00
parent aef6273fed
commit a6aabb1d3a
3 changed files with 2 additions and 78 deletions

View File

@ -1556,14 +1556,6 @@ StScrollBar StButton#vhandle:active {
height: 36px;
}
/* We use row-span = 2 for the image cell, which prevents its height preferences to be
taken into account during allocation, so its height ends up being limited by the height
of the content in the other rows. To avoid showing a stretched image, we set the minimum
height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */
.notification-with-image {
min-height: 159px;
}
.summary-boxpointer {
-arrow-border-radius: 15px;
-arrow-background-color: rgba(0,0,0,0.9);