mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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-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
|
||||
|
Loading…
Reference in New Issue
Block a user