mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Allow taller nextmatch headers
This commit is contained in:
parent
83d34d2a2f
commit
0e50f9083f
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -118,11 +118,9 @@ table.egwGridView_outer{
|
||||
}
|
||||
|
||||
div.innerContainer {
|
||||
max-height: 7em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
max-height: 10em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
th.optcol {
|
||||
|
Loading…
Reference in New Issue
Block a user