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

OO-1688 fix line height problem in author name in course listing

parent ed62d7e6
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
} }
.o_author{ .o_author{
margin-top: 0.5em; margin-top: 0.5em;
line-height: 1em; line-height: normal;
font-size: 90%; font-size: 90%;
@include text-overflow(); @include text-overflow();
color: $o-coursesite-meta-author-color; color: $o-coursesite-meta-author-color;
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
position: absolute; position: absolute;
top: 5px; right: 40px; top: 5px; right: 40px;
font-size: 90%; font-size: 90%;
line-height: 1em; line-height: normal;
@include text-overflow(); @include text-overflow();
color: $text-muted; color: $text-muted;
&.o_active { &.o_active {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
.o_legend { .o_legend {
margin-left: 1em; margin-left: 1em;
font-size: $font-size-small; font-size: $font-size-small;
line-height: 1em; line-height: normal;
} }
&.o_enabled { &.o_enabled {
.o_icon:hover { .o_icon:hover {
......
...@@ -32,7 +32,7 @@ a.o_chelp { ...@@ -32,7 +32,7 @@ a.o_chelp {
position: relative; position: relative;
float: right; float: right;
display: inline-block; display: inline-block;
line-height: 1em; line-height: normal;
} }
/* iframe display controller - used to deliver all course contents */ /* iframe display controller - used to deliver all course contents */
......
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