Increase top margin on the message pane to expose the topmost date marker

(imported from commit 0ad1a0c0b0ae8af1ba497622600fe226c39b9a77)
This commit is contained in:
Allen Rabinovich 2013-08-22 14:29:54 -07:00
parent 14f2b41c5d
commit b4e3681b71

View File

@ -547,7 +547,8 @@ ul.filters li.out_of_home_view {
}
.message_area_padder {
margin-top: 10px;
/* The height of the header and the tabbar plus a small gap */
margin-top: 68px;
/* This is needed for the floating recipient bar
in Firefox only, for some reason; otherwise it gets
a scrollbar */