mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:59:39 +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;
|
border-bottom: 1px solid silver;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th div.innerContainer {
|
table.egwGridView_outer thead tr th div.innerContainer {
|
||||||
max-height: 7em;
|
max-height: 10em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol {
|
table.egwGridView_outer thead tr th.optcol {
|
||||||
|
@ -5789,7 +5789,7 @@ table.egwGridView_outer thead tr th:active {
|
|||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th div.innerContainer {
|
table.egwGridView_outer thead tr th div.innerContainer {
|
||||||
max-height: 7em;
|
max-height: 10em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol {
|
table.egwGridView_outer thead tr th.optcol {
|
||||||
|
@ -118,11 +118,9 @@ table.egwGridView_outer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.innerContainer {
|
div.innerContainer {
|
||||||
max-height: 7em;
|
max-height: 10em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th.optcol {
|
th.optcol {
|
||||||
|
Loading…
Reference in New Issue
Block a user