Fix addressbook edit tab sizing

This commit is contained in:
Nathan Gray 2013-11-29 18:01:44 +00:00
parent 6f15f0aa4c
commit c97d99d8e9
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
.et2_container {height: 50%}
.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; }
.countrySelect select { width: 150px; }
.custom_country input {display: none; }

View File

@ -263,7 +263,7 @@
</grid>
</template>
<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>
<column/>
<column/>