mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
Addressbook edit Dialog - fixed css + less
This commit is contained in:
parent
26eaf7e1fe
commit
9a5f20e901
@ -455,4 +455,32 @@ img.iphoto {
|
|||||||
overflow-y: scroll !important;
|
overflow-y: scroll !important;
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
}
|
}
|
||||||
|
/*###########################################
|
||||||
|
# #
|
||||||
|
# dialogHeader #
|
||||||
|
#############################################
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# dialog #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
#############################################
|
||||||
|
# #
|
||||||
|
# buttons #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
##############################################*/
|
||||||
|
div.addressbook_edit_general_picture img {
|
||||||
|
top: -4px;
|
||||||
|
width: 70px;
|
||||||
|
height: auto;
|
||||||
|
left: 7px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-general .et2_label {
|
||||||
|
margin-right: 6px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -294,8 +294,47 @@ div#addressbook-index{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// #############################################################################
|
||||||
|
// Addressbook edit dialog
|
||||||
|
|
||||||
|
/*###########################################
|
||||||
|
# #
|
||||||
|
# dialogHeader #
|
||||||
|
#############################################
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
# dialog #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
#############################################
|
||||||
|
# #
|
||||||
|
# buttons #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
##############################################*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// person image
|
||||||
|
div.addressbook_edit_general_picture img {
|
||||||
|
top: -4px;
|
||||||
|
width: 70px;
|
||||||
|
height: auto;
|
||||||
|
left: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// general
|
||||||
|
#addressbook-edit_addressbook-edit-general{
|
||||||
|
|
||||||
|
.et2_label {margin-right: 6px; display: block;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// END DIALOG #############################################################################
|
||||||
|
|
||||||
} // Ende Media all
|
} // Ende Media all
|
||||||
|
Loading…
Reference in New Issue
Block a user