mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
Fix addressbook edit tab sizing
This commit is contained in:
parent
6f15f0aa4c
commit
c97d99d8e9
@ -4,6 +4,8 @@
|
|||||||
.et2_container {height: 50%}
|
.et2_container {height: 50%}
|
||||||
.et2_container:only-child,#addressbook-index {height: 100%}
|
.et2_container:only-child,#addressbook-index {height: 100%}
|
||||||
|
|
||||||
|
/* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */
|
||||||
|
#addressbook-edit .et2_tabbox {min-width: 535px;}
|
||||||
.cursorHand { cursor: hand; }
|
.cursorHand { cursor: hand; }
|
||||||
.countrySelect select { width: 150px; }
|
.countrySelect select { width: 150px; }
|
||||||
.custom_country input {display: none; }
|
.custom_country input {display: none; }
|
||||||
|
@ -263,7 +263,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002">
|
<template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002">
|
||||||
<grid width="100%" height="399" overflow="auto">
|
<grid width="100%" height="286" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
|
Loading…
Reference in New Issue
Block a user