mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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 {
|
||||
margin: 5px;
|
||||
}
|
||||
.et2_hbox > * {
|
||||
padding-right: 0 !important;
|
||||
#addressbook-edit_room {
|
||||
float:right;
|
||||
}
|
@ -68,7 +68,7 @@
|
||||
<description for="role" value="Role"/>
|
||||
<hbox width="100%">
|
||||
<textbox id="role" width="200" maxlength="64"/>
|
||||
<textbox label="Room" id="room" width="50" align="right"/>
|
||||
<textbox label="Room" id="room" width="40"/>
|
||||
</hbox>
|
||||
<description/>
|
||||
<description for="adr_one_street" value="street"/>
|
||||
@ -90,7 +90,7 @@
|
||||
<description for="adr_one_locality" value="city"/>
|
||||
<hbox>
|
||||
<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>
|
||||
<description/>
|
||||
</row>
|
||||
|
@ -112,8 +112,8 @@ img.iphoto {
|
||||
#addressbook-index_org_view {
|
||||
margin: 5px;
|
||||
}
|
||||
.et2_hbox > * {
|
||||
padding-right: 0 !important;
|
||||
#addressbook-edit_room {
|
||||
float: right;
|
||||
}
|
||||
@media all {
|
||||
/* #############################################################################
|
||||
@ -511,6 +511,5 @@ img.iphoto {
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-general .et2_label {
|
||||
margin-right: 6px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
@ -410,7 +410,7 @@ div.addressbook_edit_general_picture img {
|
||||
// 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