Allow taller nextmatch headers

This commit is contained in:
Nathan Gray 2015-09-29 14:29:37 +00:00
parent 83d34d2a2f
commit 0e50f9083f
3 changed files with 5 additions and 7 deletions

View File

@ -5803,7 +5803,7 @@ table.egwGridView_outer thead tr th:active {
border-bottom: 1px solid silver;
}
table.egwGridView_outer thead tr th div.innerContainer {
max-height: 7em;
max-height: 10em;
overflow-y: auto;
}
table.egwGridView_outer thead tr th.optcol {

View File

@ -5789,7 +5789,7 @@ table.egwGridView_outer thead tr th:active {
border-bottom: 1px solid silver;
}
table.egwGridView_outer thead tr th div.innerContainer {
max-height: 7em;
max-height: 10em;
overflow-y: auto;
}
table.egwGridView_outer thead tr th.optcol {

View File

@ -118,11 +118,9 @@ table.egwGridView_outer{
}
div.innerContainer {
max-height: 7em;
overflow-y: auto;
}
max-height: 10em;
overflow-y: auto;
}
}
th.optcol {