forked from extern/egroupware
Fix not shown right padding between hboxes in addressbook, and rearrange city and room fields in edit dialog
This commit is contained in:
parent
7505b92bcb
commit
67e9856764
@ -92,6 +92,6 @@ img.iphoto {
|
|||||||
#addressbook-index_org_view {
|
#addressbook-index_org_view {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.et2_hbox > * {
|
#addressbook-edit_room {
|
||||||
padding-right: 0 !important;
|
float:right;
|
||||||
}
|
}
|
@ -68,7 +68,7 @@
|
|||||||
<description for="role" value="Role"/>
|
<description for="role" value="Role"/>
|
||||||
<hbox width="100%">
|
<hbox width="100%">
|
||||||
<textbox id="role" width="200" maxlength="64"/>
|
<textbox id="role" width="200" maxlength="64"/>
|
||||||
<textbox label="Room" id="room" width="50" align="right"/>
|
<textbox label="Room" id="room" width="40"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description/>
|
<description/>
|
||||||
<description for="adr_one_street" value="street"/>
|
<description for="adr_one_street" value="street"/>
|
||||||
@ -90,7 +90,7 @@
|
|||||||
<description for="adr_one_locality" value="city"/>
|
<description for="adr_one_locality" value="city"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<textbox statustext="ZIP Code" id="adr_one_postalcode" width="40" maxlength="64"/>
|
<textbox statustext="ZIP Code" id="adr_one_postalcode" width="40" maxlength="64"/>
|
||||||
<textbox statustext="City" id="adr_one_locality" maxlength="64" align="right" width="250"/>
|
<textbox statustext="City" id="adr_one_locality" maxlength="64" width="242"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
|
@ -112,8 +112,8 @@ img.iphoto {
|
|||||||
#addressbook-index_org_view {
|
#addressbook-index_org_view {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.et2_hbox > * {
|
#addressbook-edit_room {
|
||||||
padding-right: 0 !important;
|
float: right;
|
||||||
}
|
}
|
||||||
@media all {
|
@media all {
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
@ -511,6 +511,5 @@ img.iphoto {
|
|||||||
}
|
}
|
||||||
#addressbook-edit_addressbook-edit-general .et2_label {
|
#addressbook-edit_addressbook-edit-general .et2_label {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -410,7 +410,7 @@ div.addressbook_edit_general_picture img {
|
|||||||
// general
|
// general
|
||||||
#addressbook-edit_addressbook-edit-general{
|
#addressbook-edit_addressbook-edit-general{
|
||||||
|
|
||||||
.et2_label {margin-right: 6px; display: block;}
|
.et2_label {margin-right: 6px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user