fixed table row height

This commit is contained in:
cubedro 2015-04-17 04:56:46 +03:00
parent eb4c69370c
commit 278710246a
1 changed files with 7 additions and 2 deletions

View File

@ -262,9 +262,14 @@ table th {
table th i {
font-size: 20px;
}
table td i {
position: relative;
line-height: 16px;
}
table td i:before {
line-height: inherit !important;
margin-top: 1px;
position: absolute;
top: 10px;
left: 5px;
}
#mapHolder {