Fix preferences hint gets scrollbar if there's only one setting on a tab

This commit is contained in:
Hadi Nategh 2016-12-07 14:22:07 +01:00
parent d43be3afc2
commit af9e8243bd
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
background-image:url(../../../api/templates/default/images/hint.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
height: 99%;
}
tr.prefRow:hover {background-color:#f0f0ff}

View File

@ -28,7 +28,6 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
background-image: url(../../../api/templates/default/images/hint.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
height: 99%;
}
tr.prefRow:hover {