Addressbook edit Dialog - fixed css + less

This commit is contained in:
Stefan Reinhardt 2014-03-11 16:37:37 +00:00
parent 26eaf7e1fe
commit 9a5f20e901
2 changed files with 67 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -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