Fix vertical alignment of Tasks/Comments headings

Refs #1131
This commit is contained in:
Will Abson
2016-11-23 22:29:20 +00:00
committed by Mario Romano
parent dc1a6ae4e6
commit bfd7eda5aa
2 changed files with 22 additions and 0 deletions

View File

@@ -4,4 +4,15 @@
.activiti-label {
font-weight: bolder;
vertical-align: top;
}
.activiti-label.mdl-badge[data-badge]:after {
right: -27px;
top: -2px;
}
.activiti-label + .icon {
position: relative;
top: -2px;
}

View File

@@ -4,6 +4,17 @@
.activiti-label {
font-weight: bolder;
vertical-align: top;
}
.activiti-label.mdl-badge[data-badge]:after {
right: -27px;
top: -2px;
}
.activiti-label + .icon {
position: relative;
top: -2px;
}
.material-icons:hover {