Skip to content
Snippets Groups Projects
Commit 14a04bd4 authored by gnaegi's avatar gnaegi
Browse files

OO-1201 beautify image preview rendering in briefcase

parent 4cddbcb4
No related branches found
No related tags found
No related merge requests found
...@@ -105,9 +105,15 @@ a.o_chelp { ...@@ -105,9 +105,15 @@ a.o_chelp {
} }
.o_bc_meta, .tooltip { .o_bc_meta, .tooltip {
@extend %o_small; @extend %o_small;
h5, .o_author, .o_comment {
color: #fff;
margin: 5px 0;
}
.o_thumbnail{ .o_thumbnail{
width:200px; width:200px;
height:200px; height:200px;
background-color: #fff;
margin: 0 -5px; /* remove ugly border */
} }
} }
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment